Topic: Oracle on Unix/Linux >> linux script for user creation in oracle
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: linux script for user creation in oracle |
| chiru |
Posted: Dec 27, 2006 09:08:50 AM |
Total Post: 4
Joined: Aug, 2006
|
plz send the script for creating oracle user(schema) through shell script;
thanks advance
suresh
ch.chiru@gamil.com |
|
|
ramesh |
| Posted: Jan 12, 2007 02:56:10 PM | |
|
Total Post: 16
Joined: Dec, 2006
|
create a script file using vi.
eg: vi create_user.sql
create user example
identified by example;
grant connect,resource to example;
conn example/example
------------------------------
save&quit.
now call this script file
eg:
SQL>@'/home/oracle/create_user.sql'
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 855 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Gitesh Trivedi | 322 |
| Gopu Gopi | 275 |
| neeraj sharma | 254 |
| Ramesh Jois | 245 |
| Bishal Khetan | 207 |
|
|