Forum: Oracle Jul 9th, 2009 |
| Replies: 1 Views: 1,295 Hi Dipti,
You can use the below querry to get the table names in your DB:
select * from tab; |
Forum: Shell Scripting May 21st, 2008 |
| Replies: 3 Views: 1,338 can also name the file as shellProgramming.sh and diretly run it by giving it as
sh shellProgramming.sh
on the prompt. |