Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: When/from which script SERVICE$ is created in 10g ?
Spendius wrote:
> Hello,
> I can't seem to be able to find how and when the script 'sql.bsq'
> is called...
> When I do a
> $ grep "sql.sqb" $ORACLE_HOME/rdbms/admin/*
> it returns me lines but nowhere is a call with "@" or "sta[rt]" is
> to be seen. Yet at some point during a 10g DB creation this
> script is called, as it creates the SYS.SERVICE$ table, but when ?
> I obviously missed something here...
>
> Thanks.
> Sp
Called implicitly during CREATE DATABASE. Looks like to me you have too much time on your hands when you start worrying about trivial issues like this and/or reverse engineering Oracle.
-- Sybrand Bakker Senior Oracle DBAReceived on Mon Nov 13 2006 - 09:30:21 CST
![]() |
![]() |