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

Similar Messages

  • 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

  • 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

  • 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.

  • 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

  • Oracle Not Available - DBA Studio

    Hi,
    I've just been installing Oracle 8.1.7 on a Win 2k P4 machine and everything went fine. Except when i log onto DBA Studio the 'Database & Instances Information' reports that 'oracle not available'.
    I have seen another post in the forum recommending typing 'echo %ORACLE_HOME%' and 'set ORACLE_HOME=my_sid' but when I log back on i get the same error message.
    Help much appreciated

    did you login as sys/change_on_install and as BDA not as sysoperator or Normal. The deafult is normal. Choose SYSDBA from the dropdown box and your database is up and running.

  • From where can I download a copy of DBA Studio  Client (for Oracle 8.1.x) ?

    I have got an old copy Of DBA-Studio-Client on a Windows-NT desktop. This DBA Stidio-Client works fine & accesses all the information about Oracle-Database (8.1.x) on Sun Solaris. I need a latest copy of DBA Studio (Oracle 8.1.x) or its next to down load on another Windows-NT desktop.
    Kindly, let me know as to which URL should I go to to down load it on NT-desktop.
    Thank you,
    [email protected]

    You need to buy iLife 09 or earlier on DVD or order/install that iMac's original disks.
    (64944)

  • DBA Studio Bug?

    First off, I hope I'm asking this in the right place (sorry in
    advance if not the case).
    I'm running Oracle 8.1.7 on Windows NT 4.0, SP6. I'm only
    trying to set up a few tables using the DBA Studio create-
    objects wizard. The tool seems to have the following problems:
    1. When I define a primary key or a constraint, it offers
    to let the associated identifier be "<system assigned>",
    but later when I'm ready to 'Finish', I get an error for
    a zero-length identifier. I can see in the resultant
    DDL that it is trying to set a CONSTRAINT "" for the
    primary key. Sometimes this works and Oracle assigns
    an identifier fine, other times I get this error.
    What's the deal?
    2. The field-name dialog seems to allow more char's input
    than the DB allows. I got a cryptic message, but figured
    out that perhaps the name was long, shortened it and this
    worked. But there should be better feedback that this
    was the cause (or the tool should not allow more char's
    than permissible).
    Is there a "service pack" that fixes these and other problems?
    I'm running a straight 8.1.7 download.
    If so, where can I get it from?
    Any help appreciated.
    tia,
    mh

    Same thing here... 8.1.7 installed, "Show Errors" button from within DBA Studio displays nothing... Any fixes???
    Compiling Proc's and Packages in DBA Studio. When they don't compile, eg., declared "Invalid", the "Show Errors" dialog box displayed by the "Show Errors" button display's a blank screen. Any fixes? Any alternatives?
    Thanks.

  • Unable to install Sun Studio 12 update1

    root:> cat /etc/release
    Solaris 10 5/09 s10s_u7wos_08 SPARC
    Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 30 March 2009
    root:> uname -a
    SunOS testbox 5.10 Generic_139555-08 sun4u sparc SUNW,UltraAX-i2
    root:> java -version
    java version "1.5.0_21"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_21-b01)
    Java HotSpot(TM) Client VM (build 1.5.0_21-b01, mixed mode, sharing)
    I've tried a couple of time to install Sun Studio 12 but it keeps failing during the pkgadd. Once with the GUI and twice with the non-Gui interface. Both end up with the same result.
    Below is where i believe the install is failing.
    [2009-11-24 11:03:53.988]: executing command: pkgadd -n -d -G/tmp/SPROsmpx SPROsmpx
    [2009-11-24 11:07:32.961]: org.netbeans.installer.utils.exceptions.InstallationException: Inner Exception
    [2009-11-24 11:07:33.064]: at org.netbeans.installer.product.components.NativeClusterConfigurationLogic.install(NativeClusterConfigurationLogic.java:227)
    [2009-11-24 11:07:33.065]: at org.netbeans.installer.product.components.Product.install(Product.java:342)
    [2009-11-24 11:07:33.065]: at org.netbeans.installer.wizard.components.actions.sunstudio.InstallAction.execute(InstallAction.java:166)
    [2009-11-24 11:07:33.065]: at org.netbeans.installer.wizard.components.WizardAction$1.run(WizardAction.java:120)
    [2009-11-24 11:07:33.065]: Caused by: org.netbeans.installer.utils.nativepackages.InstallationException: Error native. Error = Copyright 2009 Sun Microsystems, Inc. All rights reserved.Use is subject to license terms.Installation of <SPROsmpx> failed (internal error).No changes were made to the system.
    [2009-11-24 11:07:33.066]: at org.netbeans.installer.utils.nativepackages.SolarisNativePackageInstaller.install(SolarisNativePackageInstaller.java:163)
    [2009-11-24 11:07:33.066]: at org.netbeans.installer.utils.nativepackages.SolarisNativePackageInstaller.install(SolarisNativePackageInstaller.java:195)
    [2009-11-24 11:07:33.066]: at org.netbeans.installer.utils.nativepackages.SolarisNativePackageInstaller.install(SolarisNativePackageInstaller.java:204)
    [2009-11-24 11:07:33.066]: at org.netbeans.installer.product.components.NativeClusterConfigurationLogic.install(NativeClusterConfigurationLogic.java:208)
    [2009-11-24 11:07:33.066]: ... 3 more
    [2009-11-24 11:07:52.992]: ... also rollbacking Sun Studio(ss-base/12.1.0.0.0)
    [2009-11-24 11:07:53.098]: Start rollback of Sun Studio(ss-base/12.1.0.0.0)
    [2009-11-24 11:07:54.937]: ... deleting installed files files
    Could someone help ? TIA

    Hello Nik,
    First off, let me say thanks for your assistance.
    I wasn't able to find "sunstudio12-patched-ii-2009Sep-sol-sparc.tar.bz2" but I did locate another Sun Studio 12 Tarfile Install called "SunStudio12ml-solaris-sparc-200709-ii.tar.bz2". And I located a Sun Studio 12 System Preparation Tool as well.
    One issue I saw was below....
    If you install the Sun Studio 12 software using the Sun Studio 12 tarfile, your installation is unsupported, and you will not be able to apply Sun Studio product patches.
    This maybe an issue later. Our DBAs are planning on upgrading ORACLE on this development box which I believe may require an upgrade on some of the Sun Studio patch versions.
    Peter G.

  • DBA Studio for PDA's

    Hi guys,
    has Oracle an dba manager client for pda's (pocket pc and paml) like DBA Studio?
    if the answer is "yes"
    Where I could download it..
    if the answer is "no"
    Why Oracle haven't one?
    what software would you suggest to use?
    thanks a lot for your help

    Yes. DBA Studio comes bundled with the 8.1.7 install.
    Just launch with $oemapp dbastudio
    What that wasn't intuitive?
    You can run it standalone or launch through Enterprise manager.
    BTW: I kept notes for 8.1.7 setup on Linux. More specifically RedHat 9. You may find more answers here:
    http://www3.sympatico.ca/arothmel/oracle/817.html

  • Problems running DBA-Studio, etc.

    Hi,
    I have installed Oracle 8.1.7 Enterprise on a Pentium IV using the workaround with renaming the symcjit.dll. This worked well.
    But now I can't get the DBA-Studio up.
    When starting, it asks whether to use OEM or run as standalone. I said standalone and thats it. Nothing else happens.
    When I start some other application, such as instance manager or security manager, then I don't come past the registration.
    I think the problem is with the JRE 1.1.7 from Oracle.
    How can I use my own JRE 1.3? It has no jre.exe or jrew.exe anymore.
    Or are there any other solutions?
    TIA
    Alex

    Did you connect to any other versions of Oracle from this same machine? I've noticed that if connecting to
    multiple versions of oracle, or if using multiple oracle
    products (forms, dba studio, reports) for multiple versions on the same pc, the tnsname.ora file that is used by
    a product may be different than you expect.
    Make sure the tnsnames.ora file that dba studio is using
    has the correct entries for the database you are trying to connect to.
    Tim

  • DBA STUDIO for DB10g

    hi ,
    is there any tool in Oracle Database10g to mount or start it, like we can use DBA Studio in oracle8i to MOUNT,UNMOUNT,SHUTDOWN OR START our database. (Other than putting URL in browser, because sometime this URL does not work. i experienced error page not found when i put the URL http://system_name:5500/em )
    Regards
    Najeeb

    Are you sure that the EM Http Port is 5500...???
    You should confirm that by reading the file portlist.ini in the [ORACLE_HOME]\install dir , although if you have altered it afterwards , the port written in this file would not be changed in this file.
    Anyway, it's worth the try to configure the EM....!!!!
    Sim

  • Installing Sun Studio 12 on Ubuntu 8.04

    When I try to install Sun Studio 12 with the graphical installer, I get a message half was through that Java is not installed. In my case Sun's Java was already installed. I tell the Sun Studio installer to do the update and it finished what it was doing. After the install is done, I found that the Sun Studio executable is missing, so it looked like the installation did not work. What version of Java is Sun Studio expecting and does it need to be tied to a specific path? Is there a known method for installing Java for Sun Studio 12?
    After this I uninstalled Java and Netbeans and started the system prep tool, which correctly said I was missing netbeans and java. I had the system prep tool install netbeans successfully but I get this message when trying to install java:
    error: Failed dependencies:
    glibc >= 2.1.2-11 is needed by jdk-1.5.0_09-fcs.i586
    sh-utils >= 2.0-1 is needed by jdk-1.5.0_09-fcs.i586
    fileutils >= 4.0-8 is needed by jdk-1.5.0_09-fcs.i586
    gawk >= 3.0.4-1 is needed by jdk-1.5.0_09-fcs.i586
    textutils >= 2.0-2 is needed by jdk-1.5.0_09-fcs.i586
    /bin/sh is needed by jdk-1.5.0_09-fcs.i586
    Any suggestions?

    I could not find any log files with error information from Express or Sun Studio 12. Any ideas?Not yet :-) Can you try to build and debug a sample project? Does it show the same problem?
    I mean one of several sample projects, that are shipped with the Sun Studio IDE.
    Start "sunstudio", from main menu: "File->New Project", select Samples->C/C++/Fortran->Welcome
    Did you try to run compilers and other tools?
    Please, make sure they work. For example, run the following commands:
    cc -V
    CC -V
    f90 -V
    collect -V
    dbx -V
    dmake -v
    (Note: the last one is small "v")

Maybe you are looking for