Mir Sayeed Hassan – Oracle Blog

Oracle DBA – Tips & Techniques | Learn with real-time examples

  • Translate

  • It’s Me




  • My Certificates

  • Links

    My Acclaim Certification : Credly Profile
    My Oracle ACE Pro Profile

  • Achievements

    Awarded Top 100 Oracle Blogs from Worldwide - #RANK 39
  • VISITORS COUNT

  • Verified International Academic Qualification from World Education Service (WES)

    Verified International Academic Qualification from World Education Service (WES)

  • Jobs

Archive for February, 2019

Create an alert of failed login attempt of users in Oracle database 11gR2 (11.2.0.4)

Posted by Mir Sayeed Hassan on 19th February 2019

Create an alert of failed login attempt of users in Oracle database 11gR2 (11.2.0.4) [oracle@testdb ~]$ !sq sqlplus /as sysdba sys@TESTDB> select instance_name,status,version from v$instance; INSTANCE_NAME    STATUS       VERSION ———————————————————— testdb                          … Read more..

Posted in DBA Scripts | Comments Off on Create an alert of failed login attempt of users in Oracle database 11gR2 (11.2.0.4)

RMAN-04015: error setting target database character set to US7ASCII & ORA-06553

Posted by Mir Sayeed Hassan on 13th February 2019

RMAN-04015: error setting target database character set to US7ASCII & ORA-06553 Database Status sys@TESTDB>select instance_name,status,version from v$instance; INSTANCE_NAME    STATUS       VERSION —————- ———— —————– testdb           OPEN         11.2.0.4.0 Error… Read more..

Posted in ORA-Error | Comments Off on RMAN-04015: error setting target database character set to US7ASCII & ORA-06553

How to drop database manually without using DBCA in Oracle database 11gR2

Posted by Mir Sayeed Hassan on 10th February 2019

How to drop database manually without using DBCA in Oracle database 11gR2 Database status: sys@TESTDB> select instance_name,status,version from V$instance; INSTANCE_NAME    STATUS       VERSION —————- ———— —————– testdb           OPEN         11.2.0.4.0 It’s recommended… Read more..

Posted in DBA Administration | Comments Off on How to drop database manually without using DBCA in Oracle database 11gR2

How to create a database manually in Oracle 11gR2

Posted by Mir Sayeed Hassan on 10th February 2019

How to create a database manually in Oracle 11gR2 An Oracle database can be created either using manually or DBCA or at the time of installation of the Oracle software, the below given step by step process is to manually creation of database, Analyse the requirement of the database from the client size regarding the Read More

Posted in DBA Administration | Comments Off on How to create a database manually in Oracle 11gR2

How to login another database user without knowing a password in Oracle database 11gR2

Posted by Mir Sayeed Hassan on 5th February 2019

How to login another database user without knowing a password in Oracle database 11gR2 This operation can perform by DBA, if & only if it’s approved from higher management & it’s not a good practice to break the Oracle Security rule. Consider we want to perform the activity with different user but you don’t have Read More

Posted in Oracle SQL | Comments Off on How to login another database user without knowing a password in Oracle database 11gR2

How to login a database user without knowing a password in Oracle database 11gR2

Posted by Mir Sayeed Hassan on 5th February 2019

How to login a database user without knowing a password in Oracle database 11gR2 This method also try to login into the MIR1 user without knowing the password, after completion of the task later we can restore the same password for MIR1. [oracle@testdb ~]$ !sq sqlplus / as sysdba sys@TESTDB> sho user USER is “SYS”

Posted in Oracle SQL | Comments Off on How to login a database user without knowing a password in Oracle database 11gR2