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: When/from which script SERVICE$ is created in 10g ?

Re: When/from which script SERVICE$ is created in 10g ?

From: sybrandb <sybrandb_at_gmail.com>
Date: 13 Nov 2006 07:30:21 -0800
Message-ID: <1163431821.729631.190140@h54g2000cwb.googlegroups.com>

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 DBA
Received on Mon Nov 13 2006 - 09:30:21 CST

Original text of this message

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