Introduction: Temporary tablespaces hold temporary data when we perform join or sorting operations. Sometimes these temp tablespaces become full, which ...
Oraask Latest Articles
How to Create Directory in Oracle
How to Create Directory in Oracle
An Oracle database directory is a logical object mapping of a physical folder on the database server file system. We often need to ...
How to Move Table to Another Tablespace in Oracle Database
How to Move Table to Another Tablespace in Oracle Database
This article will explain how to move a table from one tablespace to another in the Oracle database. In some ...
How to Drop and Recreate Tempfile in Oracle Database
How to Drop and Recreate Tempfile in Oracle Database
This article will give examples of how to drop and recreate a tempfile in oracle that is associated with a temporary tablespace.
How to Resolve ORA-00904 invalid identifier
How to Resolve ORA-00904 invalid identifier
This tutorial will explain what is causing the ORA-00904 error to occur and how to resolve the ORA-00904 invalid identifier error in Oracle.
Decoding ORA-06512 at Line Num: The Ultimate Troubleshooting Guide
Decoding ORA-06512 at Line Num: The Ultimate Troubleshooting Guide
Introduction "ORA-06512 at line num" is a common error message that Oracle Database users encounter while executing PL/SQL code. In ...
How to Print ref cursor Output in SQL Developer
How to Print ref cursor Output in SQL Developer
In this tutorial, we will explain how to display ref cursor output in Oracle using SQL Developer step by step. We will use ...
How to Generate DDL Scripts for All Tables in SQL Developer
How to Generate DDL Scripts for All Tables in SQL Developer
In this tutorial, we will list all the steps to generate a DDL script for all tables using SQL Developer.
Import Data from CSV file into Oracle Database Table using (SQL*Loader)
Import Data from CSV file into Oracle Database Table using (SQL*Loader)
One of the most common tasks is loading data into a database, specifically the Oracle database in our case. There are many different ...
What is the meaning of i, g, and c in Oracle Database Version
What is the meaning of i, g, and c in Oracle Database Version
Starting from Oracle Database version 8, Oracle has introduced one character that came up with the version number of its databases, e.g., Oracle ...