Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
1.33/5 (2 votes)
See more:
hi
How do I write the codes for creating a new procedure to show entire database?

I have tried

SQL
Create or replace procedure get_swiftTable
Begin is
select * from swift_table
end



but I am always getting an error
Posted
Comments
Maciej Los 13-May-15 1:52am    
What error message? Do you have enough rigths/privilages to modify database objects?

1 solution

Hi,

Check this...

Create Proc in Oracle[^]


Hope this will help you.


Cheers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900