Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • sid_wise_cursor.sql find open cursor basis on username or SID Oracle
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • sess1.sql Oracle
  • This is im telling Kishore Oracle
  • newupload.html PHP/MYSQL/Wordpress
  • How do I get Oracle to automatically start when my server boots up? Oracle
  • Kill a session dynanically using execute immediate Oracle
  • move_arch_files.ksh Linux/Unix
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle
  • runsql_once.ksh Linux/Unix
  • checking redhat linux version Linux/Unix
  • Find long Running Transaction Linux/Unix
  • find_longsql.sql Oracle
  • Good Oracle Architecture In Short and point to point Oracle
  • OEM-Commnds 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

  • Configure ssh authentications for RAC Oracle
  • SQLPLUS COPY command Precautions. Oracle
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • How can I tell if ASO is installed ? Oracle
  • Creating never expiring DB user accounts in Oracle Oracle
  • DBMS_STATS Metalinks Notes Oracle

Leave a Reply Cancel reply

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

Categories

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

Recent Posts

  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • How to find password change date for user Oracle
  • For Search and replace unix command. Linux/Unix
  • Find Stale DR Physical Standby Oracle
  • Drop database in Oracle 10g Oracle
  • oracle fast start failover best practice Oracle
  • Find Plan Hash value fphv.sql Oracle
  • Oracle 10g Wait Model Oracle
  • Clean up Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme