Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Missing DDL?
Anita,
Followed your suggestion BUT... does not seem to be working. The export log is showing that it exports tablespace definitions but using INDEXFILE parameter with Import utility does not seem to show the DDL for creating the tablespaces. Perhaps this is the way it is meant to be, I'd just like to verify one way or the other. Anyone out there know??? Is there some other way to view the DDL for tablespace creation?.
Expanding on where I'm coming form here is that if for example one had an export dump of a DB and needed to move it to another machine which had a different disk configuration, how does one direct the data files to different disks. I suspect its using a dump of control file and modifying same. What if you don't have the control file dump what do you do then?
-----Original Message-----
Sent: Thursday, May 31, 2001 08:10
To: 'A. Bardeen'
Anita,
Thanx for replying to below. Much appreciated!
-----Original Message-----
Sent: Wednesday, May 30, 2001 17:02
To: ORACLE-L_at_fatcity.com; Sean.ONeill_at_organon.ie
Sean,
The indexfile parameter shows only the create table statements (REM'd out) and the additional indexes (i.e not indexes used to enforce PK constraints).
To see all the DDL, use the SHOW=Y parameter along with LOG=<filename>.
HTH,
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: O'Neill, Sean INET: Sean.ONeill_at_organon.ie 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).Received on Thu May 31 2001 - 04:15:15 CDT
![]() |
![]() |