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 > pragma interface (c,plzcls);

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-24-03, 07:32
NoviceNo1 NoviceNo1 is offline
Registered User
 
Join Date: Jan 2003
Location: Woking
Posts: 107
pragma interface (c,plzcls);

Hi,
I was going through the standard package provided by oracle
and i saw the following line.

pragma interface (c,plzcls);

Any info on " what is pragma interface ? " will be of great help.

Thanks in Advance.
__________________
nn
Reply With Quote
  #2 (permalink)  
Old 01-24-03, 08:53
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Re: pragma interface (c,plzcls);

Quote:
Originally posted by NoviceNo1
Hi,
I was going through the standard package provided by oracle
and i saw the following line.

pragma interface (c,plzcls);

Any info on " what is pragma interface ? " will be of great help.

Thanks in Advance.
I had no idea, but being nosy did a search. Nothing in the Oracle documentation I could see except the error message:

Quote:
PLS-00129 Pragma INTERFACE only supports C as its first argument

Cause: The first parameter passed to pragma INTERFACE specified a host language other than C. Currently, C is the only host language supported. The parameter might be misspelled, or the pragma syntax might be faulty (for example, a comma might be missing between two parameters).

Action: Check the spelling of the first parameter, which should be C, and make sure the proper syntax was used.
Then in Google I found this:

http://docs.rinet****:8083/Krikun/oun35fi.htm

So apparently it concerns defining a PL/SQL interface (called plzcls) to a C subprogram.
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
  #3 (permalink)  
Old 01-27-03, 07:10
NoviceNo1 NoviceNo1 is offline
Registered User
 
Join Date: Jan 2003
Location: Woking
Posts: 107
Re: pragma interface (c,plzcls);

Quote:
Originally posted by andrewst
I had no idea, but being nosy did a search. Nothing in the Oracle documentation I could see except the error message:



Then in Google I found this:

http://docs.rinet****:8083/Krikun/oun35fi.htm

So apparently it concerns defining a PL/SQL interface (called plzcls) to a C subprogram.

Thanks Andrew.
__________________
nn
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