Advertisement
Guest User

Untitled

a guest
Oct 15th, 2013
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. CREATE OR REPLACE LIBRARY dbms_sumadv_lib AS '/u01/app/oracle/product/11.2.0/xe/lib/libqsmashr.so';
  2. *
  3. ERROR at line 1:
  4. ORA-01034: ORACLE not available
  5. Process ID: 0
  6. Session ID: 0 Serial number: 0
  7.  
  8.  
  9. BEGIN dbms_datapump_utl.replace_default_dir; END;
  10.  
  11. *
  12. ERROR at line 1:
  13. ORA-01034: ORACLE not available
  14. Process ID: 0
  15. Session ID: 0 Serial number: 0
  16.  
  17.  
  18. commit
  19. *
  20. ERROR at line 1:
  21. ORA-01034: ORACLE not available
  22. Process ID: 0
  23. Session ID: 0 Serial number: 0
  24.  
  25.  
  26. create or replace directory XMLDIR as '/u01/app/oracle/product/11.2.0/xe/rdbms/xml'
  27. *
  28. ERROR at line 1:
  29. ORA-01034: ORACLE not available
  30. Process ID: 0
  31. Session ID: 0 Serial number: 0
  32.  
  33.  
  34. DROP DIRECTORY ORACLE_OCM_CONFIG_DIR
  35. *
  36. ERROR at line 1:
  37. ORA-01034: ORACLE not available
  38. Process ID: 0
  39. Session ID: 0 Serial number: 0
  40.  
  41.  
  42. DROP DIRECTORY ADMIN_DIR
  43. *
  44. ERROR at line 1:
  45. ORA-01034: ORACLE not available
  46. Process ID: 0
  47. Session ID: 0 Serial number: 0
  48.  
  49.  
  50. DROP DIRECTORY WORK_DIR
  51. *
  52. ERROR at line 1:
  53. ORA-01034: ORACLE not available
  54. Process ID: 0
  55. Session ID: 0 Serial number: 0
  56.  
  57.  
  58. BEGIN dbms_swrf_internal.cleanup_database(cleanup_local => FALSE); END;
  59.  
  60. *
  61. ERROR at line 1:
  62. ORA-01034: ORACLE not available
  63. Process ID: 0
  64. Session ID: 0 Serial number: 0
  65.  
  66.  
  67. commit
  68. *
  69. ERROR at line 1:
  70. ORA-01034: ORACLE not available
  71. Process ID: 0
  72. Session ID: 0 Serial number: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement