mshehadeh's blog
Submitted by mshehadeh on Tue, 2008-05-20 02:29
I was working on a Application using oracle forms,where i need to call a sql script file with dynamic schema (dynamic owner), so i need to pass the owner from the oracle forms,
I came with the following procedure:
Submitted by mshehadeh on Mon, 2008-05-19 08:18
Some times you need to disable user constraints before doing the import for some user,
for this reason i created a procedure that can be used to disable the constraints before the import,and than use it again to enable the constraints after doing the import,and also this procedure can be used to drop user constraints when needed.
|