• Blog
    • Oracle EBS ERP
      • DBA
      • Developer
      • Application
    • Db2 Database
    • MySQL
  • About Me
  • Skills
  • Education
  • Employment
  • Contact

Db2 Database

Db2 database activity for DBA & Developer

  • Home
  • Db2 Database
Disable & Enable Foreign key constraint through procedure

Sometimes DBA or Developer need to import huge number of data in database in bulk which is difficult if foreign key constraint is enable in schema which create conflict between...

/ Posted by Kapil
Restore Database through Shell Script

Database restore can very fast through below shell script which is more easier then enter manually all commands. Note : Modify location of backup, email address, database name as per...

/ Posted by Kapil
Backup of Database Online & Offline through Shell Script

Database backup can take through below shell script which is more easier then enter manually command. Note : Modify location of backup & email address as per requirement in script....

/ Posted by Kapil
SQL1117N – ROLL-FORWARD PENDING Error – after restore the database

After restore the database sometimes face error during the connect the database. SQL1117N A connection to or activation of database   "<DBNAME>" cannot be made because of         ...

/ Posted by Kapil
Compare two databases / schema

Some application need multiple databases for different module to vary purpose so DBA created multiple database on same server and it's very difficult to identify difference between the databases because...

/ Posted by Kapil
Generate execution plan of script

Developer develop script for db2 which is sometimes take huge load so need to take necessary action which is tuned the script. For tuning purpose DBA has to generate the...

/ Posted by Kapil
Backup & Restore Database Online & Offline Manual Steps

In DB2 offline database backup can be taken through below command  $db2 backup database <database name> Backup successful. The timestamp for this backup image is : <snapshot id> In DB2...

/ Posted by Kapil
Categories
  • Application
  • Db2 Database
  • DBA
  • Developer
  • MySQL
  • Oracle EBS ERP
o
  • Extract & restore single mysql table from backup of databaseSaturday - September 04, 2021
© 2019 KS is proudly powered by Kapil Savaliya.