DBA Studio / Permissions question

Sorry to ask this here, but I couldn't figure out the relevant forum and this one looked busy.
I am trying to use DBA Studio to grant permissions on tables, etc. I can't seem to create a connection that has permissions to grant priviliges to objects not owned by the connection. For example, when connected to DBA studio with the SYSTEM account, I am not able to assign select for BDMS objects to the BDMS_ALL account.
Is there any way to grant priviliges to SYSTEM or any other account where I can assign security permissions to objects owned by another user? I am going to write a permissions management application and would greatly prefer not having to create multiple connections / logons to set permissions.
Matthew Cromer

Though i could not understand u r problem properly, but i am sure that if u use the 'system' account with loged in as a 'sysdba' not a normal user, u could be able to give the previleges on any obkect to any user.
santosh.
for anyfurther questions contact
[email protected]
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by sdaconsulting:
Sorry to ask this here, but I couldn't figure out the relevant forum and this one looked busy.
I am trying to use DBA Studio to grant permissions on tables, etc. I can't seem to create a connection that has permissions to grant priviliges to objects not owned by the connection. For example, when connected to DBA studio with the SYSTEM account, I am not able to assign select for BDMS objects to the BDMS_ALL account.
Is there any way to grant priviliges to SYSTEM or any other account where I can assign security permissions to objects owned by another user? I am going to write a permissions management application and would greatly prefer not having to create multiple connections / logons to set permissions.
Matthew Cromer<HR></BLOCKQUOTE>
null

