Set SQL Default Schema - SYSADM

Body

This article provides information on how to set the default schema to SYSADM in SQL Developer.

Detailed Information

  • In the SQL Developer add:
    • ALTER SESSION SET CURRENT_SCHEMA = SYSADM;  
  • This code is helpful as the code from PS Query does not have the default schema.  This code sets all tables to the SYSADM, so the individual tables and views do not require the schema prefix.

Environment

  • SQL Developer

Details

Details

Article ID: 159074
Created
Fri 5/10/24 4:34 AM
Modified
Tue 7/29/25 4:15 PM
Applies To
Staff