Urgent    How to find the password of dblink in oracle

How to find the password of dblink in oracle
Iam currently working
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
I don't have dba rights
please help me

John Spencer wrote:
You are correct, it is not populated in 11g, but is in 10G.
SQL> select * from v$version;
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod
PL/SQL Release 10.2.0.4.0 - Production
CORE    10.2.0.4.0      Production
TNS for 32-bit Windows: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
SQL> create database link test_link connect to scott identified by tiger using 'sol10';
Database link created.
SQL> select db_link,password from user_db_links where db_link like 'TEST%';
DB_LINK                                       PASSWORD
TEST_LINK.REGRESS.RDBMS.DEV.US.ORACLE.COM
SQL> select name,password from sys.link$ where name like 'TEST%';
NAME                                          PASSWORD
TEST_LINK.REGRESS.RDBMS.DEV.US.ORACLE.COM
SQL> select name,passwordx from sys.link$ where name like 'TEST%';
NAME                                          PASSWORDX
TEST_LINK.REGRESS.RDBMS.DEV.US.ORACLE.COM     05C9AF8C3A16DBE5F47715B67FD0652BE4
SQL> SY.

Similar Messages

  • How to find the password of the scott

    How to find the password of the scott
    Any query please

    Hi,
    Its not possible to get the password back from the ORACLE as such.
    Because its not that it saves the passwords as such encrypted.
    Try to give same password for different users and check from DBA_USERS, most of the times you might get different encrypted passwords even though the base password is same - which shows the password is not encrypted as easy to decrypt...
    Only thing you can do is reset the password when someone forgets it as DBA - but not find the old password.
    Regards,
    S.Muthukumar.

  • How to Find the Current Instance Id in Oracle 10g

    Hi,
    how to find the current instance id in oracle 10g studio,
    I have the below code :
    if (InstanceScreenFlow.processInstance.id.id.indexOf(text : ins.id) < 0) {
    /// do something
    it is saying that "'processInstance' is not a function"
    Thanks,
    Brijesh Kumar Singh.

    Why not just pass in the "id" predefined variable into your screenflow? Once you do that you'll be able to refer to it as "id.id" anywhere inside your screenflow.
    Dan

  • How to find the Standard DFF Name  In oracle apps

    hi,
    How to find the Standard DFF Name In oracle apps
    thanks

    1. Open the form
    2. Choose Tools--> Diagnostics
    3. In the block field choose $DESCRIPTIVE_FLEXFIELD$
    4. Field will show the list of all the DFF's enabled for that form.
    5. Choosing one will display the name of the DFF in the value field.
    Thanks
    Nagamohan

  • How to find the invalid form session in oracle Apps

    Oracle Apps R12
    Hai All
    How to find the invalid form session in oracle Apps R12 and How to Kill the that.
    Thanks & Regards
    Srikkanth.M

    Hi,
    Please refer to these docs (for 11i and R12).
    How to Kill Inactive Sessions Based on the Information in the Monitor User Form [ID 103516.1]
    Script: How To Identify The apps User Using The O/S PID For Forms Users In 11i [ID 185762.1]
    Thanks,
    Hussein

  • Urgent-How to find the tables which are used in  DB02 transaction

    Hi,
    Can anybody help me in finding the tables  in Tablespaces tabstrip & Tables n Indexes tabstrip  in DB02 transaction??

    Hi,
    open the following link.
    http://books.google.co.in/books?id=jTTrZjucb_QC&pg=PA37&lpg=PA37&dq=dbo2%2Bsap&source=web&ots=FgA9pC3u24&sig=sOG3EJRm5HGW2aFpkVVH_oxBjjo&hl=en#PPP1,M1
    Master data load failure
    Reward if Helpful
    Jagadish

  • How to find the users of teamviewer using oracle database?

    Friends,
    DB: 9iR2
    OS: RHEL AS 3
    Client pc: win xp
    We have 3 branches. One of our user accessed our application from the other branch using teamviewer.
    is it possible to find the user from the database side?
    i mean from the v$session or from any other table.
    thanks

    Hello,
    you can use folloiwng script to see the OS user, database user and the programme they are using to connect to database.
    SET TRIMSPOOL ON TRIMOUT ON ECHO OFF VERIFY OFF HEAD OFF FEEDBACK ON LIN 150 PAGES 10000
    set linesize 150
    CLEAR BREAKS COMPUTES
    COL type_grp NOPRINT
    COL logon_time NOPRINT
    COL logontime FOR A14
    COL osuser FOR A21
    COL username FOR A28
    COL lastcall FOR A14
    COL program FOR A50
    --COL program   FOR A&plen
    BREAK ON type_grp SKIP 1
    --PROMPT
    PROMPT **************************************************************** SESSIONS INFORMATION ****************************************************************
    PROMPT
    PROMPT |------- O/S -------|--------- ORACLE ----------| Logon | Last Call | |
    PROMPT |Username | Pid |Username | Pid | 'SID,Ser#'| DateTime | DateTime | TYPE | PROGRAM
    PROMPT |_________|_________|_________|_____|___________|______________|______________|__________|____________________________________________________________
    SELECT ' '||rpad(nvl(osuser,p.username), 9) ||lpad(nvl(s.process,p.spid), 10) osuser,
    rpad(nvl(s.username,' '),9) ||lpad(decode(s.sid,'','',p.spid), 6) ||lpad(decode(s.sid,'','',''''||s.sid||','||s.serial#||''''),12) username,
    to_char(logon_time,'mm/dd hh24:mi:ss') logontime,
    to_char(sysdate - (s.LAST_CALL_ET / 86400),'mm/dd hh24:mi:ss') lastcall,
    s.type,
    nvl(s.program, p.program) program,
    s.type type_grp,
    logon_time
    FROM v$session s, v$process p
    WHERE spid is not null
    AND s.paddr (+) = p.addr and s.username not in('SYS','SYSTEM','SYSMAN','DBSNMP')
    ORDER BY s.type, logon_time, s.sid;
    set head on;
    Regards,
    Anil Malkai

  • Urgent: how to find the shift allocated to an employee

    hi all
    i need to display the shift an employee is working in. I have checked table T77ED. How can i get a link between the pernr and shift or any other link with which an employee's shift can be found out.
    Points assured.
    thanks

    You can try the function call HR_PERSONAL_WORK_SCHEDULE.
    ~Suresh

  • How to find the last downloaded patch for oracle

    Hello everybody ,
    I am new to Oracle DBA.
    where to look the oracle last patch available in software , is we get this information from OS files or from the database tables .....which data dictionary table
    i have oracle 10.2.0.4 version
    os is solaris

    SQL> SELECT * FROM v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for 32-bit Windows: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    SQL>

  • How do I find the password for my home internet to get my ipod to use internet?

    Any one know how to find the password to the PC system to allow logging in to internet with iPod touch?

    do you have a router?
    At&T has its password on the back side of the router.

  • How to find the configuration status of REDO logs files?

    I am in the process of moving the redo log files.
    Before that I want to find out whether it is set up as duplex or any other configurations.
    How to find the REDO log configurations.
    Oracle 10g R2
    Thank you,
    Smith

    Example:
    Not duplexed redo log - if number of member is 1, then it is not duplexed:
    SQL> select group#, members from v$log;
        GROUP#    MEMBERS
             1          1
             2          1
             3          1
    SQL> select group#, member from v$logfile;
        GROUP# MEMBER
             1 /u01/app/oracle/oradata/db1/redo01.log
             2 /u01/app/oracle/oradata/db1/redo02.log
             3 /u01/app/oracle/oradata/db1/redo03.log
    SQL> alter database add logfile member '/u01/app/oracle/oradata/db1/redo01_2.log' to group 1;
    Database altered.
    SQL> alter database add logfile member '/u01/app/oracle/oradata/db1/redo02_2.log' to group 2;
    Database altered.
    SQL> alter database add logfile member '/u01/app/oracle/oradata/db1/redo03_2.log' to group 3;
    Database altered.Duplexed redolog
    SQL> select group#, members from v$log;
        GROUP#    MEMBERS
             1          2
             2          2
             3          2
    SQL> select group#, member from v$logfile;
        GROUP# MEMBER
             1 /u01/app/oracle/oradata/db1/redo01.log
             2 /u01/app/oracle/oradata/db1/redo02.log
             3 /u01/app/oracle/oradata/db1/redo03.log
             1 /u01/app/oracle/oradata/db1/redo01_2.log
             2 /u01/app/oracle/oradata/db1/redo02_2.log
             3 /u01/app/oracle/oradata/db1/redo03_2.log

  • How do i find the password for my ipod classic

    Hey guys I'm having a problem with my ipod it's saying if need an password but I have no idea what it is, it locked my out so I have plugged it into my laptop with which I registered my ipod but I cannot find the password to unlock it on the registration so any ideas folks short of sending it into Apple Store!!

    The Apple Store cannot help recover your password.
    See iPod: How to use the Screen Lock - Apple Support.
    Work out what password you set, or restore the device. Assuming your media is in your library this takes some time but isn't otherwise difficult. If you've manually managed the iPod without keeping the media in your library you now know why this is not a good idea. See Recover your iTunes library from your iPod or iOS device. Off hand I don't know if the various media recovery tools or techniques work with a password locked iPod classic, but quite possibly not.
    tt2

  • How do I find the password for my iMac on version 10.7.4?

    How do I find the password for my iMac on version 10.7.4?

    DO NOT FOLLOW THE INSTRUCTIONS IN THE ABOVE LINKS.
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the Mac OS X Utilities screen appears, select Utilities ▹ Terminal from the menu bar.
    In the Terminal window, enter “resetpassword” and press return. A Reset Password window opens.
    Select your boot volume if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Follow the prompts to reset the password. It's safest to choose a password that includes only the characters a-z, A-Z, and 0-9.
    Select  ▹ Restart from the menu bar.
    You should now be able to log in with the new password, but you won't be able to unlock the Keychain. If you've forgotten the Keychain password (which is ordinarily the same as your login password), there's no way to recover it. You’ll need to reset your keychain in the preferences of the Keychain Access application.

  • Hi, how can I stop my screen from freezing up.Its acts like a scratch card, I use the mouse cursor to rub away to find the password box?

    HI,how can I stop my screen from freezing, It acts like a scratch card,I run over it with the mouse to scratch away at the grey screen to find the password box
    underneath?

    OS X: Login window partially appears, cursor movement redraws screen

  • How do i find the  password to my "local keychain"...its not the same as the administrator password

    how do i find the  password to my "local keychain"...its not the same as the administrator password

    http://support.apple.com/kb/TS1544 Resetting your keychain in Mac OS X
    http://support.apple.com/kb/PH7296 Keychain First Aid

Maybe you are looking for

  • Marking a value in a diagram

    Hi folks ! Im trying two things: 1st: I want a vertical an horizontal line in a diagram at specific values eg: y-axis: 0-100% marking line at 60% or: x-axis: "a" till "z", making line at "t" How do I do this ? 2nd: How do i mark (bold/underlined/colo

  • Urgent Solution needed--Problem in JSP compilation with JDK 1.5 and JDK 1.6

    Hi, I m using JDK 1.5 and Tomcat 5.0 the problem is that after starting server when I m going to access my application at that time instead of displaying HomePage it directly display the blank page on screen. After analyzing tomcat log I have found t

  • IMessage on my macbook air will not connect.

    iMessage on my macbook air will not connect. It says "Could not sign in. Please check your network connection and try again." I have gone through all the support instructions and a lot of these discussion chats. I have sign out of it and my phone and

  • Urgent case on NLS setting

    I want to write a program to extract data from one oracle database and put that into another. Source is US7ASCII, and target is ZHS16GBK. Since OCI library will only read NLS_LANG env setting when initializing, there are only one NLS_LANG setting wil

  • Authentication for CAF webservices

    Hi,        How is User Authentication given to the Application Services which are exposed as WebServices in CAF.