摘要:
Oracle Web Services Manager offers a comprehensive and easy-to-use solution for policy management and security of service infrastructure. It provides ... 阅读全文
posted @ 2014-05-29 14:36
Alice Liu(刘志红)
阅读(312)评论(0)推荐(0)
摘要:
Issue:*****************************************************************Check Name:PackagesCheck Description:This is a prerequisite condition to test w... 阅读全文
posted @ 2014-04-28 14:18
Alice Liu(刘志红)
阅读(384)评论(0)推荐(0)
摘要:
1. After starting OAAM Admin Server (startAdminOAAM.sh) and OAAMManaged Server (startOAAM.sh), login as keith.warren/Oracle123 to OAAMAdmin Console (h... 阅读全文
posted @ 2014-04-25 10:57
Alice Liu(刘志红)
阅读(6608)评论(0)推荐(0)
摘要:
Error info:Workaround:1. Login on your database. o Use the system user.2. Execute the next command to validate the current value for the OPEN_CURSORS. o SHOW PARAMETERS OPEN_CURSORS3. If its value is less than 800 then write the following command. o ALTER SYSTEM SET OPEN_CURSORS=500 SCOPE=SPFILE;4. 阅读全文
posted @ 2014-04-03 15:20
Alice Liu(刘志红)
阅读(473)评论(0)推荐(0)
摘要:
OUD download Location:http://www.oracle.com/technetwork/middleware/id-mgmt/oid-11g-161194.htmlorhttps://edelivery.oracle.com1. Installation Steps:1.1 Run the following command:Linux/oud/Disk1/runInstaller -jreLoc JAVA_HOMEWindows x64:Double click \oud\Disk1\install\win64\setup.exe1.2 On Welcome page 阅读全文
posted @ 2014-03-31 22:19
Alice Liu(刘志红)
阅读(1291)评论(0)推荐(0)
摘要:
Error info:ORA-01157: cannot identify/lock data file 5ORA-01110: data file 5 ‘/u01/app/oracle/oradata/SID/users02.dbf’Solution1:> sqlplus / as sysdbaSQL> startup mount;SQL> alter database datafile ‘/u01/app/oracle/oradata/SID/users02.dbf‘ offline drop;SQL> alter database open;Database al 阅读全文
posted @ 2014-03-11 18:49
Alice Liu(刘志红)
阅读(200)评论(0)推荐(0)