How to find databases registered in recovery catalog!

I want to know how many databases registered in recovery catalog
How can i find it?
Thank you!

Log in as your catalog owner and execute select distinct db_name from dbinc; with this you will see all registered databases , In 11G onwards as virtual catalog owner you will only see the databases on which you have been granted access.
Regards
Karan

Similar Messages

  • How to find database status

    how to find database status(average execution,reads,writes,block size)

    Please, use the copy and paste feature available on all the computer (CTRL-C and CTRL-V), go onto the oracle online documentation http://docs.oracle.com click on the link corresponding to your version, and paste the word I wrote previously.
    You'll got answers.
    Nicolas.
    i want to find out using sql queries.Didn't notice you WANT sql queries. Then my answer is out of scope. Except for the document link.
    Message was edited by:
    N. Gasparotto

  • How to find database query

    Hi all,
    how to find physical query from report here m checking like Administrator->manage session--> report-->view log
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- SQL Request:
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- General Query Info:
    Repository: Star, Subject Area: AAA, Presentation: AAA
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- Cache Hit on query:
    Matching Query:     Created by:     Administrator
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- Query Status: Successful Completion
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- Physical Query Summary Stats: Number of physical queries 1, Cumulative time 0, DB-connect time 0 (seconds)
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- Rows returned to Client 6
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- Logical Query Summary Stats: Elapsed time 0, Response time 0, Compilation time 0 (seconds)
    but here m not able to find database query..how to find that query plz help
    Edited by: Sonal on Jan 3, 2011 5:29 AM
    Edited by: Sonal on Jan 3, 2011 5:30 AM
    Edited by: Sonal on Jan 3, 2011 5:30 AM

    Hi,
    as Daan said, set the variable in Advanced tab but not on loglevel..
    because, our problem is to bypass the bi-server cache.
    Do this:
    1. Go to Advanced tab.
    2. In Prefix field(scroll down to see this field) , enter this:
    SET DISABLE_CACHE_HIT = 1;
    Note: Make sure that you're ended up above statement with semicolon and do not click on Set SQL option...
    3. Save report, then run it..
    4. After you see the query, i recommend you to take take out that prefix tag then save it again..

  • How can find  database field and table name

    how can find the underline database field name,table name from java page. Example. in oracle apps when we go purchaseing super user then supplier base then supplier and find supplier detail .

    Hi,
    depends on your model. If you work with ADF BC then you can use ViewLinks to access parent or detail infromation programmatically. See the developer guides for more information. Note that you wont access the tables directly but the collections that represent the records
    Frank

  • How to find Database, APPL_TOP and IANA character set on 11i?

    Hi,
    Could you please tell How to find out Database character set, APPL_TOP character set and IANA character set on existing 11i environment?
    This is required to pass the input during R12 upgrade.
    Regards,
    AV

    Database:
    SQL> select value
    from V$NLS_PARAMETERS
    where parameters='NLS_CHARACTERSET';
    Application:
    $ echo $NLS_LANG
    IANA:
    Check the value of "s_iana_cset" context variable in the context file or check the value of "ICX:Client IANA Encoding" profile option.
    NLS Frequently Asked Questions [ID 399789.1]
    Oracle Applications 11i Internationalization Guide [ID 333785.1]
    How autconfig determines the value for Iana Charsets s_iana_cset value set in XML context file [ID 1380683.1]
    Thanks,
    Hussein

  • How to find DATABASE modifications

    Hi all,
    To my database (10G XE), four users are connected and they are creating tables, modifying tables, and some database modifications(DML).
    If i want to find, who did the modifications, how to find. For the particular table, i think,i can use, TRIGGER, to know the details.
    If i want to know, for all tables (i.e. DATABASE level), how to find.
    Thanks in advance,
    Pal

    hi,
    Please try to turn on auditing in DB as the instruction in Oracle Documentation below:
    http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14266/auditing.htm#i1011984
    Regards,
    Wai

  • How to find my registered serial number

    I believe a friend stole my itouch and gave it to her boyfriend. I registered it on apple when i bought it, how do i find what the serial number is. Thanks

    iPod: How to find the serial number

  • How can i get no of database registered to RMAN catalog database.

    I want to know that how can I know that no of database are registered to particular RMAN repository database.
    And also i want to upgrade my reposiotry catalog as we are upgrading our database to 11g
    Kindly help me .

    Hi,
    Just connect to the catalog database as "rman" user and query the rc_database view.
    sqlplus <rman_user>/<rman_user_passwrd>@<catalog_db>
    SQL>select * from rc_database;
    user11958935
    Handle: user11958935
    Status Level: Newbie
    Registered: Nov 20, 2009
    Total Posts: 72
    Total Questions: 29 (22 unresolved) Please consider closing the unanswered questions and keeping the forum clean.

  • How to find database table for field in CRMD_ORDER?

    Hello,
    in CRMD_ORDER there is a field CRMT_7850_SERVICE_UI-DURATION.
    The structure is CRMT_7850_SERVICE_UI
    The fieldname is DURATION
    How can i find out in which database table content of this field is stored?
    Thanks a lot
    Best regards
    Manfred

    Hi,
    When you execute report CRM_ORDER_READ (trx. se38), entering your order nr, you will get
    an overview of all the underlying tables and their entries of the order.
    E.g. you will find structure ET_SERVICE_H, corresponding to table CRMD_SERVICE_H;
    structure ET_SERVICE_I, corresponding to table CRMD_SERVICE_I.
    I expect your field (duration) to be in CRMD_SERVICE_I.
    regards,
    Wim

  • How to find database attribute names that correspond to page labels

    I've been tasked with creating one or more views to be used in creating reports. The users know data items by the labels on pages, not the database attribute names. So my dilemma is how to correlate the page labels to the database attributes.
    For example, there's a course details web page. It includes items labeled "Replacement Course", "Inherited Competency Update Setting" and "Attachments", among others.
    Focusing on "Inherited Competency Update Setting"... there's no database attribute called that. I've found COMPETENCY_UPDATE_LEVEL, but I don't know if that is it. And is an "inherited" one different than a non-inherited.
    I've googled about, and discovered that "Inherited Competency Update Setting" can be set by using a workflow named OTA_COMPETENCE_UPDATE_JSP_PRC and setting an attribute named HR_APPROVAL_REQ_FLAG. Further research has lead me to determine that HR_APPROVAL_REQ_FLAG is used only within the workflow system. I've found in SYS.ALL_SOURCE a package OTA_COMPETENCE_SS with a function that gets that attribute's value. It includes a query against WF_ACTIVITY_ATTR_VALUES which retrieves values of YES_DYNAMIC, APPROVAL, NO, YES or NOTIFYONLY. I've not found any code that uses the function.
    Using ALL_TAB_COLUMNS, I'd found COMPETENCY_UPDATE_LEVEL in OTA_OFFERINGS, which contains "APPROVAL" or null. So that may be what I seek, but I can't confirm it.
    I also have been unable to find the translation from "APPROVAL" to "Notification, Automatic Update after Approval" (assuming I'm correct and this is the field)
    I've found a Training Administration Technical Reference Manual for Release 11i, which contains information about the database, but I've found no corresponding document for Learning Management for 12.1 (Only installation and user guides).
    And this is many days' research to find one attribute. Which I'm not certain I've found.
    So, in this case in particular, or any case in general, how does one find the database name for an attribute, given the page label's text??
    Thank you
    Cornell

    Whoa, easier than I'd thought...
    When the page first shows up, there's the About This Page link, at the bottom, clicking it you get to the About Page.
    I noted two sections, Page Definition and Business Component References Details.
    I expanded Business Component References Details and found View Objects. There's a list of views used. I was dismayed that the views don't appear to be in the database. Of course, they're camelCased Java names of Java objects, not database names (although sometimes some of the camelCased tokens might correspond to parts of view names). They are, however, clickable and when clicked the definition shows up, and I was thinking that it would take a long while to find what I was seeking.
    But... Hit the Expand All link in Page Definition, do a find on page for the desired label, and there it is... a row with the label, view object name and attribute! Pay dirt!
    Then go to the Business Component References Details, find the View Object, click it, and there's the view :-) Find the attribute, then the table... easy peasy!
    Thank y'all again

  • How to find database files location (from system flat files)

    Hi all,
    Is there anyone who could help me to understand the Oracle database starting mechanism. I'm looking the doc for a few days, but it lacks some details...
    I'm currently using Oracle 10g on RedHat, and my database has been created using DBCA. While the installation process, DBCA allows to use a customized location for "*all the database files*". I've chosen */data*.
    Now, when I'm looking in my /etc/oratab file, I can see: mydb:$ORACLE_HOME:N
    I guess the startup process of Oracle reads /etc/oratab (or I didn't understand its utility...) and then goes to $ORACLE_HOME to find the database infos. In this directory, I can see a directory named hostname_mydb/ and dbs/
    The dbs/ directory contains my pfile (initmydb.ora) which contains some parameters such as control files, but nothing about the parent directory of my database files, ie:
    control_files= /data/oradata/mydb/control01.ctl,....*
    but no DB_CREATE_FILE_DEST as I could expect if the db was created through OMF.
    The hostname_mydb/ contains nothing but a sysman directory.
    I wonder how Oracle process knows where are the .dbf files or the "parent directory of database files" ? Does anyone have a clue?
    I know it is possible to ask through sqlplus for .dbf location but I don't think it's the way used for the startup process (or at least, I hope there is another way)
    Thanks! (and sorry if the question seems obvious or stupid...)

    907899 wrote:
    Thank you very much CPKT for all these details. It helps me to see clearer!
    You are right, I have configure an Oracle Enterprise Manager and I didn't notice this directory was related to it...
    And as I first thought, many data are in the binary control file. I just thought Oracle was a more simple system :)
    You mention an Architecture Guide for DBA, is it the Database Concepts manual mentioned in the first reply or is it another manual (I can't find it, but obviously I have to improve my searching technique...)
    Thanks!=================================================
    Learning how to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to tahiti.oracle.com.
    Drill down to your product and version.
    <b><i><u>BOOKMARK THAT LOCATION</u></i></b>
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab you will find the complete documentation library.
    Spend a few minutes just getting familiar with what <b><i><u>kind</u></i></b> of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what <b><i><u>kind</u></i></b> of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are <b><i><u>reference</b></i></u> manuals. Just get familiar with <b><i><u>what</b></i></u> is there to <b><i><u>be</b></i></u> referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them (listed in your alert log) in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.
    =================================

  • How to find the name of the catalog variable to customize UI messages?

    Hi, I want to modify the messages displayed during user login. I have a custom catalog implemented where there are few messages are customized. I want to add few more customized messages to the catalog which will be displayed in various UI screens. Particularly I am interested in customizing the messages which are displayed during user login, like when userid and password are wrong. I tried browsing through JSPs but couldn't find these message tags. Any help in this is greatly appreciated. Thanks!

    The actual "Lighthouse" text, is probably a variable being passed to the string. If you search for the text surrounding the Lighthouse phrase, then you will likely have better luck. It sounds like you might just want to use the generic login messages though...
    You can get to this by clicking on "security" then "login" in the admin interface. Click on the "User Interface" login application, and there will be a set of radio buttons in the middle of the page that say
    "For Failed Logins      
         Display detailed login error messages
         Display single generic login error message"
    Try the generic approach.. see how that works for you.

  • How to find database options features used?

    Hello Oracle Gurus,
    Can someone please tell me how can I find whether a database features is used in the database? e.g. I have a installation with partitioning, label security , etc installed but not sure which of these features is used.
    I could query dba_tab_partitions, for example, to find if there are any partitioned tables in the database. Are there similar views/tables that I can use to find all non standard (extra cost) options like label security, data mining, streams, advanced secuirty, etc.? Can please someone reply with relavant view/table names or queries?
    Thanks,
    Santosh

    In 10g (at least in 10gR2 that I'm checking), there are the DBA_FEATURE_USAGE_STATISTICS and DBA_HIGH_WATER_MARK_STATISTICS views. These are normally accessible through the 10g OEM webpage (administration -> database feature usage) but you can just as easily use query the views themselves.
    set linesize 120 pagesize 999
    col description format a49
    col name format a30
    col version format a10
    col currently_used format a5 heading "Used?"
    col last_usage_date format a10 heading "Last|Usage"
    select name
    , currently_used
    , last_usage_date
    , description
    from DBA_FEATURE_USAGE_STATISTICS
    where version = (select max(version) from dba_high_water_mark_statistics)
    I just thought I'd add that information to complete an old thread, in case anybody else was searching for it on the forums.

  • How to find database duplicates

    I have a dynamic site that I made using Dreamweaver 802. It
    has a database that has really grown and as I enter new names into
    the database, I have found that there are some duplicates.
    Is there a way to find duplicates in either Dreamweaver or
    maybe PHPMyAdmin?
    BTW, I have an admin menu that I setup to sort several
    different ways, but none that works well for finding dupes. The
    database has over 8,000 names and addresses and has become very
    difficult to find these dupes.

    I think you said you are using PHP so I'm not sure if this
    applies as I do
    ASP, but I would use SQL DataShaping.
    I would create my "parent" recordset with the below Query and
    then the
    "child" recordset would display all the records using the
    "parent" as the
    criteria. It's actually pretty easy, check out this tutorial:
    http://www.4guysfromrolla.com/webtech/092599-1.shtml
    You could also create a nested repeat.
    "Mr. Brownie" <[email protected]> wrote in
    message
    news:ers2li$rot$[email protected]..
    > SELECT lastname, firstname, title, email, recordid
    > FROM tbl_data
    > GROUP BY lastname, firstname, email, lastname
    > HAVING (COUNT(*) > 1)
    >
    > Thanks for getting me started. The recordset query I am
    using is listed
    > above. It lists all the duplicates just fine. I added
    email since there
    > are
    > some names like John Smith that can appear as dupes, but
    are just two
    > different
    > people.
    >
    > What I would like to do is have the list show all dupes,
    but show both
    > listings for each dupe. Then I can add another column
    for DELETE that I
    > can
    > use. If both listings are shown, I can choose which one
    to delete. Hope
    > that
    > is clear.
    > Thanks again.
    >

  • How to find windows version in recovery partition T60

    My T60p is running W7.  But I don't recall if I upgraded it from XP.  I want to reload my operating system because weird things are happening.  But I don't want to go back to xp.  So, how can I tell which operating system is on the factory recovery partition?

    you can't change the content in the Lenovo recovery partition. But windows can allow you to create a similar sort of recovery partition that contains the current windows 8.1.
    http://windows.microsoft.com/en-AU/windows-8/creat​e-usb-recovery-drive
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

Maybe you are looking for

  • IDVD 08 worked, now freezes

    My particular situation is that iDVD 08 worked fine for about 2 weeks. Now when I open it, the "loading themes" bar comes up for a while, goes away, then the dreaded "whirling beach ball" goes on forever (only on the menu bar), and I have to "force q

  • Data Not coming Properly for 0HR_PA_OS_1 Data Source?

    Hi Experts, I am trying to load data to 0PAOS_C01 using 0HR_PA_OS_1 data source. For field 0POS_OCCVAC key figure i am not getting any data from Data Source. I checked in RSA3 for 0HR_PA_OS_1 data source and  in that it is not populating data for fil

  • T510 dual external monitors without docking station

    Hi, didn't find this one in google or at this forum... can I connect 2 external monitors with resolution 1600X900 to t510 without any docking station? (one to the VGA and the other to the HDMI port). do I need the Nvidia m3100 or some other graphic c

  • Synching iPad Calendar to MacBook Pro

    I am able to enter events in my MacBook Pro calendar and they show up on my iPad calendar, but not vice versa. I have run through set up twice, rebooted iPad, both calendars. Contacts went from iPad to MacBook, but not Calendar.

  • How to get screen Unmagnified.

    I hooked up my computer to the tv, and the screen never went back to normal. It's magnified, I can't figure out how to switch it back, can someone please help me?