Similar Messages

  • Explain plan not available in dba studio

    Hi, guys,
    Why the explain plan not available in my dba studio with a message like this "explain plan not available for this sql statement. ora-02195: attempt to create permanent object in a temporary tablespace"
    Another question: I can use "set autotrace on" to trace sql statement in sql*plus window. But the final execution plan come up without those thing like cost, cardinality but only the steps
    Thanks for your help
    jim

    Was this a trace started on an already running task? Was the trace stopped before the task completed? Did the trace file reach its set size limit before the task compled?
    In all three cases above you would have cursors that were not closed and stats information not written to the trace file resulting in incomplete data for some SQL.
    HTH -- Mark D Powell --

  • DBA Studio - Schema Management

    Under Schema Management in DBA Studio, the tables list consists of 'Table', 'Tablespace', 'Partitioned' and 'Rows'. Sometimes the Rows column contains the number of rows for each table and sometimes it's blank. Any idea why, and how I can set the display to report the number of rows when it is currently blank?
    Thanks,
    Mike

    I am getting the same issue .... I didn't find a response to this original question, from 2000.
    Anyone have an answer?
    When DBA Studio was first launched it picked up the service names from tnsnames.
    When I select File|Add Database to Tree nothing happens! So it is impossible to access a new database.
    Any suggestions?

  • Installing DBA Studio

    Hi Experts,
    I have the following questions on DBA studio:-
    1. whether DBA studio is a cutom tool or oracle supplied tool.
    2. If oracle supplied tool, why is it not installed in my PC when I installed 10g.
    3. If it has to be installed separately, can I install from the Oracle 10g CD I have???
    Please provide answers to my questions.
    Thanks and Regards,
    Bhaskar Natarajan.

    1) DBA Studio comes from Oracle
    2) There's no DBA Studio in 10g (ended in 9i)
    3) A kind of replacement is Java based DBConsole, which can be installed from the 10g client (not server) CD
    Werner

  • Can not insert a row to a table from Oracle DBA Studio

    Hi,
    I try to use the Oracle DBA Studio to create a table and put some test data in it. Here is what I found:
    I start Oracle DBA Studio on the client machine by connecting to an Oracle server 8i (8.1.7). I create a simple table called Test with two columns: one is USER, VARCHAR2, 10; and the other is USER2, CHAR, 2. After that, I right click on the table name and select "Table Data Editor" from the popup menu. The table editor window shows up. I type in the value 'AA' and 'BB' in the grid of two columns. Then I click the Apply button. An error message box popped up:
    ORA-00928 missing SELECT keyword.
    I click Show SQL button. The SQL statement is as following:
    INSERT INTO "TASYS"."TEST" (USER ,USER2 ) VALUES ('AA' ,'BB').
    I copy the statement to SQL Plus and run it. The same error is generated. But if I remove (USER, USER2) from the statement, it inserts a row without complaint. In other word, the database will not allow to insert if individual columns are list. I realize something must wrong with the new server and client installed and could not figure out what happening. Hope someone can help.
    Thanks.
    null

    I am not sure, but could it be that USER is a keyword or predefine word. Check Oracle'slist of predefine/keyword

  • Can no longer logon to EM DBA-Studio 8.1.7. with user SYSTEM

    Hello
    my 8.1.7 Enterprise Edition Database shows some "strange bahavior". I can no longer logon to Enterprise Manager Console with user system. (Message: This Application needs more privileges...) But the user system still has the same system privileges as before when it worked fine. So what could have gone wrong?
    The logon with user sys as sysdba still works.
    I can still logon with any user in SQL Worksheet and SQL Plus for instance.
    I have checked for any data loss......but all data still seems to be available. I checked for it with desc and select commands.
    BUT.....I can no longer post a "select * from cat"
    (Message: Table or view does not exist !)
    The database is in archivelog mode in case a recovery is necessary.
    Before the "crash" a normal user schema dump was exported without any problem. But that shouldn't have triggered off the problem!?
    Any help would be greatly appreciated!
    Thank you very much for any hint.
    Stefan
    PS: My user SYSTEM already has the DBA and the SELECT_CATALOG_ROLE but still is no longer able to logon in DBA-Studio!
    I assume it is a more serious problem since none of my users can still perform a "select * from cat" which should always be possible!

    Stopping the jrew process is what i do anyway, but that doesn't seem to be e very elegant way of working with DBA Studio. What is the reason for this behavior?
    Thanks to anyone who can give me a clue

  • Problem in multi master replication creation using DBA Studio -- replication

    Hi,
    I am trying to create multi master replication using DBA studio but facing following problem at the time of master group creation.
    ORA-04052 error occured when looking up remote object SYS.SYS@CBOLDATA
    ORA-00604 error occured at recursive SQL level 2
    ORA-01017 invalid username/password, logon denied
    ORA-02063 preceding line from CBOLDATA
    If you want to know how I am trying the whole thing then here is the way I am doing comfiguration.
    First I have created master site which is created successfully.
    Here I have used two database named UPP817 & CBOLDATA
    Step of master site creation is followed like this.
    1. Master Site addition (Added both UPP817 & CBOLDATA using SYSTEM username)
    2. Default User (No change is done, Default schema and password taken)
    3. Master Site Schema (Added SCOTT/tiger)
    4. Scheduled Link (No change is done, Default values taken)
    5. Purge (No change is done, Default values taken)
    6. Finished successfully
    Master group creation there is three option available
    1. General (Only value of Name is given)
    2. Object (No object added)
    3. Master Sites (It takes UPP817 by default as a master defination site then as a Master Site I have added CBOLDATA)
    when I pressed on Create It gives me the error listed above.
    I really appreceate your help
    Mukesh

    Create public database link at master site database for CBOLDATA.
    Also see that you are using SNMP protocol and Oracle Pipe at both
    databases. This will be usefull while making replication from remote
    place.
    I hope this will work.
    regards
    Avinash Jadhav

  • How can I create scripts from DBA studio??

    I just created about a bunch of tables, F&P keys, synonyms, etc using DBA studio. Now I'd like to extract that dictionary data to create scripts that I can run in the future to recreate the environment in production.
    How can I do this?
    THanks,
    Chris

    For some reason in my Oracle DBA Studio ( Oralce 8.1.6) table right click menu has no "Show object DDL" option. I run DBA Studio standalone, not from Oracle Enterpr Manager. Can this be the reason ?
    Also my database has 100+ tables.
    I also tried the import with indexfile option. It is gives me all a lot of ALTERs as they where applied to tables which looks UGLY. I need "clean" CREATE TABLE DDL.
    I's amaizing that Oracle has no simple way of doing this ???

  • DBA studio: Error add/connect database "Failed to parse tnsnames.ora file"

    I have Oracle (version 8.1.7) installed in my XP machine and when I try to (having chosen "Launch DBA Studio standalone") to open a connection I get:
    "Failed to parse tnsnames.ora file
    ERROR: 100 -- NLNV-NLNV String Format Error".
    Also got this when I tried to manually add a database to a tree.
    I can access the databases listed in my tnsnames.ora using SQL Plus with no error.
    This is my tnsnames.ora.
    # TNSNAMES.ORA Network Configuration File: C:\oracle\ora81\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    INST1_HTTP.xx.yy.GE.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = MyMachine3)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = buch3ora)
    (PRESENTATION = http://admin)
    EXTPROC_CONNECTION_DATA.xx.yy.GE.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    MyOra3.xx.yy.GE.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = MyMachine3)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ora3)
    OORCL.xx.yy.GE.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 3.4.55.66)(PORT = 1521))
    (CONNECT_DATA = (SERVICE_NAME = oorcl))
    Does anybody have any idea what is wrong? Thanks a lot. Changsong

    Just found out this IS a string error in my Tnsname.ora. What i did is deleting all the entries in my tnsname.ora, and start adding each one back. I found one particular entry is responsible for the error. This is the old text
    serv32.xxx.ge.com =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (COMMUNITY = TCP)(PROTOCOL = TCP)(HOST = sevr32.xxy.ge.com)(PORT = 1521))
    (CONNECT_DATA = (SID = atmo32))
    just looking by itself I can't see anything wrong. I just formatted it a little, making it looked like the other one that is working
    serv32.xxx.ge.com =(DESCRIPTION =
         (ADDRESS_LIST =
         (ADDRESS =
         (COMMUNITY = TCP)
         (PROTOCOL = TCP)
         (HOST = sevr32.xxy.ge.com)
         (PORT = 1521)))
         (CONNECT_DATA=
         (SID = atmo32)))
    and now it works fine. I Really can't tell the difference, except that some words were moved to the other line. What puzzled me is that the same old tnsname.ora worked in almost all the other circumstances, like sql plus, and other database enginee. But it is just not good enough for dba studio?
    I admit I probably should have used the network utility to add a connection to avoid this type of format error.
    Anyhow, I'm glad it is solved. by the way, the symjct.dll mentioned in the previous post should be symcjit.dll. I guess he mispelled the name. I renamed it to symcjit_old.dll and now the java error was gone. So that is another gain from this post. Thanks Joel for all the information.

  • Trying to add a database in DBA studio: getting NLNV String format error

    I'm trying to add a database in DBA studio, but I'm getting the following error:
    Failed to parse tnsnames.ora file
    Error: 100 -- NLNV-NLNV String Format Error
    Does anyone know what I need to do? Thanks.

    Anybody see this before? Yes I have several times, but till today I have not found an answer. Someone from Oracle can help us??
    Thanks
    Chenthil

  • DBA Studio does not find any Database 8.1.7

    Hello,
    I have a problem when startung DBA-Studio!
    I installed Windows 2000 and Oracle 8.1.7.
    In Enterprise Manager Console my node is recognised, Manger service and
    Oracle81Agent are running. When starting the DBA Studio in "Manager Server
    OMS" mode giving user/Password for SysMan account and the node-name, it
    stops with VTO-4400 ! It can't find any Database and the user should use the
    Enterprise Manager Console ! But this is done!!!
    Can anybody help!!?
    Thanks Marcel

    this is probably due to an incomplete restoration of xml after running rmjvm.
    having done rmjvm, all java classes, including xml classes are gone so i suspect you need to redo initxml
    I have finally gotten loadjava to load and create all the files in the JAR:
    C:\oracle\ora81\RDBMS\jlib\xsu111.jar
    Using the following command:
    C:\oracle\ora81>loadjava -u sams/<--password-->@samsdb -v -f -r OracleXMLStaticQuery.c
    lass c:\oracle\ora81\rdbms\jlib\xsu111.jar
    internal error: unanticipated exception: java.io.FileNotFoundException: OracleXM
    LStaticQuery.class
    java.io.FileNotFoundException: OracleXMLStaticQuery.class
    at java.io.FileInputStream.<init>(FileInputStream.java:56)
    at java.io.FileInputStream.<init>(FileInputStream.java:75)
    at oracle.aurora.server.tools.loadjava.LoadJava.processLoadAndCreate(Loa
    dJava.java:1512)
    at oracle.aurora.server.tools.loadjava.LoadJava.process(LoadJava.java:14
    22)
    at oracle.aurora.server.tools.loadjava.LoadJavaMain.run(LoadJavaMain.jav
    a:299)
    at oracle.aurora.server.tools.loadjava.LoadJavaMain.main(LoadJavaMain.ja
    va:58)
    initialization complete
    NOW! It will not resolve any of the classes because for each file I am getting the following error:
    ORA-29521: referenced name <--class name--> could not be found
    I recieved this error for each class loaded via loadjava and calling the xsu111.jar file.
    any reasons why? There is also a file named xsu12.jar is the latest?
    Help Please! Thanks in advance.

  • DBA Studio in Oracle 9i client

    I installed the 9i client but i can't find DBA Studio.

    DBA Studio no longer exists in Oracle 9.x. You should find all the functionality you need in the Enterprise Manager console. You won't find the OEM console on your client unless you have installed it during your client install.

  • DBA STUDIO

    Hello,
    I have installed Oracle Enterprise Manager release 2.2 and face problem starting DBA STUDIO.I'm not able to launch the application because after starting the application the window appears for 2 seconds and then disappears again.
    I have several oralce homes and I think the problem can be related to this, but I'm not sure. Hope someone have inputs on how this problem can be resolved.
    I'm running OS WIN 2000 and Oracle server 8.1.6.1.0.
    Regards
    Roar

    Hallo,
    Har du satt ORACLE_HOME til 8.1.6 fra Home selector?
    (start --> programmer --> Oracle Installation Products --> Home Selector) Sett denne til 8.1.6 og prøv igjen.
    mvh
    Kjell Ove

  • DBA Studio in 9i

    One of the great features of Oracle 8i was Oracle DBA Studio, but since I upgraded to Oracle 9i, I have not been able to find DBA Studio or anything similar to it. Did it go away or am I just missing it? Has it been repackaged as a different tool?
    Brian

    oemapp console
    aka Enterprise Manager

  • Dba Studio & Java

    I have Oracle 9i installed. I recently installed DBA Studio, after the initial installation. I also have Java installed on my laptop (windows 2000).
    When I select Dba studio from the start menu, it displays for a split second and then closes. Do I need to modify the file oemapp.bat to run, or is there another fix?
    Thanks for any help
    Karl

    You should be able to find it in $ORACLE_HOME/bin and run it as:
    oemapp console

