Skip to content
Saturday, June 25, 2022
Database Learners
Menu
  • About Database
  • Oracle
    • ASM
    • Data Pump
    • Backup and Recovery
    • Patching and Upgradation
    • Performance Tuning
    • Data Guard
    • Real Application Cluster
    • Golden Gate
    • PL/SQL
  • MySQL
  • PostgreSQL
  • MongoDB
  • MS SQL Server
  • SQL
  • Linux
  • About Me
  • Contact Us
  • Home
  • Oracle 12c

Category: Oracle 12c

How to Create a Scheduler Job in Oracle 12c

1 September 20201 September 2020 Administrator

The Oracle 12c Scheduler example here creates a simple job that runs a stored Programming Language/Structured Query Language (PL/SQL) procedure. The Read More…

Compile Invalid Objects using UTLRP.SQL and UTLIRP.SQL in R12

21 August 202021 August 2020 Administrator

This is a SQL script which Invalidates PL/SQL modules (procedures, functions, packages, types, triggers, views in a database). This script expects stRead More…

Basics of Automatic Memory Management in Oracle 12c

21 August 202021 August 2020 Administrator

Memory management is an important component of working with instances in your database. Oracle 12c gives you three ways to manage the memory in your Read More…

12c: Plugging unplugging Database

17 August 202017 August 2020 Administrator

To open database at startup manually: How did you configure your database? Did you check the option for Pluggable database? If yes, please make suRead More…

CDB Creation 12c

14 August 202014 August 2020 Administrator

dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbName cdb12c -sid cdb12c -createAsContainerDatabase true -numberOfPdbs 2 -pdbName pRead More…

12c: Working with Oracle Multitenant

14 August 202014 August 2020 Administrator

Working with Oracle MultitenantEnvironment: Oracle Database 12c (12.1.0) Installed on Windows 7 Creating a CDB creates a service whose name is theRead More…

Adding Node To Oracle RAC Database

14 August 202014 August 2020 Administrator

Summary: ============================================================== This presentation will provide detail steps for Oracle DBA and Linux EnRead More…

New features in Database 12c

12 March 2015 Administrator

Database 12c brought with it many new features. There are improvement in many areas and new concepts. Most notable is the concept of Container databRead More…

New features in Oracle Database 12c Release 1

9 March 20152 August 2020 Administrator

Oracle Database 12c, c for cloud, a multi-tenant database management system, with nearly 500 new features.
Released on June 26, 2013 SQL: IncreaseRead More…

Recent Posts

  • How to Optimize MySQL Tables and Defragment to Recover Space
  • ORA-01031: Insufficient Privileges When Connect As Sysdba
  • Oracle RAC log files locations
  • Drop all tables in Oracle DB (Schema)
  • How to Determine If the Oracle Redo Log File Size Is a Problem

Categories

  • ASM (40)
  • Backup and Recovery (52)
  • Data Guard (36)
  • Data Pump (28)
  • DB Scripts (26)
  • General (1)
  • Golden Gate (7)
  • Interview Questions (24)
  • Linux (86)
  • MS SQL Server (8)
  • MySQL (120)
  • ORA-Errors (45)
  • Oracle (301)
  • Oracle 10g (19)
  • Oracle 11g (24)
  • Oracle 12c (9)
  • Oracle RAC (101)
  • Oracle XE (7)
  • Patching and Upgradation (19)
  • Performance Tuning (61)
  • PL/SQL (26)
  • RMAN (85)
  • SQL (32)

Visitors

  • 0
  • 26
  • 32,395

Reference Links:

  • https://docs.oracle.com/en/database/index.html
  • https://dev.mysql.com/doc/
  • https://docs.mongodb.com/manual/
  • https://docs.microsoft.com/en-us/sql/sql-server/?view=sqlallproducts-allversions
  • https://www.postgresql.org/docs/current/
@2021 databaselearners.com | Theme: BlogMagazine by Dinesh Ghimire.