Hi all,
I m converting stored proc from sql server to oracle.
first have a look sql stored proc.
create procedure xyz..
as
begin
-- i have created one temp table
-- then inserted some data into it by select query over some db table.
-- then i have another temp table
-- then some recored gets inserted into second temp table by help of first temp table and some
avtar.sohi 0 Newbie Poster
Recommended Answers
Jump to PostAnd what is your question?
PS: Just found you made double post, They been moved together.
Jump to PostIf you are familar with oracle procedures then you just need to take care of the syntax and just implement the logic in PLSQL.
All 5 Replies
avtar.sohi 0 Newbie Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
avtar.sohi 0 Newbie Poster
debasisdas 580 Posting Genius Featured Poster
avtar.sohi 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.