Home » SQL & PL/SQL » SQL & PL/SQL » schema
schema [message #20132] Tue, 30 April 2002 10:03 Go to next message
Su
Messages: 154
Registered: April 2002
Senior Member
how to set schema.

alter session set schema = ABC
is this right

thanks
su
Re: schema [message #20139 is a reply to message #20132] Wed, 01 May 2002 04:43 Go to previous messageGo to next message
John R
Messages: 156
Registered: March 2000
Senior Member
Nope.

Your schema is defined by the user id that you log in as.
Re: schema [message #20145 is a reply to message #20132] Wed, 01 May 2002 10:03 Go to previous message
Todd Barry
Messages: 4819
Registered: August 2001
Senior Member
alter session set current_schema = ABC;
Previous Topic: how can i get recursive values thru query
Next Topic: Why won't my date stay when I create a new record
Goto Forum:
  


Current Time: Thu Apr 25 19:57:37 CDT 2024