Looking for tool - for manage Oracle database

hi
i looking for tool that i can make tables, run querys, make backup .....
on Oracle 11.2.0 64bit
i'am looking for any graphical tool (like sql-server tool)
thanks in advance

You didn't see you've answered your own question: you posted inside the SQL Developer tool forum ;)
Have fun with it,
K.

Similar Messages

  • What commands used for taking backup of oracle database using BR*Tools

    Can somebody please help me urgently to know what are the commands used for taking backup of oracle database using BR TOOLS.Also specifythe commands in detail which can be used for taking backups of oracle database ,Online Redo log files in databse using BRBACK tool,Archiving of offline, redo log files using BRARCHIVE, and Restoring a Database using BRRESTORE tool Commands(Plese specify the commands with their Syntax used).Also specify the commands with their Syntax which are used for taking backup of oracle database(online,Offline redo log files) into Tapedrives using BRTOOLS commands.
    Thanking You for helping (in advance).

    Dear Ashish,
    BRBACKUP / BRARCHIVE calls the operating system command to copy the files.
    Simple approach to get the commands is as follows.
    1. Set the BR_TRACE (as given in the SAP note 29321) and run the command for which you need to know the OS / SQL commands.
    2. This will generate the log file with the trace information. This trace has the information of the commands used by the job you have run.
    Hope this helps.
    Regards,
    Madhukar

  • Steps for taking bachup of oracle database

    Can anyone please help me urgently to know what are the steps and commands used with BR*Tools with their SYANTAX in detail for BRBACKUP for taking backup of (datbase files,Online redolog files,control files) ,BRARCHIVE for taking backup of offline redolog filesand BRRESTORE for restoring of a datbase backups(Please give the syntax for taking backup of Oracle database in Tapedrives using BRBACK,BRARCHIVE,BRRESTORE.)
    Thanking you for helping(in advance) .

    help yourself
    -> <a href="http://help.sap.com/saphelp_nw04/helpdata/en/50/7dd41742210144aee3fdee21c553eb/content.htm">BRTools in Detail</a>
    GreetZ, AH

  • Difference in select for update of - in Oracle Database 10g and 11g

    Hi, I found out that Oracle Database 10g and 11g treat the following PL/SQL block differently (I am using scott schema for convenience):
    DECLARE
      v_ename bonus.ename%TYPE;
    BEGIN
      SELECT b.ename
        INTO v_ename
        FROM bonus b
        JOIN emp e ON b.ename = e.ename
        JOIN dept d ON d.deptno = e.deptno
       WHERE b.ename = 'Scott'
         FOR UPDATE OF b.ename;
    END;
    /While in 10g (10.2) this code ends successfully (well NO_DATA_FOUND exception is raised but that is expected), in 11g (11.2) it raises exception "column ambiguously defined". And that is definitely not expected. It seems like it does not take into account table alias because I found out that when I change the column in FOR UPDATE OF e.empno (also does not work) to e.mgr (which is unique) it starts working. So is this some error in 11g? Any thoughts?
    Edited by: Libor Nenadál on 29.4.2010 21:46
    It seems that my question was answered here - http://stackoverflow.com/questions/2736426/difference-in-select-for-update-of-in-oracle-database-10g-and-11g

    The behaviour seems like it really is a bug and can be avoided using non-ANSI syntax. (It makes me wonder why Oracle maintains two query languages while dumb me thinks that this is just a preprocessor matter and query engine could be the same).

  • Have any GUI tools to backup oracle database(s) ?

    Hi,
    I want to know is any oracle's tool or third party tools to backuping oracle database?
    Thank you!
    Francis SZE

    Devotee wrote:
    Hi,
    I want to know is any oracle's tool or third party tools to backuping oracle database?
    Thank you!
    Francis SZE
    Use RMAN through enterprise manager
    Cheers

  • Can i use "Oracle Database 12c: Performance Management and Tuning " training for getting certification on "Oracle Database 11g: Performance Tuning 1Z0-054"

    i have taken "Oracle Database 12c: Performance Management and Tuning new" training from oracle university. Now i would like to get certified on "Oracle Database 11g: Performance Tuning 1Z0-054" exam. Is it possible ?

    I essentially endorse and refer you to Matthews' and John's post above.
    I would differ with slightly with Matthew because my guess is you would often be able to use like for like 12c training for an 11g certification ( I believe there are precedents).  BEFORE ANYONE ASKS THE OTHER WAY DOESN'T HAPPEN.
    .... but totally concur with Matthew you would ill advised to procede on that basis without one of:
    - This being advertised as possible on the website : e.g. https://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=654&get_params=p_id:169 ... option 2 show courses.
    - Confirmation from Brandye
    - Confirmation from an Oracle Certification Support Web Ticket ( http://education.oracle.com/pls/eval-eddap-dcd/OU_SUPPORT_OCP.home?p_source=OCP )
    ... The more common (and in my opinion usually better) way would be get your 11g DBA OCP ( or higher first) and then take the 1z0-054.  I am almost certain they will accept your 12c course for the 11g DBA OCP.
    If you are choosing the route of not being a 11g (or 12c ) DBA OCP first but are on option 2 and relying on the course for certification then the issue is more in the balance and you are even more strongly advised to get confirmation before proceding (remember if the rules need to be changed for you only then any profit out of the exam is lost).
    In general my understanding is Oracle would prefer to encourage people to train on the latest version of product that is available for training  and will prefer to avoid restrictions which would cause you to train at a lower version.  ( This is simply my guess at Oracle University Policy ... personal opinion only).
    Having said all I have said I'd encourage you to go with the advice of the earlier two posts.

  • Reserving the sessions for a user in Oracle database

    Hi,
    Suppose the Oracle database is running in dedicated mode.
    I want sys or abc user to have some sessions reserved for them.
    This is because if there is heavy load on the system and all the sessions are used up then we can not connect to database to see what is happening inside.
    However, if we have got some policy on the number of reserved sessions for a user then we can always log in as that user and see what is happening inside the database.
    Consider any version of database, if you can get what I am asking then try answering it, else I can elaborate it further.
    Please note that I do not want to change the server mode from Dedicated to Shared.
    Any help will be appreciated.
    Thank you.
    --Harvey.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi Guys,
    There has to be some way to achieve this. But your sugestions are correct to have a user connected always if we are going to face an issue.
    Any ways if there is no other way to achive this then we can not do any thing, else Oracle come up with something.
    --Harvey                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Web Server Options for APEX Installation on Oracle Database 10g

    Hi. We are installation a APEX on a test server that is running Oracle Database 10g 10.2.0.4.0. As I understand it there are two Web Server Options:
    1) Oracle HTTP Server (Apache)
    2) Oracle Application Express Listener
    Do both of these work for Oracle Database 10g 10.2.0.4.0? I thought I remember reading somewhere that only the Oracle Application Express Listener would only work with database version 11 or higher.

    Do both of these work for Oracle Database 10g 10.2.0.4.0?Yes.
    I thought I remember reading somewhere that only the Oracle Application Express Listener would only work with database version 11 or higher. No, that restriction (with the exception of 10g XE) applies to the third web server option which you haven't mentioned: Embedded PL/SQL Gateway (EPG), as discussed in your previous thread: +{thread:id=2201975}+
    System requirements for APEX Listener
    {forum:id=858} forum

  • Tools to Monitor Oracle Databases

    Hi
    What is the best tool available in the market to perform day-to-day DBA tasks and monitor real time performance of Oracle databases. I need suggestions apart Oracle EM or Toad .
    Thank You

    859206 wrote:
    Hi
    What is the best tool available in the market to perform day-to-day DBA tasks and monitor real time performance of Oracle databases. I need suggestions apart Oracle EM or Toad .
    Thank YouWhat are the best tools to monitor how my car is performing and to change a flat tire? I don't want to use the gauges on the instrument panel or the spare tire, jack, and lug wrench in the trunk.
    Why do you need suggestions apart from EM? Is someone in your company just burning to spend money with another vendor to buy the same functionality that Oracle provides for free with EM?

  • Managing oracle databases using open standards like WBEM

    Typically an Oracle Database environment is best monitored and managed using the
    Oracle Enterprise Manager.
    But does Oracle allow/support monitoring and management of Oracle databases using open standards like WBEM?
    We are trying to standardize on an open standard like WBEM for monitoring and managing hardware and software and also model those entities using the CIM (Common Information model) and would
    like to monitor Oracle Databases under this model using WBEM.
    I have read about the ability of the Oracle Enterprise manager to manage other third party hardware and software including databases using WBEM Fetchlets.
    Would appreciate any information regarding this topic.

    Better post your question in Enterprise Manager
    also do a search on WBEM in the forum

  • Collection Manager Oracle Database support

    Hello,
    I want to know if there is any official reply to these questions on CM with Oracle Database:
    1) Versions of Oracle Supported(We have Oracle 11gR2 on a RAC environment)
    2) Recommendations for
    SGA(System Global Area MB) :
    PGA(Program Global Area MB):
    3) Recommendations for Database Block Size MB:
    4) Recommendations for Database Character Set:
    5) Recommendations for National Character Set:
    6) Recommendations for tablespaces needed
    7) Database users that must be created an the privileges they must have on the database objects
    I think in the first issue, it must be OK if it works with JDBC right?

    1) Versions of Oracle Supported(We have Oracle 11gR2 on a RAC environment).
    The following is a list of supported external databases:
    •Sybase—Version 12.5.1 and higher
    •Oracle—Versions 9.2, 10g, and 11g
    •MySQL—Version 4.1 and higher
    http://www.cisco.com/en/US/docs/cable/serv_exch/serv_control/broadband_app/rel36x/cm_qsg/cm_qsg.html
    2) Recommendations for
        * SGA(System Global Area MB) : no such recommendations found, use default or per need.
        * PGA(Program Global Area MB): no such recommendations found, use default or per need.
    3) Recommendations for Database Block Size MB:
    DB_BLOCK_SIZE : Specifies (in bytes) the size of Oracle database blocks. Typical values are 4096 and 8192. 8192 is recommended for better performance. The value of this parameter must be a multiple of the physical block size at the device level.
    4) Recommendations for Database Character Set: no such recommendations found, use default or per need.
    5) Recommendations for National Character Set: no such recommendations found, use default or per need.
    6) Recommendations for tablespaces needed :
    Cisco provides a sizing sheet that helps to configure the customized sizes by a given RDR rate and data storage period.
    For example, if the global insert rate is 5000 and the data storage period is 90 days, the sizing sheet provides the total needed space of 7 terabytes, and space parameters for each tablespace, data file, table, and index.
    The file is Attached to the thread.
    This may also help.
    http://www.cisco.com/en/US/docs/cable/serv_exch/serv_control/broadband_app/rel36x/cmug/Configuring_Databases.html#wp1055997
    You can also use rolling window feature to help improve performance as this is supported by the CM.
    Storage Unit with Oracle version 11 they can make use of inbuilt rolling window feature. For your reference:
    http://www.oracle.com/technology/obe/11gr1_db/bidw/etl/etl.htm#t4.
    7) Database users that must be created an the privileges they must have on the database objects
    This is dependent on your DB admin, usually the CM only needs 1 user/pass to access the DB for data access. All other users and privileges are in your control and can be done to suit your needs.
    I think in the first issue, it must be OK if it works with JDBC right? Yes.

  • Long Term Storage ideas for Data in an Oracle Database

    We have data that we no longer need access to and want to archive it on tapes for long term storage.
    We want to save the data using datapump or rman from time to time and and store the exports/backups on tapes. The issue we don't want to face in the future is , if Oracle deprecates the methodology we used to save the data in 2012, we no longer have a way to retrieve the data into a database 10 years from now.
    This may sound crazy, but hear me out. Before datapump existed everyone was using vanilla exp to export the data. Now we have datapump as exp's upgrade and we have rman too. What if in 2012 we took an export using datapump or a backup using rman and save it off on a tape. 10 years go by and in 2022 management wants to look at the 2012 data. Lets say by this time Oracle's mothodology changes and they have a much more efficient/robust export/backup method. One way for us to keep the old backups up to date is to import the data back before the method we used in 2012 is deprecated and then export/backup the data using the new method to keep the exports/tapes in sync with then current technology.
    My question is, what methods of saving large amounts of data do you recommend/use to save data to a tape so that you don't have to worry about changing times.
    An idea I heard is to save the data as insert statements. This would work for most of the data except for blobs.
    Any help would be appreciated.
    Thanks in advance.

    >
    Won't an intelligent compression algorithm take care of a lot of the overhead for that?
    >
    That's certainly a valid point to make and one that the OP can test. And because the duplicated metadata is identical and in the same physical row location there may be compression algorithms that can reduce it to just one set.
    There were two points I was trying to make.
    1. Don't just save the data - save the metadata also.
    2. The metadata for each row will be the same so if you use an INSERT format that duplicates it for every row you are potentially wasting a lot of space.
    Your other point was probably more important than these or anything previously mentioned.
    >
    perform restores of the entire database every couple of years or so to make sure that your
    database isn't degrading
    >
    Regardless of the format and media used to backup the data it is important to verify the integrity of the backup periodically.
    There are a lot of ways to do this. One way is a simple MD5 (or other) checksum of data at some level of granularity and then periodically read the data and confirm you still get the same checksum.
    In my opinion the more generic the format that the data is saved in the better the odds that you can recover the data later no matter how technology may have changed.

  • Typical resolution logic for client connection request (Oracle Database 11g)

    Salam, hello everyone, I would know the process that oracle follows to connect a client to a database (local or remote connection) via this command : connect username/password[@connect_identifier].
    Can someone help me with that?

    The first decision is whether the connect request includes a connection string or not.  Examples:
    This does,
    connect [email protected]
    An this doesn't,
    connect /
    Your question regarding "LOCAL env var" I think is referring to client environment variables? They are tested with decisions for TNS_ADMIN,ORACLE_SID, and ORACLE_HOME at several points. Remember that the client process may be running on a remote machine, or on the server machine from the same Oracle Home as the instance or different.
    That should give you a good start. If it doesn't, post your email and I'll send you a full description. The usual route for contacting authors is through the publisher, but we can short-circuit the process here.
    Don't worry about Mr Bakker thinking that we do not understand SQL*Net. He has not seen any context, and his constructive criticism is based in incomplete data. You will soon understand SQL*Net better than most.
    Please remove the diagram.

  • Help for getting connection with oracle database

    Hello,
    i have a problem to connect my java program with oracle databse.
    i have oracle 8 release. i tried all my best to connect but i
    can't. please help me. whenever i compile JdbcCheckup.java file
    which is distributed with oracle 8 release, it compile successfully.
    but whenever i run JdbcCheckup class file then it will generate an
    exception and that is -
    Exception in thread "main" java.lang.ClassNotFoundException:
    oracle.jdbc.driver.OracleDriver
         at java.lang.class.forname0(native method)
         at java.lang.class.forname(unknown source)
    and some other error message.
    But, by following yours given instruction, first, i unzip CLASSES111.zip
    in file which is distributed with oracle 8 realease in jdbc subdirectory
    into c:\temp directory and then run oracle installer(setup.exe) and point
    the installer to c:\temp and then i install the oracle JDBC drivers(beta)
    7.3.3.1.3 from the jdbc subfolder into oracle installer by selecting
    win95.prd for jdbc subfolder.
    After that i write into my autoexec.bat file,
    path d:\jdk\lib;d:\jdk\bin;c:\windows\command;C:\temp\BIN;c:\temp\jdbc\lib\classes111.zip
    and then i restart the machine and the i complile and run JdbcCheckup file
    But, i can't recognize my error to define class path or installing the
    driver. please help me in details so that i overcome this problem.
    because i am student of B.sc. in CIS of final year. i need to submit
    my project within some days. please reply me as early as possible.
    thanks
    hemonto
    email - [email protected]

    path d:\jdk\lib;d:\jdk\bin;c:\windows\command;C:\temp\BIN;c:\temp\jdbc\lib\classes111.zipYou've added classes111.zip to your PATH, not your CLASSPATH.
    Add it to your CLASSPATH using:
    set CLASSPATH=%CLASSPATH%;c:\temp\jdbc\lib\classes111.zip
    then try to compile/run again.

  • Syntax for Data Pump in Oracle Database 11g

    Hi, thanks to all. i myself clarifying many doubts by refering the POSTS in this Forum.
    I need the syntax for the Data Pump in Oracle 11g.
    Could you post the syntax plese.
    Thanks & Regards..

    Hello,
    You may have all the options in Datapump by typing the statements belows:
    expdp help=y
    impdp help=yElse, you'll have much more details and examples in the Utilities book from Oracle 11g documentation on the link below:
    http://www.comp.dit.ie/btierney/Oracle11gDoc/server.111/b28319/part_dp.htm#i436481
    Hope this help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Apr 19, 2010 11:07 PM

