dbTalk Databases Forums  

Import Oracle DDL into Oracle Designer 9i?

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Import Oracle DDL into Oracle Designer 9i? in the comp.databases.oracle.misc forum.



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

Default Import Oracle DDL into Oracle Designer 9i? - 07-18-2006 , 10:43 AM






I'm trying to find a way of importing ddl from oracle database into
oracle designer to save me a hell of a lot of typing! I've heard it is
possible. i created a .dmp file using oracle's export utility (with no
data) and then tried to import it into oracle designer, I got the
following error messages. Any ideas? I tried to google it but only
returned one result, which was no help.


Connected to: Oracle9i Enterprise Edition
With the Partitioning, OLAP and Oracle Data Mining options


Export file created by EXPORT:V09.02.00 via conventional path

Warning: the objects were exported by xxx, not by you

import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character
set
import server uses WE8ISO8859P1 character set (possible charset
conversion)
export client uses US7ASCII character set (possible charset conversion)
.. importing xxx's objects into CASEOWNER
IMP-00033: Warning: Table "XTSYS_EXPORT_OBJECTS" not found in export
file
IMP-00033: Warning: Table "XTSYS_IMPORT_IRID_MAPPING" not found in
export file
IMP-00033: Warning: Table "XTSYS_IMPORT_IVID_MAPPING" not found in
export file
IMP-00033: Warning: Table "XTSYS_TABS_EXPORTED" not found in export
file
IMP-00033: Warning: Table "XTSYS_RMicrosoftREPOSITORIES" not found in export
file
Import terminated successfully with warnings.


Reply With Quote
  #2  
Old   
Sybrand Bakker
 
Posts: n/a

Default Re: Import Oracle DDL into Oracle Designer 9i? - 07-18-2006 , 01:29 PM






On 18 Jul 2006 08:43:50 -0700, "Broons Bane" <newsgrouper (AT) yahoo (DOT) com>
wrote:

Quote:
I'm trying to find a way of importing ddl from oracle database into
oracle designer to save me a hell of a lot of typing! I've heard it is
possible. i created a .dmp file using oracle's export utility (with no
data) and then tried to import it into oracle designer, I got the
following error messages. Any ideas? I tried to google it but only
returned one result, which was no help.

Designer comes with a reverse engineering or retrofit utility (they
change the name with every release) or database capture utility.
Check the help file.
It allows you to connect to the database and read the complete schema
(without export)

--
Sybrand Bakker, Senior Oracle DBA


Reply With Quote
  #3  
Old   
Broons Bane
 
Posts: n/a

Default Re: Import Oracle DDL into Oracle Designer 9i? - 07-19-2006 , 03:37 AM



Hi there, thanks for the reply.

You can retrofit from the repository to entities, but I'm pretty sure
there is on equivalent to what you are describing apart from the
ill-documented import utility.

Sybrand Bakker wrote:
Quote:
On 18 Jul 2006 08:43:50 -0700, "Broons Bane" <newsgrouper (AT) yahoo (DOT) com
wrote:

I'm trying to find a way of importing ddl from oracle database into
oracle designer to save me a hell of a lot of typing! I've heard it is
possible. i created a .dmp file using oracle's export utility (with no
data) and then tried to import it into oracle designer, I got the
following error messages. Any ideas? I tried to google it but only
returned one result, which was no help.


Designer comes with a reverse engineering or retrofit utility (they
change the name with every release) or database capture utility.
Check the help file.
It allows you to connect to the database and read the complete schema
(without export)

--
Sybrand Bakker, Senior Oracle DBA


Reply With Quote
  #4  
Old   
Robbert van der Hoorn
 
Posts: n/a

Default Re: Import Oracle DDL into Oracle Designer 9i? - 07-19-2006 , 04:39 AM




"Broons Bane" <newsgrouper (AT) yahoo (DOT) com> wrote

Quote:
Hi there, thanks for the reply.

You can retrofit from the repository to entities, but I'm pretty sure
there is on equivalent to what you are describing apart from the
ill-documented import utility.

Sybrand Bakker wrote:
On 18 Jul 2006 08:43:50 -0700, "Broons Bane" <newsgrouper (AT) yahoo (DOT) com
wrote:

I'm trying to find a way of importing ddl from oracle database into
oracle designer to save me a hell of a lot of typing! I've heard it is
possible. i created a .dmp file using oracle's export utility (with no
data) and then tried to import it into oracle designer, I got the
following error messages. Any ideas? I tried to google it but only
returned one result, which was no help.


Designer comes with a reverse engineering or retrofit utility (they
change the name with every release) or database capture utility.
Check the help file.
It allows you to connect to the database and read the complete schema
(without export)

--
Sybrand Bakker, Senior Oracle DBA

You are confusing two things here:
1)creating table, view etc definitions from a database, which can be done
with the Designer Database Generator (it's under the generate options) and
2) retrofitting table definitions to entities.

