If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Oracle Equivalent DB2 Statements

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-08-11, 05:36
rajanikumarv rajanikumarv is offline
Registered User
 
Join Date: Nov 2011
Posts: 2
Oracle Equivalent DB2 Statements

Hi Everyone,
i am new to DB & DBForums.i am working on a DB2-Oracle migration project. as part of it, i need the SQL Equivalent of the below DB2 statements :
1.SET PATH &
2.SET CURRENT ISOLATION
can some one please help me with this?
Reply With Quote
  #2 (permalink)  
Old 11-09-11, 03:05
aflorin27 aflorin27 is offline
Registered User
 
Join Date: Apr 2008
Location: Iasi, Romania
Posts: 317
2. ALTER SESSION SET ISOLATION_LEVEL = READ COMMITTED
1. DB2 SET PATH allows you to specify the search order of schema names when using unqualified functions and types. However, Oracle resolves schemas differently, see here: Syntax for Schema Objects and Parts in SQL Statements
__________________
Florin Aparaschivei
Iasi, Romania
Reply With Quote
Reply

Tags
db2, migration, oracle

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On