Viewing 6 posts - 1 through 6 (of 6 total)
use Execute immediate statement
June 1, 2009 at 9:26 am
make sure you don't set a password when you create the role. otherwise it will promte all the user who ever is using this role to enter the password for...
May 29, 2009 at 9:50 am
you may want to use PL/SQL block (begin.... end) like the below..
begin
create statement;
create statement;
end;
May 29, 2009 at 9:35 am
If you are using TOAD or any other tool, there is a menu option (under editor) 'execute as acript' (lightning symbol) which will execute all the selected statements as...
May 29, 2009 at 9:26 am
if your DBA haven't change the default password for system then use the default password which is 'manager' (system/manager@dbname) then execure the create user command...
May 29, 2009 at 9:12 am
use to_date_function...
(to_date('7/6/2003 03:05:00' , 'mm/dd/yyyy hh24:mi:ss')-to_date('7/6/2003 01:18:00' , 'mm/dd/yyyy hh24:mi:ss'))*60*24
May 29, 2009 at 9:01 am
Viewing 6 posts - 1 through 6 (of 6 total)