For option 1), as Sybrand described, you connect to a database, select a
schema and create the table, view, package, sequence etc. definitions in
Designer.

DMP files are used to import/export complete repositories or applications
systems within Designer (hence from Designer to Designer).




Reply With Quote
  #5  
Old   
Broons Bane
 
Posts: n/a

Default Re: Import Oracle DDL into Oracle Designer 9i? - 07-19-2006 , 05:04 AM



Sorry, you are right, I am a bit confused.

When I log into Oracle 9i designer, is this essentially the physical
schema and database that I am connecting to? If so, how do I view the
physical database tables and selectively (or otherwise) import them
into my designer repository?

Regards


Robbert van der Hoorn wrote:
Quote:
"Broons Bane" <newsgrouper (AT) yahoo (DOT) com> wrote in message
news:1153298277.923411.282670 (AT) i42g2000cwa (DOT) googlegroups.com...
Hi there, thanks for the reply.

You can retrofit from the repository to entities, but I'm pretty sure
there is on equivalent to what you are describing apart from the
ill-documented import utility.

Sybrand Bakker wrote:
On 18 Jul 2006 08:43:50 -0700, "Broons Bane" <newsgrouper (AT) yahoo (DOT) com
wrote:

I'm trying to find a way of importing ddl from oracle database into
oracle designer to save me a hell of a lot of typing! I've heard it is
possible. i created a .dmp file using oracle's export utility (with no
data) and then tried to import it into oracle designer, I got the
following error messages. Any ideas? I tried to google it but only
returned one result, which was no help.


Designer comes with a reverse engineering or retrofit utility (they
change the name with every release) or database capture utility.
Check the help file.
It allows you to connect to the database and read the complete schema
(without export)

--
Sybrand Bakker, Senior Oracle DBA


You are confusing two things here:
1)creating table, view etc definitions from a database, which can be done
with the Designer Database Generator (it's under the generate options) and
2) retrofitting table definitions to entities.

For option 1), as Sybrand described, you connect to a database, select a
schema and create the table, view, package, sequence etc. definitions in
Designer.

DMP files are used to import/export complete repositories or applications
systems within Designer (hence from Designer to Designer).


Reply With Quote
  #6  
Old   
Robbert van der Hoorn
 
Posts: n/a

Default Re: Import Oracle DDL into Oracle Designer 9i? - 07-20-2006 , 04:06 AM




"Broons Bane" <newsgrouper (AT) yahoo (DOT) com> wrote

Quote:
Sorry, you are right, I am a bit confused.

When I log into Oracle 9i designer, is this essentially the physical
schema and database that I am connecting to? If so, how do I view the
physical database tables and selectively (or otherwise) import them
into my designer repository?

Regards


Robbert van der Hoorn wrote:
"Broons Bane" <newsgrouper (AT) yahoo (DOT) com> wrote in message
news:1153298277.923411.282670 (AT) i42g2000cwa (DOT) googlegroups.com...
Hi there, thanks for the reply.

You can retrofit from the repository to entities, but I'm pretty sure
there is on equivalent to what you are describing apart from the
ill-documented import utility.

Sybrand Bakker wrote:
On 18 Jul 2006 08:43:50 -0700, "Broons Bane" <newsgrouper (AT) yahoo (DOT) com
wrote:

I'm trying to find a way of importing ddl from oracle database into
oracle designer to save me a hell of a lot of typing! I've heard it
is
possible. i created a .dmp file using oracle's export utility (with
no
data) and then tried to import it into oracle designer, I got the
following error messages. Any ideas? I tried to google it but only
returned one result, which was no help.


Designer comes with a reverse engineering or retrofit utility (they
change the name with every release) or database capture utility.
Check the help file.
It allows you to connect to the database and read the complete
schema
(without export)

--
Sybrand Bakker, Senior Oracle DBA


You are confusing two things here:
1)creating table, view etc definitions from a database, which can be
done
with the Designer Database Generator (it's under the generate options)
and
2) retrofitting table definitions to entities.

For option 1), as Sybrand described, you connect to a database, select a
schema and create the table, view, package, sequence etc. definitions in
Designer.

DMP files are used to import/export complete repositories or
applications
systems within Designer (hence from Designer to Designer).

Broons,

please don't top-post (this means: please put your reactions to posts on the
bottom of a post or in-line). If you do top-post, some of the (best) guru's
will not answer... And as you nay have noticed, this discussion is going to
be a bit hard to be read....Ok?

When you log on to Designer, you log on to a so called repository database,
which holds all the Designer projects. This is usually (and preferably) NOT
the database for your developed software (tables, views, plsql etc). When
you use the Design Editor, and generate the 'real' tables from your
definitions, you will log on to the database you want to generate your
tables to. Design Capture (which is in the menu of the Design Editor) works
the same way.
If you do not have a Designer Repository installed, I would advise you to
use JDeveloper for your Design capture, which is much easier to install
(just unzip, ready!)

Robbert




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.