Login  Register

database script

classic Classic list List threaded Threaded
4 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

database script

Roshan
1294 posts
Hello Erman,

can you please help me with a database script?
ACTT_OracleDB_11g_UNIX_4.sh

which user should I specify? sys user and sys password?
what database string should I input?

Thanks,
Roshan
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: database script

ErmanArslansOracleBlog
Administrator
5727 posts
It runs the following sql:

sqlplus $APPUSER/$APPPWD@$STRN @Oracle_DB_Extractor_11g_Above_4.0.sql

So, check the sql.. It wants a database user which is cabapbe of doing what is instructed in the above sql. So check the sql and see the details. SYS can do anything ,but again check the above sql and see.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: database script

Roshan
1294 posts
Hi,

the sql script contains sys user.
ACTT_OracleDB_11g_UNIX_4.sh
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: database script

ErmanArslansOracleBlog
Administrator
5727 posts
Check this script: @Oracle_DB_Extractor_11g_Above_4.0.sql

It seems all the db work is done in this script.
So, supply a user to the script. The user that you will supply, should have all the necessary grants to do all the things written in Oracle_DB_Extractor_11g_Above_4.0.sql.