Maybe you are looking for

  • Apple IPod Nano 3RD Gen Fault

    hey guys when i try and put music to my ipod through the itunes software it tells me there is an error copying music to the ipod i have restored the pod 5 times now with no luck in getting music back on to it the first problem it had was when i eject

  • SAP Crystal Reports 2011/2013 doesn't show Company Data Base

    I have CR versions 2011 and 2013 in several clients, and I can't connect to SAP B1 through the integration component. The behavior is that when I fill all the fields, I can't see the Company DataBases; if I type it manually and click "finish" I get t

  • ECC 5 Database LOAD Error

    Hi GURUs, I got following error in ECC 5 @ database Load steps, Can any body help me out how to slove it, ERROR 2006-07-29 11:11:49 MSC-01015 Process finished with error(s), check log file H:\Program Files\sapinst_instdir\ECC04SR1\WEBAS_ABAP_ORA_NUC\

  • Black to purple gradient - white getting in the way - HELP!

    Hi, I'm using illustrator cs3 and ive selected a black to purple linear gradient and the black is graduating to white and then graduating to purple, whereas I want it to go from black straight to purple. What can I do? Thanks, Adam

  • Win 8 installation error.

    I am trying to install windows 8 on my mac. My iso file size is 5gb. While using bootcamp, i get an error that files could not be copied to usb disc. Why am I getting this error ? Is it because file size is > 4gb and my usb is FAT32 system ?