Want to know database name from RMAN prompt

Hi there
I want to know database name when I am in RMAN prompt.
Regards
Jewel

Copyright (c) 1982, 2005, Oracle. All rights reserved.
RMAN> connect target /
connected to target database: SYSLOG (DBID=3659208352)
Here SYSLOG is the database name
Regards
Asif Kabir
user623166
Handle:      user623166
Status Level:      Newbie
Registered:      Mar 2, 2008
Total Posts:      42
Total Questions:      *18 (18 unresolved)*
Name      jewel_bd
Occupation      DBA
-- mark your helpful post as correct/helpful and close all the answered threads.

Similar Messages

  • Views to check the catalog database name from target database.

    Hi,
    Please help me to find view to check the catalog database name which is connected to my target database because I am new to the current environment where I am working now and the previous DBA have done the set up having 2 catalog database. I want view to check from target database, which can show the catalog database name to which it is connected to.
    We can check the catalog database name from the following ways but I want views to check it from target database.
    1.TNSnames.ora
    2.Any backup script connecting to catalog database.
    3.From catalog database we can use rc_database view to check the databases registered with the catalog database.

    Please help me to find view to check the catalog database name which is connected to my target databaseYou can check for any RMAN backup jobs that been scheduled on the server.
    In the scheduled script check rman command.
    You can then identify the database alias (of the catalog db) that is used in the rman backup script.
    Once you have found the database alias, check for the database alias entry in tnsnames.ora file present in your target database server.
    Once the entry is found, you can find the IP address and catalog db name from the tns entry.
    Edited by: st. osh on Nov 22, 2012 11:38 PM

  • Query to identify the recovery catalog database name from target database

    Hi,
    How to get the recovery catalog database name from the registered target database?
    i dont know my recovery catalog database for my target database.
    I know we can use the query
    select * from rc_database;
    from recovery catalog database to know all the registered database with the recovery catalog but I want to know is there any way or query to identify the recovery catalog database name from target database to which the target database is registered
    With Regards
    Boobathi P

    You can check the backup scripts which you use to backup your target database to get the catalog database name.
    And check the corresponding connect string in TNSNAMES.ORA file or tnsping to get the server details of the catalog database.
    Edited by: gopal on Apr 12, 2013 12:59 PM

  • How can I get a list of database names from environment

    Hi,
    How can I get a list of database names from environment.
    I had found a method in JE API Docs named Environment.getDatabaseNames(), and i couldn't found the same method in Berkeley DB.
    I use java interface, is it supported?
    Thanks.

    Hello,
    I don't know if it would work for you, but have you checked the db_archive utility at:
    http://download.oracle.com/docs/cd/E17076_01/html/api_reference/C/db_archive.html
    Check the -s option.
    Thanks,
    Sandra

  • I want to know the name icloud account

    I want to know the name icloud account
    <Personal Information Edited by Host>

    Hi,
    As Rich Mentione there is no BAPI for Schedule Agreeement.
    You can Try : ME_UPDATE_AGREEMENT_PO  -Update Pur Document
                  ME_READ_OUTLINE_AGREEMENT_DISP --Read outline agreement item (From Agreement no and item no)
    Lanka

  • How to remove database name from SQL query

    We have an MS SQL server with several databases that are of the same schema but have different data.  We do this for testing different environments.  We are using Crystal reports for the first time and we are having trouble changing the database location in the designer.  If update the data source location to the same database server, but different database name, the data still comes from the original database used when creating the report.  We look at the SQL query and it contains the database name and does not change when updating the data source.  Therefore the data always comes from the database used when originally creating the report.
    How can I remove the database name from the SQL query so the proper database is used when testing the report?

    Hi C F
    Please ensure you have followed the procedure mentioned below:
    In Crystal Reports, there are two ways to set the location of the data source your report points to, depending on your connection type.
    For ODBC and Native Connections:
    1. On the 'Database' menu, click 'Set Datasource Location'.
    2. In the 'Current Data Source' section, click the data source to be changed. You must click each individual table in the data source one by one. If the data source is a stored procedure you will not see individual tables.
    NOTE     In Crystal Reports 10, XIR1, and XIR2, if you are mapping from a data source such as a stored procedure where the report designer can not determine which fields should be mapped automatically, you will see a 'Mapping' dialog box where you can manually map fields, as in the procedure cited above.
    3. In the 'Replace with' section, click the data source you want the report to use.
    4. Click 'Update'.
    5. Close the 'Set Datasource Location' window.
    The report now points to the new location.
    For Native Connections Only:
    1. On the 'Database' menu, click 'Set Datasource Location'.
    2. In the 'Current Data Source' section, click 'Properties' to expand it and right-click 'Database Name: <path to database>'.
    3. Click 'Edit' and then type the path to the
    new data source location.
    4. Close the 'Set Datasource Location' window.
    The report now points to the new location.
    Regards
    Girish

  • Removing RMAN backup files from RMAN prompt

    DB version: 10.2.0.4
    OS : AIX
    Due to space constraints, we had to change our retention policy today. So, i need to remove some old backup files manually to free up some space. Should i remove the backup files from OS using rm command and then issue a
    delete expired backup;from RMAN prompt?
    Or is there another recommended way?

    If you remove them manually from the O/S, then you'll have to perform a CROSSCHECK BACKUP prior to the DELETE EXPIRED.
    Or once you change your retention policy you could issue DELETE OBSOLETE, which may be the safer way to ensure you don't accidentally remove wrong backup files.

  • Want to know table name of - plant location

    hi frnds
    want to know table name of - plant location
    regards
    raghav.kh

    Hi,
    Try with Table T499S.
    Regards,
    Prabu

  • Want To Know The Name OF Company Table

    In Administration -> Choose Company, It gives me the list of all Company Name,Database Name,Version etc .
    I Want to know the Table Name which has all information about company name and all.
    Regards

    The db version is stored in table CINF (Version). Others information gave you members already. If you want have list of all dbs on the server like in login screen, you should use select from information schemas as
    select * from information_schema.tables where table_name = 'CINF'
    and youll receive all databases, where the CINF table is, then create tmp table (dbname, company, version fields) and in cursor go through all results from select * from information_schema.tables where table_name = 'CINF'
    make insert into this tmp table. At the end make select from this tmp table.

  • Database monitoring from sqlplus prompt?

    How can one monitor database from sqlplus prompt? I want to know about the connected users,queries fire by users,deadlock and explain plan of the query from sqlplus.
    Is there any direct query for the same.
    Thanks
    Vipin

    connected users,queries fire by users,deadlockYou can use v$ views example v$session, v$lock
    explain plan of the query from sqlplusYou can use
    SELECT PLAN_TABLE_OUTPUT FROM TABLE(DBMS_XPLAN.DISPLAY());
    Additionaly I would advise you visit and search more about it
    http://www.oracle.com/technology/documentation/index.html
    Adith

  • How to know database name and schema name by providing package name?

    Hi,
    Could someonw will help me to get database name and schema name by providing package name ?
    I have used the query : select * from all_objects where object_name='Package_name'; but it simply returns schema name where as i need DB name and username.
    --Prajakta

    but it simply returns schema name where as i need DB name and username.
    i want to retrive the DB name for package name
    Based on your questions, I wonder if you are used to working in SQL Server? (The server, database, and schema are part of the 4-part  name of an object, independent of any user.)
    In SQL Server, schema and username are two separate physical concepts.  "Schema" is purely logical in Oracle: a user which owns objects is often called a "schema".
    In Oracle, "database" is roughly equivalent to the SQL Server concept  "server" (what you log in to).  It is not part of the naming path to a specific object  (unless there is a database link involved, but there is no indication that's what you have here).  In Oracle you connect to an Instance (or Service) and people often call this the "database", but there is a fine semantic distinction there (separate topic). 
    Once connected in Oracle, you fully-qualify an object by only a 2-part owner and object name (possibly 3-part if a database link is involved user.object@link).
    12c added another wrinkle to all of this, but I'll assume this question was more basic than that, because you likely would have mentioned if this was a 12c question.

  • Database Name from Full Client

    How can we know the Universe parameters from Full Client. I donu2019t have an access to Designer and Supervisor(BO 6.5). I am using desktop Intelligence to run a particular report and I want to know from which database(schema) the report is fetching the data.

    Hello,
    the Data Provider function "Connection" returns a string with various parameters.
    Parse/search for the substring "DATABASE=".
    HTH, best regards
    Thomas

  • I want to donate my computer and want to delete my name from the online product registration and the name of my house icon.

    There are two final deletions I must make before I give the computer away. How can I delete my name from the online product registration of my computer, and from the house icon?

    Hi, Michelle. Welcome to Apple Support Communities.
    You can create a new administrator account (System Preferences > Accounts; I'd name it "New User" or the user's name if you know it). Sign out and sign in with the new account. Once you're sure the new account is working okay, you can delete your old account. This removes your name on the house icon (your user account).
    Unfortunately, I don't think there's a way to get away from the online product registration, but it's never been an issue for me. I've bought several iBooks on eBay and never worried about the product registration. Any time I called in for service under AppleCare, I just told them I bought the iBook on eBay, and it was never questioned further than that.
    If you're worried about security, you may want to restore the iBook to like-new condition using the Restore disc(s) that came with the iBook, using the Erase option. Choose the correct link (depending upon which iBook model it is) from the following Apple Knowledge Base article: How to restore your Apple software.

  • Database name from OS level

    Hi ,
    How can i know the name of the database running from OS prompt

    on unix check with ps command, on wndows check the services.
    rgds

  • How to know database name and schema name

    Hi ,
    Once after logging in the database,how is it possible to know the current database and schema which we r using?Is there any system table where we can get the database names and schema names?
    please help me out.itz urgent.
    Regards,
    Sravan

    Probably not.
    If the database name is the name of the current database, it would be essentially redundant. If the database name is the name of some other database, in order to get the names of all the tables in the specified schema, you could create a database link to the remote system (which assumes you have a login and password to the remote database with appropriate privileges, that the database server's tnsnames.ora file has an entry for the remote database, etc) and query the remote data dictionary tables. Even if you could do that, however, you could not dynamically create triggers on the remote database since DDL over a database link.
    In theory, you could also load an appropriate JDBC driver into the database and write a Java stored procedure that would connect to the remote database (again, with an appropriate user name & password, host name, and port number) and issue DDL against that remote database. I have a hard time believing, however, that this would be a particularly beneficial approach. It would be easier just to put the appropriate code into each database that needs triggers generated or to have a separate Java application that generates triggers for a number of different databases.
    Justin

Maybe you are looking for

  • Problem with sending and downloading pictures on c...

    I have a problem with downloading and sending pictures in chat. It says that "sending canceled" under the picutre ... Why is that ? I didn't do anything with it. Please help me solve this problem ! Attachments: Bez tytułu.jpg ‏68 KB

  • "You must specify a value for this required field" in SharePoint list

    HI All, I have a couple of taxonomy fields in my content type. When I try to add a new item with my content type and save, I'm getting an error message "You must specify a value for this required field" against each taxonomy field. I'm not sure what

  • 3.5.1 on Mac OS X 10.6: no more virtual clusters?

    Prior to 10.6 and 3.5.1, I set up virtual clusters with as many instances as I had cores on my MacPro. And this worked great. My H.264 files rendered so much faster with the 8 instance than rendering to the single instance "My Computer" method and it

  • Videos to ipod and miscellaneous questions

    Hi I just bought my 5G video ipod 2 weeks ago. I really like it and it doesnt give me any problems. However i seem to have a number of problems with iTunes: 1) I tried putting all my .avi videos on iTunes and it did not add them and only the .mpg one

  • Reading integers from file problem...

    I managed to read integers from a file but only the ones from the first line. I can't somehow read the remaining lines. The format is... 33 212 3111 12 1 1 123 2 3 4 I know that the first while loop pretty much does nothing... Any help is appreciated