dbTalk Databases Forums  

extract dll | extract code for user creation, profiles and roles inoracle 8 database

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss extract dll | extract code for user creation, profiles and roles inoracle 8 database in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
vask
 
Posts: n/a

Default extract dll | extract code for user creation, profiles and roles inoracle 8 database - 08-21-2011 , 03:15 AM






hi,

i need to extract user creation, profiles and roles from a oracle 8
database. does anyone have any SQL code which can help me achieve the
same. i do not want to use th exp/imp process.

thanks.

vasant

Reply With Quote
  #2  
Old   
Robert Klemme
 
Posts: n/a

Default Re: extract dll | extract code for user creation, profiles and rolesin oracle 8 database - 08-21-2011 , 06:09 AM






On 21.08.2011 10:15, vask wrote:
Quote:
i need to extract user creation, profiles and roles from a oracle 8
database. does anyone have any SQL code which can help me achieve the
same. i do not want to use th exp/imp process.
http://www.oracle.com/technetwork/de...iew/index.html
http://download.oracle.com/docs/cd/E...s.htm#BACJFIFF
http://download.oracle.com/otn_hoste...ewlet_swf.html

Cheers

robert

--
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/

Reply With Quote
  #3  
Old   
Mark D Powell
 
Posts: n/a

Default Re: extract dll | extract code for user creation, profiles and rolesin oracle 8 database - 08-24-2011 , 09:11 AM



On Aug 21, 4:15*am, vask <vasant.na... (AT) gmail (DOT) com> wrote:
Quote:
hi,

i need to extract user creation, profiles and roles from a oracle 8
database. does anyone have any SQL code which can help me achieve the
same. i do not want to use th exp/imp process.

thanks.

vasant
You can use SQL to extract object grants, system privileges grants,
and grants to or of roles rather easily by querying the rdbms
dictionary views: dba_tab_privs, dba_sys_privs, and dba_role_privs.

Here is an article on the subject with working SQL to get object
grants.

How do I find out which users have the rights, or privileges, to
access a given object ? http://www.jlcomp.demon.co.uk/faq/privileges.html

HTH -- Mark D Powell --

Reply With Quote
  #4  
Old   
John Hurley
 
Posts: n/a

Default Re: extract dll | extract code for user creation, profiles and rolesin oracle 8 database - 08-25-2011 , 07:03 PM



Vas:

# i need to extract user creation, profiles and roles from a oracle 8
database. does anyone have any SQL code which can help me achieve the
same. i do not want to use th exp/imp process.

....

Well of course a tool like Toad peels stuff like that apart without
needing to know sql ... it isn't really hard to do it with sql but if
you are asking and don't want to research yourself ... maybe a GUI
tool is what you want.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.