Skip to content
Friday, May 27, 2022

DBA Notes

DBA Notes
  • AWS
  • Oracle
  • Postgres
  • Linux
  • Docker
  • MySQL
DBA Notes

Categories

  • AWS (2)
    • EC2 (1)
  • Docker (7)
  • General (2)
  • Linux (7)
  • MySQL (3)
  • notepad++ (2)
  • Oracle (19)
  • Postgres (53)
    • Index (9)
      • Bloom (1)
      • BRIN (1)
      • BTree (1)
      • GIN (1)
      • GIST (1)
      • Hash (1)
      • RUM (1)
      • SP-Gist (1)
    • pgpool (1)
  • SQL (8)
  • WSL (2)

Author: Bulent Soylu

Oracle

Export Import statistics with dbms_stats in Oracle

Bulent Soylu March 14, 2022 DBMS_STATS

You can use the Oracle dbms_stats and export utilities to migrate schema statistics from your PROD instance to your TEST instance, so that your developers…

View More Export Import statistics with dbms_stats in Oracle
Oracle

Oracle Version Numbers

Bulent Soylu March 14, 2022

Something that always comes up when discussing Oracle versions is that I am not always sure which number is the Major Database Release and which is the Database…

View More Oracle Version Numbers
Oracle

Find password for database link (<= 11.2.0.2)!

Bulent Soylu March 14, 2022 Database Linkoracle 10gOracle 11g

when we need to recreate a database link for some reason and we do not happen to have the password handy, we’re usually stuck. However,…

View More Find password for database link (<= 11.2.0.2)!
Oracle

How to check progress of a long running statistics gathering job

Bulent Soylu March 14, 2022 long running job

If you have a long-running statistics job running, you can check it from v$session_longops: For example, you execute: Check progress with:

View More How to check progress of a long running statistics gathering job
Oracle

Gather Schema Stats using DBMS_STATS.GATHER_SCHEMA_STATS

Bulent Soylu March 14, 2022 DBMS_STATSOracle 11g

DBMS_STATS package was introduced in Oracle 8i and used to gather Database,table,Schema,dictionary and fixed object statistic in Oracle database. Statistic of objects should be up…

View More Gather Schema Stats using DBMS_STATS.GATHER_SCHEMA_STATS
Oracle

convert seconds into mins hours in Oracle

Bulent Soylu March 14, 2022

or

View More convert seconds into mins hours in Oracle
Oracle

Oracle Standby Redo Logs vs Online Redo Logs:

Bulent Soylu March 14, 2022 online redo logsstandby redo logs

Redo Logs Conceptually, Oracle Redo Logs are a collection of Redo records. Redo records are a group of change vectors. Each change vector denotes a…

View More Oracle Standby Redo Logs vs Online Redo Logs:
MySQL Oracle Postgres

DBA Interview Questions

Bulent Soylu March 11, 2022 interview questionsLDAPsslsso

1-Explain the security practices such as LDAP SSL SSO and certificate management LDAP: Lightweight Directory Access Protocol–LDAP is a tool for extracting and editing data…

View More DBA Interview Questions
Linux MySQL

MySQL login root without password in Linux

Bulent Soylu March 2, 2022 linuxmysql

to add more users just add more user and password in ~/.my.cnf

View More MySQL login root without password in Linux
Docker MySQL

Install MySQL Docker

Bulent Soylu March 2, 2022

I assume Docker already installed and running. Pull mysql container You can specify version (5.7). If version is not given it will download latest version.…

View More Install MySQL Docker

Posts navigation

Page 1 Page 2 … Page 9 Next page
Log in

postgres (44)index (10)linux (6)docker (6)oracle (5)tuples (4)vacuum (3)aws (2)notepad++ (2)wsl (2)vim (2)SQL (2)CTE (2)access methods (2)sequential scan (2)concurrency (2)mvcc (2)isolation (2)performance (2)tuple (2)

Recent Posts

  • Export Import statistics with dbms_stats in Oracle
  • Oracle Version Numbers
  • Find password for database link (<= 11.2.0.2)!
  • How to check progress of a long running statistics gathering job
  • Gather Schema Stats using DBMS_STATS.GATHER_SCHEMA_STATS

Archives

  • March 2022 (10)
  • February 2022 (2)
  • January 2022 (6)
  • December 2021 (3)
  • November 2021 (7)
  • October 2021 (51)
  • September 2021 (4)

[s2Member-Security-Badge v="2" /]

DBA Notes | Designed by: Theme Freesia | WordPress | © Copyright All right reserved