Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Public synonym question

Public synonym question

From: Sam Habbab <sam_at_hasc.com>
Date: 2000/07/21
Message-ID: <3978ADAE.B5B078B1@hasc.com>#1/1

Hi,

Is there any way to create a public synonym for a package?

I have user ss_dba that creates a package x_package. This package has a function testMe.

I can create a public synonym for the package so that I don't have to call ss_dba.x_package, but is there a way to create a one for the function?

This way I would call testMe(); instead of x_package.testMe();

Thanks in advance.

Sam Habbab Received on Fri Jul 21 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US