In today’s article, we will learn how long the Database software and Server have been running with the help of the uptime command. We can …
Read More »Onur ARDAHANLI
Command To Shutdown Oracle Database
In today’s article, I will explain the Abort, Normal, Immediate, Transactional and Startup Force commands to close the oracle database. Shutdown Abort: 1. It is …
Read More »How To Open Database File
In today’s article, we will be cover the Database Opening Steps, Nomount, Mount and Open. Nomount: 1. The parameters in the spfile parameter file are …
Read More »Import Data
In today’s article, I will cover you about the Data Import process and the parts to pay attention to in this process. IMPORT PROCESS 1. …
Read More »Data Export
In today’s article, I will give information about the Data Export and Export processes. In order for us to export with the expdp tool: We …
Read More »Partition Table Export And Import
In today’s article, I will be explaining how to do Partition Table Export AND Import in 3 steps. 1. We export the PARTITIONED TABLE, which …
Read More »Importing Objects From A Different Tablespace
We can import an object from the database to a different database and a different tablespace with a different schema. 1. First, let’s get this …
Read More »Using Parameter Files
Instead of rewriting the commands each time, we can use a parameter file to export/Import with Data Pump. 1. First we create the parameter file. …
Read More »Oracle Remap Table
In today’s article, we will learn how we can create a Oracle Remap Table in three steps. 1. The table is exported from the first …
Read More »Remap Schema
In some cases, it may be desirable to make a copy of an existing schema or to transfer a schema from one database to another. …
Read More »