How to export one schema

hi,
I want to do export from the database with only one schema, do anyone know what is the command.
Amy

Here you have a complete example to export/import a schema.
[oracle@ozawa bin]$ export ORACLE_SID=LQACNS1
[oracle@ozawa bin]$
[oracle@ozawa bin]$ sqlplus /nolog
SQL*Plus: Release 9.2.0.1.0 - Production on Thu Mar 4 09:43:57 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> conn / as sysdba
Connected.
SQL>
SQL> create user joelp identified by joelp
2 default tablespace users
3 temporary tablespace temp;
User created.
SQL>
SQL> grant connect, resource to joelp;
Grant succeeded.
SQL>
SQL> conn joelp/joelp
Connected.
SQL>
SQL> create table t1 ( c1 number );
Table created.
SQL> insert into t1 values (10);
1 row created.
SQL> commit;
Commit complete.
SQL> quit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
[oracle@ozawa bin]$
[oracle@ozawa bin]$ exp joelp/joelp file=joel.dmp log=joel.log
Export: Release 9.2.0.1.0 - Production on Thu Mar 4 09:47:40 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user JOELP
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user JOELP
About to export JOELP's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export JOELP's tables via Conventional Path ...
. . exporting table T1 1 rows exported
. exporting synonyms
. exporting views
. exporting stored procedures
. exporting operators
. exporting referential integrity constraints
. exporting triggers
. exporting indextypes
. exporting bitmap, functional and extensible indexes
. exporting posttables actions
. exporting materialized views
. exporting snapshot logs
. exporting job queues
. exporting refresh groups and children
. exporting dimensions
. exporting post-schema procedural objects and actions
. exporting statistics
Export terminated successfully without warnings.
[oracle@ozawa bin]$
[oracle@ozawa bin]$ sqlplus joelp/joelp
SQL*Plus: Release 9.2.0.1.0 - Production on Thu Mar 4 09:48:41 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
SQL> drop table t1;
Table dropped.
SQL> quit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
[oracle@ozawa bin]$
[oracle@ozawa bin]$ imp joelp/joelp file=joel.dmp
Import: Release 9.2.0.1.0 - Production on Thu Mar 4 09:49:16 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
Export file created by EXPORT:V09.02.00 via conventional path
import done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
. importing JOELP's objects into JOELP
. . importing table "T1" 1 rows imported
Import terminated successfully without warnings.
[oracle@ozawa bin]$
[oracle@ozawa bin]$ sqlplus joelp/joelp
SQL*Plus: Release 9.2.0.1.0 - Production on Thu Mar 4 09:49:28 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
SQL> select * from t1;
C1
10
SQL> quit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
[oracle@ozawa bin]$
[oracle@ozawa bin]$
Joel Pérez
http://otn.oracle.com/experts

