Advertisement
Guest User

Untitled

a guest
Nov 15th, 2014
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. net start OracleOraDb11g_home1TNSListener
  2. net start OracleServiceORCL
  3. call C:appEdifixioproduct11.2.0dbhome_1BINemctl.bat start dbconsole
  4. pause
  5.  
  6. C:windowssystem32>net start OracleOraDb11g_home1TNSListener
  7. The requested service has already been started.
  8.  
  9. More help is available by typing NET HELPMSG 2182.
  10.  
  11.  
  12. C:windowssystem32>net start OracleServiceORCL
  13. The OracleServiceORCL service is starting.........
  14. The OracleServiceORCL service was started successfully.
  15.  
  16.  
  17. C:windowssystem32>call C:appEdifixioproduct11.2.0dbhome_1BINemctl.bat start dbconsole
  18. Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name.
  19. Press any key to continue . . .
  20.  
  21. ./emctl start dbconsole
  22.  
  23. ./emctl stop dbconsole
  24.  
  25. ./emctl status dbconsole
  26.  
  27. OracleServiceORCL
  28.  
  29. SET ORACLE_UNQNAME=ORCL
  30.  
  31. SET ORACLE_UNQNAME=ORCL.yourdomain.com
  32.  
  33. Select name,DB_UNIQUE_NAME from v$database;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement