Advertisement
Guest User

Untitled

a guest
Apr 11th, 2010
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. [root@www ~]# su - oracle
  2. [oracle@www ~]$ echo $ORACLE_HOME
  3. /home/oracle/oracle/product/10.2.0/db_1
  4. [oracle@www ~]$ sqlplus system@iamtrying
  5.  
  6. SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 11 13:37:14 2010
  7.  
  8. Copyright (c) 1982, 2005, Oracle.  All rights reserved.
  9.  
  10. Enter password:
  11. ERROR:
  12. ORA-12154: TNS:could not resolve the connect identifier specified
  13.  
  14.  
  15. Enter user-name:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement