Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Problem Running SQL Script

Re: Problem Running SQL Script

From: <Jared.Still_at_radisys.com>
Date: Wed, 06 Feb 2002 10:47:30 -0800
Message-ID: <F001.0040797B.20020206094826@fatcity.com>

Ken,

Take a look at the top of the script:

SET TERMOUT OFF
SET ECHO OFF Those 2 lines ensure that you won't see any output.

At the end of the script:

EXIT. If you didn't see any error messages, it all worked as it should.

Jared

"KENNETH JANUSZ" <kjanusz_at_worldnet.att.net> Sent by: root_at_fatcity.com
02/06/02 07:33 AM
Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        Problem Running SQL Script


I am working through the book "OCP Intro to Oracle9i; SQL Exam Guide" by Jason Couchman. On page 6 they say to run the script utlsampl.sql to create objects. So, I have run it from the Command Prompt, SQL*Plus and the SQLPlus Worksheet with the same problem. I have checked Oracle Press Books for errata and there is none listed. Here is what I get:

SQL> @c:\oracle\ora90\rdbms\admin\utlsampl.sql; Disconnected from Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
With the Partitioning option
JServer Release 9.0.1.1.1 - Production  

Any ideas as to what the problem is?  

I'm running 9.0.1 on a Dell 8200 with XP Prof.  

Thanks,
Ken Janusz, CPIM

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: Jared.Still_at_radisys.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Wed Feb 06 2002 - 12:47:30 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US