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 > DB2 > Create Schema Equivalent

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-12-04, 10:35
BKamesh BKamesh is offline
Registered User
 
Join Date: Jul 2004
Posts: 40
Create Schema Equivalent

Is CREATE SCHEMA in DB2 is equivalent to CREATE OR REPLACE PACKAGE BODY in Oracle?.

Thanks,
Kamesh.
Reply With Quote
  #2 (permalink)  
Old 08-12-04, 10:40
famudba famudba is offline
Registered User
 
Join Date: Jan 2004
Location: Tallahassee, FL, USA
Posts: 96
No create replace option in DB2 , let me know what U try to do
__________________
Lekharaju Ennam
Certified Oracle8i & DB UDB DBA
Florida A&M University
Reply With Quote
  #3 (permalink)  
Old 08-12-04, 11:03
BKamesh BKamesh is offline
Registered User
 
Join Date: Jul 2004
Posts: 40
I m basically trying to create a oracle equivalent package in DB2. Is this possible to create the same using CREATE SCHEMA stmt..?

Thanks
Kamesh.
Reply With Quote
  #4 (permalink)  
Old 08-12-04, 11:16
famudba famudba is offline
Registered User
 
Join Date: Jan 2004
Location: Tallahassee, FL, USA
Posts: 96
in DB2 package mean different , compiled sql statements stored in it , that is package in DB2.

But in Oracle combinations of stored procedures & functions


if you want to convert Oracle package into DB2 , create stored procedures & functions seperatly by using DB2 Development Centre ( for DB2 UDB V8 ) , Db2 stored procedure builder ( in DB2 UDB V7)


from which version or environment of Oracle R U migrating , what is your DB2 version & environment.

based on it I can give some tips & thoughts


Thank You
__________________
Lekharaju Ennam
Certified Oracle8i & DB UDB DBA
Florida A&M University
Reply With Quote
  #5 (permalink)  
Old 08-16-04, 01:26
BKamesh BKamesh is offline
Registered User
 
Join Date: Jul 2004
Posts: 40
Hi Lekharaju Ennam!!!

Hi,

I m trying to convert ORACEL 9i to DB2 UDB 8.1.

Thanks,
Kamesh.
Reply With Quote
Reply

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