hrdb1>!oerr ora 18008 18008, 00000, "cannot find OUTLN schema" // *Cause: The database creation script that creates this schema must not // have been executed. // *Action: Review the log files to see what happened when the database // was created.
Total System Global Area 4392697856 bytes Fixed Size 2233616 bytes Variable Size 1090521840 bytes Database Buffers 3288334336 bytes Redo Buffers 11608064 bytes 數據庫裝載完畢。 數據庫已經打開。 hrdb1>select username from dba_users;
USERNAME ------------------------------ WJ OUTLN SYS SYSTEM HR STRMADMIN
已選擇6行。
由于版本是Oracle 11g,直接執(zhí)行相關腳本即可,oracle 10g版本可以參考《Script to Create User OUTLN in 10.2 [ID 422983.1]》
備注:用于復制的一個參數,第一次碰到,做個記錄 REPLICATION_DEPENDENCY_TRACKING enables or disables dependency tracking for read/write operations to the database. Dependency tracking is essential for propagating changes in a replicated environment in parallel.
參考資料: Unable To Start The Database With OUTLN Schema Dropped ORA-01092& ORA-18008 [ID 855104.1] Script to Create User OUTLN in 10.2 [ID 422983.1]