Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • PLSQL Table Syntax 2 Oracle
  • proper cpu stats Linux/Unix
  • This is from Temi Oracle
  • shr1.sql for MTS or Shared server configuration Oracle
  • oracle fast start failover best practice Oracle
  • Kernel Parameters for Solaris Linux/Unix
  • Recovering lost SYS password Oracle
  • tab.sql Oracle
  • kill all processes from specific user in solaris. Linux/Unix
  • Implementing Listener Security Oracle
  • GSQ.sql Oracle
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • standard Monitoring – 1 Oracle
  • plan10g.sql 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

  • Locktree.sql Oracle
  • All About Trace Fils Oracle
  • Committing distributed transaction using commit force Oracle
  • find_string_in_database.sql Oracle
  • crtgr.sql /* For creating trigger from data dictionary */ Oracle
  • proc.sql 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 (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • 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

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • move_arch_files.ksh Linux/Unix
  • create database link syntax Oracle
  • Load testing on Oracle 19C RAC with HammerDB Oracle
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle
  • Oracle Metalink useful notes Oracle
  • RAC with RHEL4 and 11g Oracle
  • get_vmstat.ksh Linux/Unix
  • Drop tempfiles from database Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme