Shell script query
Posted
by WENzER
on Stack Overflow
See other posts from Stack Overflow
or by WENzER
Published on 2010-03-18T04:50:22Z
Indexed on
2010/03/18
4:51 UTC
Read the original article
Hit count: 329
shell
Hi, I am having database. for that i want to get the script of all Store procedure. I have used dba_source table for getting script of Store procedure. Now I want to write a shell script which will give me all the scripts of store procedure in the seperate files. The approach i have applied that first I have written a query which will give the name of all store procedures and I am storing these names in seperate file. Now I am running a loop for getting sript of store procedures by using the names stored in file. All this i am able to do seperatly but not in shell script since I am new to it Please help me Thanks
© Stack Overflow or respective owner