creating user using database link
Hi
I have 11g installed on one of the server
I have created the database link BUGAU to bugau.us.oracle.com
link works fine
select * from table@"Bugau" gives the expected result
I need run the below statement from my server using the dblink.but not sure how to use the dblink for this purpose.Please assit
CREATE USER ABC IDENTIFIED BY welcome DEFAULT TABLESPACE USERS_001 TEMPORARY TABLESPACE temp123;
GRANT DEFAULT TO abc;
ALTER USER abc PROFILE LEVEL_1;
Thanks
Archana