Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • sid_wise_sql.sql Oracle
  • cif crons Linux/Unix
  • good linux notes Linux/Unix
  • This is from Temi Oracle
  • oradebug ipcrm ipcs Oracle
  • ext#.sql Oracle
  • create PLAN_TABLE command. Oracle
  • good note for shared pool tunnig Oracle
  • Standby Database Behavior when a Datafile is Resized on the Primary Database Note:123883.1 Oracle
  • dbinv.sql Oracle
  • EXTPROC Oracle
  • how to find VIP from ifconfig Linux/Unix
  • How to start CRS manually Oracle
  • scripts to take listener.log backup Linux/Unix
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle

How To Transfer Passwords Between Databases (ref note: 199582.1)

Posted on 22-May-2009 By Admin No Comments on How To Transfer Passwords Between Databases (ref note: 199582.1)

fix:

1) Log on as SYSDBA

2) Create database link between source and target database

3) Create procedure which selects usernames,passwords

from DBA_USERS in source database and inserts usernames,passwords

into target database

Sample SQL-statements

source database:

SQL> select password from dba_users where username=’SCOTT’;

USERNAME PASSWORD

—————————— ——————

SCOTT F894844C34402B67

target database:

Sqlplus> Create user SCOTT identified by values ‘F894844C34402B67’;

Oracle, SQL scripts

Post navigation

Previous Post: note id 373303.1
Next Post: All About oracle password and security from metalink

Related Posts

  • First Entry in RAC Oracle
  • CPU Core related projections AWS
  • VIvek Encryption Package and Its Usage Oracle
  • OEM-troubleshooting on 20-MAY-08 Oracle
  • This is im telling Kishore Oracle
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • SQLPLUS COPY command Precautions. Oracle
  • Implementing Listener Security Oracle
  • Oracle Support Metalink ID 161818.1 Oracle
  • To find all disk io ( EMC as well as local) Linux/Unix
  • How to know Number of CPUs on Sun Box Linux/Unix
  • FRA Information. Oracle
  • initUOCIOTTO.ora Oracle
  • login.sql Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme