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

Home -> Community -> Usenet -> c.d.o.server -> Re: disabled button on dbassist window

Re: disabled button on dbassist window

From: Ibrahim DOGAN <ibrahim.dogan_at_lowes.com>
Date: 23 May 2003 06:49:12 -0700
Message-ID: <33634314.0305230549.436fa5b1@posting.google.com>


ORACLE_BASE, ORACLE_HOME, and ORACLE_SID have correct values..

Database is up and running...

Listener have services for database (i can connect to db from a client workstation)

tnsnames.ora



mydb =
  (DESCRIPTION =
(ADDRESS_LIST =

       (ADDRESS = (PROTOCOL= TCP)(Host= irm2)(Port= 1521))     )
(CONNECT_DATA =

      (SERVICE_NAME = mydb)
    )
  )

sqlnet.ora



# SQLNET.ORA Network Configuration File: /home/oracle/network/admin/sqlnet.ora # Generated by Oracle configuration tools.

NAMES.DIRECTORY_PATH= (TNSNAMES)



i.d.

Daniel Morgan <damorgan_at_exxesolutions.com> wrote in message news:<3ECD1D37.8D8347EE_at_exxesolutions.com>...

> Ibrahim DOGAN wrote:
> 
> > I have an instance (8.1.7.3) running fine on AIX box (4.3.3)
> >
> > but when i run the dbassist on this box, it pops up a window with onl
> > 'create database' option enabled.. why ? where does dbassist get the
> > database servers on the box ? what can't it see my instance
> >
> > Thanks,
> > i.d.
> 
> Check ORACLE_BASE, ORACLE_HOME, and ORACLE_SID environment variables
> Does a database exist or do you still need to create one?
> Is the listener configured properly and running?
> How about tnsnames.ora, sqlnet.ora?
Received on Fri May 23 2003 - 08:49:12 CDT

Original text of this message

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