Maybe you are looking for

  • Questions about TextConverter.TEXT_FIELD_HTML_FORMAT

    We currently have a lot of content produced which is displayed using the 'htmlText' property in the MX Text & TextArea components.  So basically we produce content that uses the 11 or so supported html tags.  I'm researching the TLF and SPARK compone

  • Partitioning on a Table - Few Questions, Confusions

    Hello All,    I've a table with around 300 Million Records. This Table has one Key Column (Auto Incremented by 1 ) and a Unique ID Field. Primary Key (Clustered Primary Key) was created on Key Column of this Table. Now If I want to partition this tab

  • Vendor Country field attribute

    Hi, I am setting attributes to certain fields on Vendor master to swith to DISPLAY mode for a certain accoutn groups. Under general data , i dont see "COUNTRY" field. If I want to make the country field to DISPLAY mode for certian account group , how

  • Insert into different database - same server

    What do I need to do to insert values into a table in a database on the same server? I have databases A and B. I have a procedure in Database B that needs to insert a record into a table in Database A. I tried qualifying: Insert into DataBaseA.Schema

  • Running JUnit code for EJB

    Hi, I have written following JUnit code for testing EJB whose jndi name is SBuySharesHome public class CTestCase_Default extends TestCase      public CTestCase_Default ( String arg )           super ( arg );      protected updateBuyShares.SBuyShares