Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: bizzare
AK
The only thing that comes to mind is maybe a non-printing character gets in there and the process of cutting and pasting somehow cleans that character out. My approach would be to put your SQL in a .SQL file and run it as a script. See if it happens then. If it does, you can inspect the file more closely, if it doesn't, you'll have an important clue.
Dennis Williams
DBA, 80%OCP, 100% DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Thursday, July 31, 2003 4:14 PM
To: Multiple recipients of list ORACLE-L
This is happening 3rd time with me so I have to figure out what's wrong . When I issue the given sql first time i get an error as shown . After that I copy and paste it again and it works second time . Any clue what should be the reason ? btw, it happens with any sql ..not just this one . Its on hp-ux 9000 server with 8.1.7.4 oracle. This doesn't if sql is issued from someother box .
SQL> SQL> SQL> select * from v$instance; select * from v$instance *
SQL> select * from v$instance;
INSTANCE_NUMBER INSTANCE_NAME
--------------- ----------------
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Jul 31 2003 - 16:24:29 CDT
![]() |
![]() |