Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: invoking sqlplus giving error
On Jan 31, 9:56 am, "Serghei" <serghei.go..._at_gmail.com> wrote:
> What about
> $cat $ORACLE_HOME/network/admin/tnsnames.ora
>
> ?
.... brrr...
try this
$sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jan 31 10:04:04 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn / as sysdba
Connected.
SQL>
SQL> show sga
Total System Global Area 1.0284E+10 bytes
Fixed Size 2093920 bytes Variable Size 1251871904 bytes Database Buffers 9026142208 bytes Redo Buffers 4325376 bytesSQL> Received on Wed Jan 31 2007 - 02:02:36 CST