Link to home
Create AccountLog in
Avatar of nobleit
nobleit

asked on

unix commands

I am not sure in which script a sys or system-owned object is created I  know it's
in ascript from a specific directory.

Is there any  UNIX command from that directory structure which we can  run tofind..
 

Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

These are two questions.  The main sys objects are created in catslog.sql and catproc.sql

The rest depends on what options you have installed.  The main scripts are all in oracle_homs/rdbms/admin.

I have no idea what you are asking aboun unix.
I think he means run a search in all files. Off the top of my head, something like

for f in `find .`; do grep "SEARCH TEXT" $f; done

where SEARCH TEXT is what you want to search for.
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer