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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Java classes

RE: Java classes

From: Jared Still <jkstill_at_bcbso.com>
Date: Mon, 24 Jul 2000 10:52:50 -0700 (PDT)
Message-Id: <10568.112777@fatcity.com>


Well, I also am not real familiar yet with how Oracle and Java play together.

If you really need synonyms for ALL objects, just enclose them in quotes ( double quotes - ") and the java object synonyms will work just fine.

Jared

On Mon, 24 Jul 2000, Koivu, Lisa wrote:

> Hi Jared, thanks for your reply.
>
> Yes, I can get around it that way. I guess I'm concerned if touching any
> public synonyms for these objects will break how the app is working. The
> script I inherited does, and it hoses up a lot of other stuff, too. I was
> reading through the doco for JDeveloper and for loadjava and one of the
> options is to create a public synonym when deploying a class. I just need
> to verify that JDeveloper and loadjava take care of themselves synonym-wise
> and that I won't have to mess with them. The bottom line is I don't
> understand how java and Oracle play together, I guess.
>
> Any pointers to white papers, docs etc. would be greatly appreciated.
>
> Thanks
> Lisa
>
>
> -----Original Message-----
> From: Jared Still [mailto:jkstill_at_bcbso.com]
> Sent: Sunday, July 23, 2000 9:35 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Java classes
>
>
>
> Looks like some of normal objects created
> when Java is installed in the database.
>
> If you need to create synonyms, just include
> objects from DBA_OBJECTS where object_type
> not like 'JAVA%'
>
> Jared
>
> On Fri, 21 Jul 2000, Koivu, Lisa wrote:
>
> > Good morning all!
> >
> > I'm looking at a database I've inherited and there's a ton of java classes
> > with very odd names. They look like this:
> >
> > /f78491d3_FromDescPreceding
> > /f8a66d05_FromDescFollowing
> > /fe1179a7_HTMLLinkElement
> > /fe781194_HTMLAppletElement
> >
> > Has anyone seen stuff like this before? I have a script that creates a
> > public synonym for every single object owned by a certain schema (don't
> ask
> > why) and it creates public synonyms for all these classes. Well, it
> chokes
> > because of the forward slashes. I don't know what to make of this.
> >
> > Any input is appreciated.
> >
> > Thanks
> > Lisa
> > Ft. Lauderdale, FL,USA
> >
> >
> >
>
>
> Jared Still
> Certified Oracle DBA and Part Time Perl Evangelist ;-)
> Regence BlueCross BlueShield of Oregon
> jkstill_at_bcbso.com - Work - preferred address
> jkstill_at_teleport.com - private
>
>
> --
> Author: Jared Still
> INET: jkstill_at_bcbso.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

Jared Still
Certified Oracle DBA and Part Time Perl Evangelist ;-) Regence BlueCross BlueShield of Oregon Received on Mon Jul 24 2000 - 12:52:50 CDT

Original text of this message

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