Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. SQL> shutdown immediate;
  2.  
  3. SQL> startup mount;
  4.  
  5. ORA-24324 service handle not initialized
  6. ORA-01041: internal error, hostdef extension name not exists
  7.  
  8. SQL> shutdown immediate;
  9.  
  10. SQL> startup nomount;
  11.  
  12. SQL> startup nomount;
  13.  
  14. SQL> conn sys/sys as sysdba;
  15.  
  16. SQL> startup;
  17.  
  18. Total System Global Area 535662592 bytes
  19. Fixed Size 1334380 bytes
  20. Variable Size 234881940 bytes
  21. Database Buffers 293601280 bytes
  22. Redo Buffers 5844992 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement