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

Home -> Community -> Usenet -> c.d.o.server -> Re: new oracle user

Re: new oracle user

From: gazzag <gareth_at_jamms.org>
Date: 5 Jan 2006 02:19:01 -0800
Message-ID: <1136456341.495509.184750@f14g2000cwb.googlegroups.com>


Oracle and O/S version information would be helpful, however:

To run a script called a.sql, for example, log into SQL*Plus and type:

@a.sql

Note that you need to specify the full pathname to a.sql.

Are you asking how to set server output on? If so, from a SQL*Plus prompt:

set serveroutput on

HTH -g Received on Thu Jan 05 2006 - 04:19:01 CST

Original text of this message

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