Garayed.com  

Go Back   Garayed.com > Oracle
FAQ Members List Calendar Search Today's Posts Mark Forums Read


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-10-2005, 07:34 PM
ford_desperado@yahoo.com
 
Posts: n/a
Default Stored procedure call working on one server but not on another

I have 2 servers
the old one is running 9.2.0.1.0 on Red Hat Linux

I login as STEST, both scripts below work

this one:
DECLARE a VARCHAR(100);
begin
STEST.GETNEXT_ID('ABC',1,a);
end;

as well as this one;
DECLARE a VARCHAR(100);
begin
GETNEXT_ID('ABC',1,a);
end;

Another server is running 9.2.0.3.0 on Windows
Again, I login as STEST,

the first script fails:
DECLARE a VARCHAR(100);
begin
STEST.GETNEXT_ID('ABC',1,a);
end;
ORA-06550: line 3, column 9:
PLS-00302: component 'GETNEXT_ID' must be declared
ORA-06550: line 3, column 1:
PL/SQL: Statement ignored

but the second one works all right
DECLARE a VARCHAR(100);
begin
GETNEXT_ID('ABC',1,a);
end;

Any ideas?

TIA

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

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



All times are GMT. The time now is 09:29 AM.




LinkBacks Enabled by vBSEO 3.0.0 © 2007, Crawlability, Inc.