Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: new oracle user
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
![]() |
![]() |