Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » suse oracle »

Re: [suse-oracle] Open System Architect

Fabrizio Magni

2006-09-20

Replies:

I would comment the first three entries in your client sqlnet.ora (or go
without the client sqlnet.ora at all) and modify the tnsnames.ora entry like
this:

OPOSSUM =
(description =
  (address = (protocol = tcp) (host = localhost) (port = 25000))
  (connect_data =
   (SERVICE_NAME = OPOSSUM)
  )
)

or

OPOSSUM =
(description =
  (address = (protocol = tcp) (host = localhost) (port = 25000))
  (connect_data =
   (SERVICE_NAME = OPOSSUM)
   (global_name = OPOSSUM.WORLD)
  )
)

If you can try not to rely on the domain even server side.
To have a WORLD to main is pretty useless for you (personal opinion here).

Best regards
Fabrizio

On 9/20/06, Paul Foerster <paul.foerster@(protected):
>
> Hi Fabrizio,
>
> > Another shot in the dark:
> > what do you have in the sqlnet.ora of your client?
> > Maybe it is a domain problem. You are using .WORLD; try not to use it.
>
> ... my sqlnet.ora looks like this:
>
> names.default_zone = world
> names.default_domain = world
> names.directory_path = (tnsnames,hostname)
> sqlnet.expire_time = 1
> sqlnet.crypto_seed = "207754302-1229919365"
>
> What else do you suggest? I'm not familiar with setting up sqlnet.ora. Up
> to now I always used a clone of the above and it always worked, except for
> the ODBC stuff now, that is.
> --
> cul8er
>
> Paul
> paul.foerster@(protected)
>
> --
> NEU: GMX DSL Sofort-Start-Set - blitzschnell ins Internet!
> Echte DSL-Flatrate ab 0,- Euro* http://www.gmx.net/de/go/dsl
>
> --
> To unsubscribe, email: suse-oracle-unsubscribe@(protected)
> For additional commands, email: suse-oracle-help@(protected)
> Please see http://www.suse.com/oracle/ before posting
>
>
©2008 dba.5341.com - Jax Systems, LLC, U.S.A.