diff --git a/KNU_MUSEUM/src/main/webapp/admin_artifact.jsp b/KNU_MUSEUM/src/main/webapp/admin_artifact.jsp index 0846724..1598fcc 100644 --- a/KNU_MUSEUM/src/main/webapp/admin_artifact.jsp +++ b/KNU_MUSEUM/src/main/webapp/admin_artifact.jsp @@ -21,8 +21,8 @@ <% String serverIP = "localhost"; - String strSID = "xe"; - //String strSID = "orcl"; + //String strSID = "xe"; + String strSID = "orcl"; String portNum = "1521"; String user = "KNU_MUSEUM"; String pass = "comp322";