Similar Messages

  • How can export one data base file out windows Quick Books?

    Please advise how can export one customer statement and billing data base from PC Windows Quick Books 2002 and transfer data base to new 2005 Quick Books Data Base on Powerbook G$
    Thanks for the information
    Jonathan

    You should probalby post your question on the QuickBooks Community:
    http://www.quickbooksgroup.com/

  • IMovie 09: How to export one single project

    When I export as an mp4 or m4v, it actually exports ALL my projects. While viewing, if I click on the back button, it will switch to another video project. Only in QT can I export one at a time. I want to distribute only the one project not my whole repertoire. How do I do this?

    Here's what I would do....
    1) Drag all 25 clips to one sequence (5-10 seconds)
    2) Right click on each clip, one at a time, and choose Nest (2-3 minutes)
    3) Double-click on the first clip, which will open it's nested sequence on the timeline. Go to File>Export, then choose all your export settings and file-save location. Now click on Queue to start Adobe Media Encoder. After beginnig the export of the first clip, the export settings will remain the same for any clips you export after it, until you change the export settings again.
    4) Repeat Step 3 for each remaining clip, excepting that you will not need to do export settings and file-save location again.
    Total time: 15-20 minutes. Rendering time will vary.

  • SOS!! How to export a schema while the SYSAUX tablespace is offline?

    Hello,
    the SYSAUX for one of our productive database became corrupted and I had to take it offline in order to open the database. There is no way to recover it since there are missing archive logs from the sequence.
    So I need to export a database schema which holds all the productive tables/indexes (there are no procedure, functions, packages, triggers,etc - just tables, constraints and indexes).
    When I try to export the schema, I get the following error:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in UTF8 character set and UTF8 NCHAR character set
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user CMS31_ARMENTEL_SITE_N
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user CMS31_ARMENTEL_SITE_N
    About to export CMS31_ARMENTEL_SITE_N's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    EXP-00056: ORACLE error 376 encountered
    ORA-00376: file 3 cannot be read at this time
    ORA-01110: data file 3: '/opt/data1/oradata/UTF8/sysaux01.dbf'
    ORA-06512: at "SYS.DBMS_METADATA", line 1511
    ORA-06512: at "SYS.DBMS_METADATA", line 1548
    ORA-06512: at "SYS.DBMS_METADATA", line 1864
    ORA-06512: at "SYS.DBMS_METADATA", line 3707
    ORA-06512: at "SYS.DBMS_METADATA", line 3689
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    I've tried direct export, data pump (expdp) but with the same unsucessfull results.
    Is there any way to use the export or expdp utility to get the actual data from a specific schema ?
    Many thanks

    Hello Harry and many thanks for your reply.
    EXCLUDE is an option of expdp not exp. So I used expdp and get the following error:
    expdp impexp/blabla dumpfile=SITE_N.dmp schemas=SITE_N exclude=CLUSTER:SITE_N
    Export: Release 10.1.0.2.0 - Production on Tuesday, 29 January, 2008 20:56
    Copyright (c) 2003, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORA-31626: job does not exist
    ORA-31638: cannot attach to job SYS_EXPORT_SCHEMA_05 for user IMPEXP
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPV$FT_INT", line 377
    ORA-39077: unable to subscribe agent KUPC$A_1_20080129205606 to queue "KUPC$C_1_20080129205606"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPC$QUE_INT", line 248
    ORA-25448: rule SYS.KUPC$C_1_20080129205606$227 has errors
    ORA-00376: file 3 cannot be read at this time
    ORA-01110: data file 3: '/opt/data1/oradata/UTF8/sysaux01.dbf'
    Different error (since now I use expdp) but for the same reason (SYSAUX is offline)
    Regards
    Argyris

  • How to export a schema.

    Hi guys!
    How do I use SQL Developer to export a schema?
    I kind of hoped, that I would end up with a file containing a complete setup-script for the schema. This way I would be able to use SQL*Plus to create an empty version of the schema on another server.
    Whenever I use Tools -> Export I get a blank file or, if I'm lucky, I get a file containing only my sequences and my packages. But no CREATE TABLE... :-( Even if I've checked "tables" in the tree.
    Is this kind of export at all possible with SQL Developer? Or am I doing this all wrong?
    SQL Developer version: 1.0.0.14.57
    OS: Windows XP Professional SP2
    Java version: 1.5.0_05
    Oracle IDE: 1.0.0
    Best regards.
    Soeren Lauritsen

    The above statement gives me the following (I'm sorry, but my Oracle is in Danish):
    SQL> SELECT dbms_metadata.get_ddl('TABLE', 'AREAS', 'username') FROM DUAL;
    ERROR:
    ORA-04031: kan ikke allokere 65564 byte af fælles hukommelse ("large
    pool","unknown object","session heap","kuxLpxAlloc")
    ORA-06512: ved "SYS.UTL_XML", linje 0
    ORA-06512: ved "SYS.DBMS_METADATA_INT", linje 4157
    ORA-06512: ved "SYS.DBMS_METADATA", linje 458
    ORA-06512: ved "SYS.DBMS_METADATA", linje 615
    ORA-06512: ved "SYS.DBMS_METADATA", linje 1221
    ORA-06512: ved linje 1
    The english translation should be:
    ORA-04031: unable to allocate string bytes of shared memory ("string","string","string","string")
    I kind of got the feeling that our Oracle server has a crappy setup. So any suggestions will be given to my DBA.
    Best Regards
    Soeren

  • Export One Schema to Another Schema

    Hi
    I would like to export some of my tables from one schema to another schema.
    Can you help me on this
    regards
    Ghouse

    Here you resuire two steps EXPORT AND IMPORT
    STEP-1
    First run the export utility (name EXP80.EXE) in the ORANT\BIN directory and make the .DMP file.
    STEP-2
    Secondly run the import utility (name IMP80.EXE) in the ORANT\BIN directory and call the above .DMP file
    ===============
    THE END
    ===============

  • How to copy one schema into another

    I need to copy one schema into another. That means, all the tables, views, constraints, etc, and all the data as well.
    I have a dmp file of source-schema (created daily with expdp by our backup schedule).
    Can I use impdp to import this dmp file into dest-schema? I'm thinking about something like this:
    The dmp file was created with:
    expdp source-schema/pwd DIRECTORY=dmpdir DUMPFILE=myproject.dmp
    Create the copy on dest-schema with:
    impdp dest-schema/pwd DIRECTORY=dmpdir DUMPFILE=myproject.dmp
    (dest-schema is an existing schema on the same machine. I'll drop all the tables before executing the command. Is there anything else I should do first?)
    If this approach is not feasible, kindly suggest me an alternative.
    Thank you.
    Edited by: mgro on Apr 16, 2010 3:22 AM (changed 2nd command: expdp to impdp)

    Thank you both. Dean, I've made a note of your proposed command. May use it next time.
    In the end I used the following command and it worked for me. I added TABLE_EXISTS_ACTION=REPLACE since the destination was not empty.
    First I ran these command logged in as SYS
    GRANT Import Full Database TO dest-schema;
    GRANT Create Any Directory TO dest-schema;
    GRANT Unlimited Tablespace TO dest-schema;
    impdp
    dest-schema/pwd
    DIRECTORY=dmpdir
    DUMPFILE=myproject.dmp
    REMAP_SCHEMA=source-schema:dest-schema
    TABLE_EXISTS_ACTION=REPLACE
    LOGFILE=implog.log
    There were some errors though. The import process complained about constraints referencing non-existent primary keys.
    It turns out that the source schema has some constraints that are marked with status DISABLED. These constraints either:
    - are not part of the DUMP file
    or
    - are in the DUMP file but skipped during import
    Don't know if this is a bug or by design behavior.

  • How to export one slide to image

    Hi everyone,
    I use keynote 6 and I tried to export one of my slide to an image as a .jpg file.
    But it export all of my slides no matter what start page number and end page number I set.
    Is there a bug or may I use the wrong ways to do it?

    I asked this question a few days ago and I haven't had any answers... 72 views though so I imagine we're certainly not alone.

  • How to export database schema?

    I'm running a developer SQL Server 2012 Express version on my PC. I've restored a sample .bak database to this server. How or is there a way to export out the database schema or how all of the tables are interconnected/linked together out?

    hi,
    you can generate the DDL of the objects in your database using SQL Server Management Studio... select your database node, rx click, "Tasks->Generate Script"... the "Generate and Publish script" wizard will prompt you... in the "Set Scripting Options"
    task, you can access the "Advanced" dialog, where you can interact a little on "how" the output will be generated..
    as regards the "way" to understand how the objects are "interconnected", you can access the "Database Diagram" dialog... create a new one for your database, add all desired/required objects, and they will be "rendered" as objects on a window showing all
    relationships (in the meaning of SQL relationships) among them... this feature is not as powerfull as in full comercial tools like erWin or the like, but it's a nice one..
    regards
    http://www.asql.biz - DbaMgr2k - DbaMgr and further SQL Tools http://www.hotelsole.com/

  • How to export a schema and import the schema to a different schema name

    I am using Oracle9i Oracle Enterprise Manager Console.
    I can export the HR to a dmp file.
    I have created another user call MYHR and I would like to import hr.dmp to the new user.
    1. How can I add a schema using OEM?
    I can do it by creating a table in MYHR and refresh OEM.
    2. How can I import HR.dmp to MYHR using OEM.
    I can import it using command line:
    imp user/password@connectstring file='c:\hr.dmp' full='Y'
    Any hints are appreciated

    Hi,
    1.
    You don't have to create a schema explictly.
    Say you create a user u1. Now this user u1 create some object s, then the schema u1 is automatically created.
    Schema is actually a logical collection of objects.
    2.
    Why using OEM for importing. Using the command is much more easier.
    Your command is bit incorrect. Don't use full=y to import a schema.
    Use ; imp userid=user/password@connect_string file=filename fromuser=HR touser=MYHR
    Better add "log=some text file". Then use can see the log also.
    Regards.

  • How to export one group from my contacts

    On Icloud i've made a group for work people and would like to export the group to give to people at work so they can upload it as a group
    any idea how to do this?

    Hello dorfy666,
    I found a couple of resources that have steps to help you export a group of contacts. 
    If you would like to export a group from www.iCloud.com, you can follow these steps (you can also select all contacts in step 1 by single clicking on one contact in the group and then using command+A):
    Export a contact as a vCard
    Select the contact you want to export in the contacts list.On your Mac, Shift-click to select multiple adjacent contacts or Command-click to select multiple nonadjacent contacts.
    Choose Export vCard from the Action pop-up menu at the bottom of the contacts list.
    If you select multiple contacts, Contacts exports a single vCard containing all of them.
    You can find the full article here:
    iCloud: Export contact information as a vCard
    http://support.apple.com/kb/PH3606
    If you have the group in your Address Book or Contacts application, you can follow these steps:
    Export vCards
    Do one of the following:
    Drag a contact out of the Address Book window to the desktop to create a vCard file.
    Drag multiple contacts or a group out of the Address Book window to the desktop to create one vCard file for all of the contacts.Some applications might not be able to read vCard files that contain multiple entries; to create a vCard file for each contact, hold down the Option key while dragging the contacts or the group.
    In the Address Book window, select one or more contacts or a group, and then choose File > Export > Export vCard.
    Notes and photos are exported by default. To exclude these fields when you export cards, select the appropriate options in Address Book vCard preferences.
    When you export your card, only the fields you’ve chosen to share are exported.
    You can find the full article here:
    Address Book 6.x: Export and import vCards
    http://support.apple.com/kb/PH4655
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How to export user/schema WMSYS

    Trying to export WMSYS using datapump. Output is shown below. Need help....
    Schema is present and has procedure/functions/types [encripted]/tables etc.
    C:\>expdp system@orcl directory=data_pump_dir dumpfile=wmsys.dmp logfile=wmsys.log schemas=wmsys
    Export: Release 10.2.0.1.0 - Production on Tuesday, 21 November, 2006 16:53:32
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Starting "SYSTEM"."SYS_EXPORT_SCHEMA_01": system/********@orcl directory=data_pump_dir dumpfile=wmsys.dmp logfile=wmsys
    .log schemas=wmsys
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 0 KB
    ORA-39165: Schema WMSYS was not found.
    ORA-31655: no data or metadata objects selected for job
    Job "SYSTEM"."SYS_EXPORT_SCHEMA_01" completed with 2 error(s) at 16:54:15
    Also tried with exp. Below is output-
    C:\>exp userid=system@orcl owner=wmsys file=c:\oratmp\wmsys.dmp log=C:\oratmp\wmsys.log
    Export: Release 10.2.0.1.0 - Production on Tue Nov 21 17:42:41 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified users ...
    EXP-00010: WMSYS is not a valid username
    Export terminated successfully with warnings.
    Thanks and regards.

    I have created WMSYS at target but I wanted the objects, the procedures, functions, types tables etc. etc.
    I could get them from datadic using metadata package but most of these objects are encrypted. So I thought to export the user itself.
    Need suggestions and help.............
    Thanks & regards.

  • How to export oracle schema with only TABLE and TABLE DATA

    Dear All,
    Is possible to export (expdp) all tables in a schema?
    Thank you in advance

    Hi, Yes it is possible:
    For example:
    expdp user/password direcory=my_dir dumfile=my_dump.dmp tables=schama1.table1,schema1.table2,etc content=metadata_only include=table
    OR
    expdp system/pass directory=DATA_PUMP dumpfilr=test.dmp log file=test.log schamas=Scahems_name
    https://forums.oracle.com/message/4103671#4103671
    https://forums.oracle.com/thread/1087857?start=0&tstart=0
    ORACLE-BASE - Oracle Data Pump (expdp and impdp) in Oracle Database 10g

  • How to export in Organizer PSE 9 - Mac

    How to export one or multiple images from PSE 9 Organizer (Mac)?
    I want to set the size and export to a folder or desktop

    Thanks Barbara, I assumed it would be the same as Windows.
    http://help.adobe.com/en_US/elementsorganizer/using/WSFF2996DE-8185-4c18-B961-ED4E89458E80 _WIN.html
    Perhaps try the Editor top menu:
    File > Process Multiple Files
    Then choose an output folder on your hard drive or CD/DVD etc.
    Otherwise use iPhoto: 
    File -> Export, Kind: Original etc.

  • How to export all the views in one schema?

    Hi,
    I have more than 1000 views in one shcema.
    How to export all the views in one schema?
    Amy

    Hi,
    It's not a very easy question, I have develop a script wich create a script to create view from old database to new database :
    /* &1: Oracle SID Source
    /* &2: Oracle Schema Source
    SET HEAD OFF
    SET VERIFY OFF
    SET PAGESIZE 0
    SET LONG 40000000
    SET LONGCHUNKSIZE 2000
    SET LINESIZE 2000
    SET FEEDBACK OFF
    CREATE TABLE RECREATE_VIEW(VIEW_NAME VARCHAR2(30), TEXT LONG);
    /* Selection du texte de la vue */
    DECLARE
    w_text long;
    w_text_debut long;
    w_text_column long;
    w_view varchar2 (30);
    w_schema varchar2 (8):='&2';
    CURSOR w_cursor IS
    SELECT a.view_name, a.text
    FROM dba_views a
    WHERE a.owner = w_schema;
    CURSOR w_column IS
    SELECT DECODE (ROWNUM,
    1, 'CREATE OR REPLACE FORCE VIEW ' || '&' || '1..'
    || a.table_name || chr(10)
    || '('
    || a.column_name
    || DECODE (ROWNUM, nbcolumns, ')' || chr(10) || 'AS' || chr(10), ',' || chr(10))
    FROM (select column_name,table_name
    FROM dba_tab_columns
    WHERE owner = '&1'
    AND table_name = w_view
    order by column_id ) a,
    (SELECT COUNT (1) nbcolumns
    FROM dba_tab_columns
    WHERE owner = '&1'
    AND table_name = w_view
    GROUP BY owner, table_name) b
    order by rownum;
    BEGIN
    OPEN w_cursor;
    LOOP
    FETCH w_cursor INTO w_view, w_text;
    EXIT WHEN w_cursor%NOTFOUND;
    w_text_debut := NULL;
    w_text_column := NULL;
    OPEN w_column;
    LOOP
    FETCH w_column INTO w_text_column;
    EXIT WHEN w_column%NOTFOUND;
    w_text_debut := w_text_debut || w_text_column || ' ';
    w_text_column := NULL;
    END LOOP;
    CLOSE w_column;
    w_text := w_text_debut||w_text||';';
    insert into RECREATE_VIEW(VIEW_NAME, TEXT) VALUES (w_view, w_text);
    COMMIT;
    w_text := NULL;
    w_view := NULL;
    END LOOP;
    CLOSE w_cursor;
    END;
    SPOOL scripts_views_&1..sql
    PROMPT SPOOL scripts_views_&1..log
    PROMPT
    SELECT TEXT
    FROM RECREATE_VIEW;
    PROMPT
    PROMPT SPOOL OFF
    PROMPT
    SPOOL off
    PROMPT /* Formattage du fichier SQL */
    !sed 's/[ ]*$//' scripts_views_&1..sql > aprilia.tmp
    !rm scripts_views_&1..sql
    !mv aprilia.tmp scripts_views_&1..sql
    DROP TABLE RECREATE_VIEW;
    EXIT
    I hope that help you.
    Nicolas.

Maybe you are looking for

  • More help with visible and hidden fields

    Looking for the script that will let me click a button and then show hidden text fields. Here's what I want to do: I have a text field on my form that if another text field is needed, the user clicks the "Add another Case" button and the hidden text

  • How do I shrink a MS doc to a smaller page size, not just divide the document into a smaller size?

    I am trying to shrink a microsoft word document from a standard page to a smaller, possibly half page, to create a printable reference booklet I plan on laminating but when I try to change the page to a different size, it doesn't shrink the document

  • HT2534 How do I get a refund on an app that i didn't purchase?

    Hi, I've recently purchased an app for $0.99. Couple days later, I received a bill in my email with another app (cost $4.99)that I did NOT purchase. I've only wanted to and agreed to purchase one app and not the other that I don't even have or use on

  • New features for Oracle 8i DBA, training center in hyderabad,india

    I need help from oracle guru's if they advice me on how to take up the upgradation exam from 8i to 10g. Actually, since last 4 years i am working as Oracle ERP Techno Functional Specialist for impementation on Project Contracts 11i. I would be greatf

  • Change From "Word Processing" to "Layout"

    Hello everyone! Is there any way to change the format of a document from "Word Processing" mode to "Layout" mode? I noticed that all Pages '06 documents are imported into '08 as "Word Processing", even when it is actually a layout document. I tried l