dbTalk Databases Forums  

Oracle designer

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss Oracle designer in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
qpon
 
Posts: n/a

Default Oracle designer - 10-24-2007 , 05:48 AM






Hi everyone.
I've installed Oracle Designer and Oracle database (Oracle Database
Express Edition 10g Release 2 (10.2) ). I would like to create ERD
diagram in Designer, but when try to execute it, the small window
appears with username, password and connect string. The username and
password I've already set. The problem is the connect string. When I was
reading an installation guide, during designer's installation there was
a field with service name (this is connection string - isn't?). But in
my case, I've got any service name field during the installation.

Can you help me to solve this problem?

Regards
Kuba

Reply With Quote
  #2  
Old   
Brian Tkatch
 
Posts: n/a

Default Re: Oracle designer - 10-24-2007 , 08:46 AM






On Wed, 24 Oct 2007 12:48:36 +0200, qpon <jsolowiej (AT) gmail (DOT) com> wrote:

Quote:
Hi everyone.
I've installed Oracle Designer and Oracle database (Oracle Database
Express Edition 10g Release 2 (10.2) ). I would like to create ERD
diagram in Designer, but when try to execute it, the small window
appears with username, password and connect string. The username and
password I've already set. The problem is the connect string. When I was
reading an installation guide, during designer's installation there was
a field with service name (this is connection string - isn't?). But in
my case, I've got any service name field during the installation.

Can you help me to solve this problem?

Regards
Kuba
You should be able to use the same string or name normally used to
connect to the database.

B.'


Reply With Quote
  #3  
Old   
qpon
 
Posts: n/a

Default Re: Oracle designer - 10-24-2007 , 08:55 AM



Brian Tkatch pisze:
Quote:
You should be able to use the same string or name normally used to
connect to the database.
Sorry, but I don't get it.
During the connect to database I enter only username and password
without any string connection...

Regards
Kuba


Reply With Quote
  #4  
Old   
Brian Tkatch
 
Posts: n/a

Default Re: Oracle designer - 10-24-2007 , 11:30 AM



On Wed, 24 Oct 2007 15:55:49 +0200, qpon <jsolowiej (AT) gmail (DOT) com> wrote:

Quote:
Brian Tkatch pisze:
You should be able to use the same string or name normally used to
connect to the database.

Sorry, but I don't get it.
During the connect to database I enter only username and password
without any string connection...

Regards
Kuba
Perhaps you can check your tnsnames.ora file for the connect name.

B.


Reply With Quote
  #5  
Old   
Proet
 
Posts: n/a

Default Re: Oracle designer - 10-24-2007 , 10:14 PM



"qpon" <jsolowiej (AT) gmail (DOT) com> wrote

Quote:
Hi everyone.
I've installed Oracle Designer and Oracle database (Oracle Database
Express Edition 10g Release 2 (10.2) ). I would like to create ERD diagram
in Designer, but when try to execute it, the small window appears with
username, password and connect string. The username and password I've
already set. The problem is the connect string. When I was reading an
installation guide, during designer's installation there was a field with
service name (this is connection string - isn't?). But in my case, I've
got any service name field during the installation.

Can you help me to solve this problem?

Regards
Kuba
Try with service name "XE".




Reply With Quote
  #6  
Old   
qpon
 
Posts: n/a

Default Re: Oracle designer - 10-25-2007 , 01:54 AM



Proet pisze:
Quote:
Try with service name "XE".
Didn't work.
Error: ORA-12154

Regards
Kuba


Reply With Quote
  #7  
Old   
qpon
 
Posts: n/a

Default Re: Oracle designer - 10-25-2007 , 02:07 AM



Proet pisze:
Quote:
Try with service name "XE".
I've found this in my tnsname.ora:

XE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = demon)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = XE)
)
)

It looks like my service name is "XE" but when I try to use it in login
process I get the same error: ORA-12154 :/

Any ideas?

Regards
Kuba


Reply With Quote
  #8  
Old   
Brian Tkatch
 
Posts: n/a

Default Re: Oracle designer - 10-25-2007 , 08:48 AM



On Thu, 25 Oct 2007 09:07:37 +0200, qpon <jsolowiej (AT) gmail (DOT) com> wrote:

Quote:
Proet pisze:
Try with service name "XE".

I've found this in my tnsname.ora:

XE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = demon)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = XE)
)
)

It looks like my service name is "XE" but when I try to use it in login
process I get the same error: ORA-12154 :/

Any ideas?

Regards
Kuba
Try changing host to an FQDN. If it is Designer installed on the same
computer as the database, i wonder if localhost will work.

B.



Reply With Quote
  #9  
Old   
qpon
 
Posts: n/a

Default Re: Oracle designer - 10-25-2007 , 09:55 AM



Brian Tkatch pisze:
Quote:
Try changing host to an FQDN. If it is Designer installed on the same
computer as the database, i wonder if localhost will work.
Localhost works fine.
I will try your suggestion.

Regards
K


Reply With Quote
  #10  
Old   
Frank van Bortel
 
Posts: n/a

Default Re: Oracle designer - 10-25-2007 , 01:47 PM



qpon wrote:
Quote:
Proet pisze:
Try with service name "XE".

I've found this in my tnsname.ora:

XE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = demon)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = XE)
)
)

It looks like my service name is "XE" but when I try to use it in login
process I get the same error: ORA-12154 :/

Any ideas?

Regards
Kuba
you have two oracle homes:
one with XE (where you found this tnsnames.ora), and one for Designer.
The Designer OH also has a network\admin directory - copy the
XE home\network\admin\*.ora files over to Designer_Home\network\admin.

Or set tns_admin; more on
http://vanbortel.blogspot.com/2006/0...ork-blues.html

--
Regards,
Frank van Bortel

Top-posting is one way to shut me up...


Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.