DBACLASSDBACLASS

  • ORACLE DBA
    • DATABASE
      • ADMINISTRATION
      • PERFORMANCE TUNING
      • DATAGUARD
      • ORACLE SECURITY
      • Backup & Recovery
      • TROUBLESHOOT
      • QUIZ
    • ORACLE RAC
    • ORACLE 12c-20c
    • ORACLE MULTITENANT
    • OEM 12C/13C
    • GOLDENGATE
    • INTERVIEW QA
    • DBA CHEATSHEET
  • DBA SCRIPTS
  • POSTGRES SCRIPTS
  • ANSIBLE
  • R

DATABASE

create database link from oracle to sql server

37465 views 1 min , 23 sec read 6

Creating a database link from oracle to oracle database is easy. But setting up db_link from oracle to mssql server isn’t straight forward. We need to do odbc setup. Its knows as heterogeneous db_link.  We can achive this either by using third party odbc drivers or using oracle provided gateways utility. Here in this article […]

How to connect to another user without knowing the password in oracle

10621 views Less than a minute 3

Suppose  you want to do some activity under another user, But you don’t know the password of that user. Then how you will do it? There is a way you can do it.  See the below demo. Suppose a user TEST1 wants to connect to TEST2 user and create a table and we don’t know […]

How to deinstall and install XDB component

7881 views Less than a minute 1

Follow below steps for deinstalling XDB component:   — The catnoqm.sql script drops XDB. >SQL> spool xdb_removal.log SQL> set echo on; SQL> connect / as sysdba SQL> shutdown immediate; SQL> startup SQL> @?/rdbms/admin/catnoqm.sql SQL> spool off; FOR INSTALLING XDB COMPONENT:   —-The catqm.sql script requires few parameters be passed to it when run: SQL> spool […]

How to create synonym for a schema

8196 views Less than a minute 0

 Usually we create synonym for table. But can we really create synonym for a schema?   Yes, there is an undocumented parameter  _enable_schema_synonyms oracle which enables this feature. Check the parameter status and make it true.   SQL>select ksppinm, ksppstvl from x$ksppi a, x$ksppsv b where a.indx=b.indx and ksppinm like ‘%schema%synonym%’ KSPPINM KSPPSTVL —————————- ———— […]

How to enable/disable archive log mode in oracle database

17726 views 1 min , 10 sec read 1

   There are 2 types of logging mode in oracle database.   1. Archivelog mode In this mode, after the online redo logs are filled , it will move to archive location 2. Noarchivelog mode In this mode, filled online redo logs wont be archives, instead they will be overwritten.   Enable archive log mode: […]

Partition an existing table oracle using exchange method

8376 views 2 min , 8 sec read 1

There are different methods to partition an existing table. Here we will create a non partitioned table(PRODUCT) and convert it to a partitioned table using EXCHANGE option. EXAMPLE: Create a normal table with index and constraints and insert some data:   conn oranet/oranet Connected. CREATE TABLE PRODUCT ( id NUMBER, code VARCHAR2(10), description VARCHAR2(50), created_date […]

Page 6 of 6« First«...23456
Google
Custom Search
  • 2ansible
  • 47BACKUP & RECOVERY
  • 16CLOUD
  • 56DATABASE
  • 40DATABASE SCRIPTS
  • 10Database-Wiki
  • 24DATAGUARD
  • 9DB TOOLS
  • 18GOLDENGATE
  • 3HADOOP
  • 40HOW TO
  • 61ORACLE 12C
  • 4ORACLE 18C
  • 4ORACLE 19C
  • 44ORACLE RAC
  • 12ORACLE SECURITY
  • 30PERFORMANCE TUNING
  • 3POSTGRES
  • 4R-STUDIO
  • 13SHELL SCRIPT
  • 144TROUBLESHOOTING
  • 3WEBLOGIC
  • Upgrade database from 11g to 12c manually 77119 16
  • install oracle goldengate 12c on linux 7 63510 0
  • How to run SQL tuning advisor for a sql_id 58896 6
  • Upgrade database from 12.1.0.2 to 12.2.0.1 51260 9
  • Transparent Data Encryption (TDE) in oracle 12c 50527 2
  • How to drop and recreate temp tablespace in oracle 49032 8
  • ORA-04036: PGA memory used by the instance exceeds PGA_AGGREGATE_LIMIT 48114 2
  • Prerequisite check “CheckActiveFilesAndExecutables” failed 38653 3
  • create database link from oracle to sql server 37465 6
  • How to generate AWR report in oracle 36293 4

Tags

12c archive archivelog ASM Audit AWR backup cloud database dataguard datapatch datapump dgmgrl DISKGROUP EXPDP flashback goldengate grid impdp installation multitenant OGG- OPATCH ORA- oracle oracle 12.2. oracle 12c partition patch PDB performance pluggable RAC redolog rman SCRIPT scripts security SHELL script standby statistics tablespace temp undo upgrade

About DBACLASS

DBACLASS.COM is a knowledgebase for Oracle Database administrators
  • @TwitterDBA https://t.co/iMfhff4h6d
    Friday Oct 28 - 8:28am
  • @TwitterDBA https://t.co/xBWFtD3lga
    Friday Oct 28 - 8:27am

Follow @supportdbaclass on Twitter

  • Privacy policy
  • Terms & Conditions
  • Contact us
  • About Us
  • Write for us
  • Q&A Forum