Import data and ındexes diffrent tablespace

Assume that
I have tablespaces "user_data" and "index_data".
If I export the entıre schema
and
import it into another database, all the data and index are stored in one tablespace.But they are in diffrent tablespaces in the source.
What should I do to ımport ındexes to diffrent tablespace?
Oracle 10g

In Import, there's an parameter "indexfile".
imp file=abc.dmp show=y indexfile=abc.sql fully=y
will generate a sql file with metadata definition.i.e. Table creation scripts/index creation scripts.
modify the script and change the tablespace names for the indexes and execute them.

Similar Messages

  • I have a password problem. After importing data and settings from one MacBook Pro to a new one, I have to put my iCloud password in when re-starting, but the password from the old computer in when waking the computer from sleep.

    I have a password problem. After importing data and settings from one MacBook Pro to a new one, I have to put my iCloud password in when re-starting the new computer, but the password from the old computer in when waking the computer from sleep. I want to use my iCloud password on both computers consistently. How can I fix this?

    The only other place to change a password for the computer login is in Users & Groups preferences. But I don't really know enough here to fix your problem. You can try fixing the keychain:
    iCloud- Frequently asked questions about iCloud Keychain
    Tutorial: Resolving Keychain Issues
    If you can't access your keychain, or forget your password If you can't get into your keychain file because you've forgotten your password or the keychain file appears to be corrupt, there are a couple of options.
    First, if you've forgotten your password, you can use the "Keychain First Aid" utility to make the keychain password the same as the login password. This can be accomplished via the following process:
      1. Open Keychain Access (located in Applications/Utilities)
      2. Go to the "Keychain Access" menu and select "Preferences"
      3. Click the "First Aid" tab
      4. Make sure the "Synchronize login keychain password" box is checked
      5. Close the Preferences window
      6. Go to the "Keychain Access" menu and select "Keychain First Aid"
      7. Enter your username and password
      8. Click the "Repair" button
    The second option is to completely delete your keychain then recreate it. This routine is useful if your keychain appears to be corrupt or otherwise inaccessible. This can be accomplished as follows:
      1. Launch Keychain Access (located in Applications/Utilities)
      2. Click "Show Keychains" in the lower-left corner of the window.
      3. Select the problematic keychain from the left-hand pane.
      4. Navigate to the "File" menu and select "Delete Keychain '(name of keychain)'"
      5. Check all options for deletion and press "OK"
      6. Create a new keychain by going to the "File" menu, then "New" and selecting
          "New Keychain"
      7. You can now make this keychain your default if you desire by selecting it, then
          going to the "File" menu and selecting "Make '(name of keychain)' Default"
    Login as root and perform repair In some cases, problems with keychains can only be resolved when logged in as the root user.
    First, you want to enable the root user:
      1. OS X Mountain Lion: Enable and disable the root user
      2. OS X Lion: Enable and disable the root user
      3. Mac OS X 10.6: Enabling the root user
      4. Enabling and using the "root" user in Mac OS X
    After enabling the root user, and logging in under this account, again open Keychain Access. First attempt repairs using Keychain First Aid, and failing that, delete then recreate the keychain as described above while logged in as root.
    Persistently asked for stored passwords If you are persistently asked for passwords in various applications that you have specified should be remembered in a keychain, your "login" keychain may not be active for one reason or another.
    Navigate to ~/Library/Keychains/ (this is the Library folder inside your user's home folder). Find the file named "login.keychain" and double-click it.
    Failing that, select the "login" keychain within the Keychain Access application and make sure it is the default keychain by going to the "File" menu and selecting "Make 'Login' Default"
    Turn off Keychain synchronization in applications having problems If specific applications are experiencing issues when accessing password-protected material, the Keychain may be to blame.
    The above comes from an article published on MacFixit.com.

  • Why is the folder strukture based on the import date, and not on the Creation date? How can i setting this?

    Why is the folder strukture based on the import date, and not on the Creation date? How can i setting this?

    What folder structure?
    If you're referring to how Aperture stores the originals in a managed library then the answer is you can't change it.
    If having the originals stored in a specific file structure is important to you you will need to switch to a referenced original setup.

  • I have two iphone wich are protected by two different password ! but when i woke up today ! i'v found that my two iphone ( iphone 5 et iphone 4 ) refuse my passwords of 4 numbers i have important data and i dont want to lose please help me ! thank you !

    i have two iphone wich are protected by two different password ! but when i woke up today ! i'v found that my two iphone ( iphone 5 et iphone 4 ) refuse my passwords of 4 numbers i have important data and i dont want to lose please help me ! thank you !

    If you forgot (or don't know) your passcode, restore the device from backup on the last computer it was synced with when the passcode was turned on... this will remove the passcode. If you do not have access to the last computer it was synced with, or you don't have a backup, you will have to force it into recovery mode & restore as a new device.
    See this for more info... http://support.apple.com/kb/HT1212

  • IMPORT DATA TO USER DEFINED TABLESPACE

    I HAVE FACED A PROBLEM REGARDING IMPORT DATA IN A USER DEFINED TABLESPACE.FOR DOING THIS AT FIRST I HAVE CREATED A TABLESPACE SAY USERS ASSOCIATED WITH A DATAFILE NAME AND PATH IS 'D:\ORACLE\ORADATA\ORCL\USERS01.DBF' ITS SIZE IS 200M.IN THE SAME PATH THERE IS A TEMPORARY TABLESPACE ASSOCIATED
    WITH A DATAFILE NAMED 'D:\ORACLE\ORADATA\ORCL\TEMP01.DBF' ITS SIZE IS 80M.
    THEN ASBESCO USER CREATED IN USERS TABLESPACE THROUGH THIS SQL COMMAND.
    CREATE USER ASBESCO IDENTIFIED BY ASBESCO
         DEFAULT TABLESPACE USERS
         TEMPORARY TABLESPACE TEMP
         QUOTA UNLIMITED ON USERS
         QUOTA UNLIMITED ON TEMP;
    GRANT PRIVILAGE TO ASBESCO USER BY THIS SQL .
    GRANT CONNECT,RESOURCE,DBA TO ASBESCO;
    MY EXPORT FILE NAME IS ASBESCO.DMP WHICH IS EXPORTED FROM ANOTHER MACHINE. I WANT TO IMPORT THIS INTO MY MACHINE'S SPECIFIED TABLESPACE. ITS SIZE IS APPROX 26 MB.
    NOW I MPORT ASBESCO.DMP FILE THROUGH THIS COMMAND..
    IMP SYSTEM/<SYSTEM PASSWORD> FILE= ASBESCO.DMP FROMUSER=ASBESCO TOUSER=ASBESCO.
    AFTER SUCCESSFULL IMPORT OPERATION I HAVE SEEN ALL OBJECTS IN ASBESCO USER ARE CREATED IN SYSTEM TABLESPACE NOT USERS TABLESPACE. WHY?
    IT IS TO BE NOTED THAT I HAVE NOT MENTIONED THE DEFAULT TABLESPACE 'USERS' WHEN I CREATED MY USER OBJECTS.

    Please change to lower case letters
    If the user has UNLIMITYED tablespace privilige
    Revoke it
    If the user has a privelegs on a tablespace
    Revoke it
    Create a new tablespace and assign it to the user as Default tablespace.
    then import

  • Importing data into a different tablespace

    How do we import an user level export file into another user and a different tablespace from the tablespace clause specified in the export file ?
    Thanx in advance
    Abhijit

    >
    I can say that anybody with
    no experience could easily do an export/import in
    MSSQLServer 2000.
    Anybody with no experience should not mess up my Oracle Databases !

  • Ldif2db command fails to import data and deletes the root node

    ldif2db command fails to import data into LDAP.
    The command used was
    ldif2db -n userRoot -s "dc=example,dc=com" -i test.ldif
    The test.ldif conains the nodes under dc=example,dc-com
    eg: ou=test,dc=example,dc=com
    But on executing the command the root node "dc=example,dc=com" itself got deleted. The console output was like "Skipping entry uid=test001,ou=test,dc=example,dc=com" for all the entries present in ldif.
    What might be the reason for this ? Any clues ?
    The reason y i am trying to do this ldif2db is to preserve the createtimestamp and modifytimestamp while migrating data from one Directory Server to another. Any other ways of doing it ?

    ldif2db is the right command to migrate data and preserve those attributes like createtimestamp and modifytimestamp.
    However, when this command is used, it will first remove everthing before it load whatever you want. So you need to be very careful. I got this terrible problem as well.
    In my experience, if you use this command, don't use "-s". You can just use:
    ldif2db -n suffixName -i test.ldif
    If you only have one suffix (database), then you can use "-n userRoot".
    Also, if you migrate your data from server A to server B, you'd better dump the data using db2ldif -n userRoot -a test.ldif from server A. Then load it into server B using ldif2db -n userRoot -i test.ldif.

  • Importing Data and Albums

    I'm having a problem getting the albums and data associated with a photo library to import into iPhoto 5. If I hold down the option key and open the folder "iPhoto Library", not all of the images appear and many are gray boxes or improperly oriented. If I drag and drop the folder "iPhoto Library" into iPhoto, all of the images appear and look fine, but I don't get the associated data and albums. I also get error messages saying that the data files could not be imported. This problem started when I renamed my original library, opened a second library, and then tried to go back to the original.
    Rich

    Hi richard,
    I see you are using the Option key to launch iPhoto and switch between libraries.
    Maybe the first library (original) is having a data problem. The first thing is make sure the original library is the one you are using right now. Now follow the instructions for a rebuild and hopefully it will help.
    Try this:
    Before doing a rebuild make sure iPhoto's trash bin is emptied. You can do this by control clicking on the trash bin, or from the menu bar under iPhoto.
    Close iPhoto
    Duplicate the iPhoto Library folder
    Drag the duplicate to the desktop (hopefully you have enough room on your hard drive for the duplicate.)
    Launch iPhoto holding down the Command and Option keys until you see the rebuild options screen.
    Choose the first three options. If you were missing photos in your library, also choose the last option. Be advised that you will get a roll of orphaned photos and it might be quite huge. Most of them will already be in your iPhoto library, but use caution when deleting anything from this roll until you are sure the photos are still in your library in another place. It might be a good idea to share/export this roll of photos just in case you need to import them again.
    Back to the rebuild, depending on the size of your library it might take some time. When it is done, hopefully your photos will be there.
    You might see some unexpected results as I did when I did a rebuild. Photos had been moved to wrong dates, video clips had lost their duration info and some were even orphaned from the jpg pointer file. It took me some time to straighten it out again.
    This is the reason to make a duplicate before you rebuild, in case you do not like the result. If you don't like the result, close iPhoto, then delete the rebuilt library and drag the duplicate back into the Pictures folder making sure the name is iPhoto Library. Launch iPhoto and it should open the library in the Pictures folder.
    iPhoto 4 or later: Rebuilding the iPhoto Library

  • Import Date Go to User Tablespace

    i create one tablespace for one user and grant this tablespace or put default tablespace to user .but when import tables go directly in USERS tablespace. Please Advice Me How Make Solution.
    Ahmed.

    Where were the tables on the source database created. If they were created in tablespace users, then that is where they will be created on the target system. Just because you changed the default tablespace on the target database doesn't mean that is where the tables will be loaded.
    If you want to move them to a different tablespace I think you need to make sure the old tablespace is not there.
    If you use datapump, you can use the remap_tablespace parameter
    remap_tablespace=old_tablespace:new_tablespace
    This is not available on exp/imp.
    Dean
    Edited by: Dean Gagne on Aug 13, 2009 10:50 AM

  • Import data and cofiles via stms

    Hi all,
    I would like to import some data and cofiles via stms in my MiniSAP.
    Only tables are imported without problems. Programs, transactions or other files of the package will not imported.
    The imported objects will be not activate automatically.
    The return code of my package is (0 = green), the status of the import stay at "Import continue".
    Can anyone help me, please.
    Thank you very much.

    Hi,
    Whenever a transport request get released it generates two files automatically at the OS level,ie at the transport directory normally /usr/sap/trans.These two files are called cofiles & datafiles and it gets generated at /usr/sap/trans/cofiles & /usr/sap/trans/data respectivley.Cofiles are the control files and data is the actual data file.
    You can execute the transports only when you have these datafiles & cofiles available at your tarnsport directory.
    If you want to do the transport in other systems,you have to copy these files to the transport directory of the target system or also you can share the same transport directory across different systems.
    Regards,
    Sam

  • Numbers '08 importing data and merging data from address book .....

    HI all,
    This is the time of year we have to tot-up all of our kilometers travelled to clients which is a real headache.
    I am really keen to get this automated somehow and would be very grateful for some help.
    Here are the details:
    We use the address book app as our client database which includes name, address and kilometers from our base.
    We have an accounting appcilation which lists all invoices by name, includes a date and I could also input the km in here if needed.
    I would like to create a spread sheet in numbers that will contain a list of all clients invoiced and the kms traveled to their place from our base.
    I can get the client list by getting our accounting software to output the data in CSV format, then input the data into numbers, however, I have a couple of queeries regarding the kms values and the import process ....
    (a) firstly, I used to use in excel a very useful function of importing text from text edit, where I was able to choose what delimited a field, spaces, commas, even just width, does this also exist in Numbers? I have looked with no you.
    (b) next the kms values, is there any automated way to match the client names in my excel sheet and pull in the kms values from the address book field?
    If not, they could be inputed into my accounting software each time I enter a record, it just means a bit more work for me on a daily basis.
    Many thanks in advance for your thoughts on this. I'm sure there is a clever way of getting round this somehow ....

    rmeynie wrote:
    (a) firstly, I used to use in excel a very useful function of importing text from text edit, where I was able to choose what delimited a field, spaces, commas, even just width, does this also exist in Numbers? I have looked with no you.
    Feature unavailable in Numbers '09 too
    (b) next the kms values, is there any automated way to match the client names in my excel sheet and pull in the kms values from the address book field?
    Feature unavailable in Numbers '09 too
    Numbers have no provision to communicate with other applications.
    With Numbers '09, we may fit the gap with AppleScript but there is no AppleScript support in Numbers '08.
    Yvan KOENIG (VALLAURIS, France) samedi 9 avril 2011 09:46:20

  • Import data in to tables for MySQL, DB2 and others

    The documentation says that you can right click and select import data and import from a file. But apparently this doesn't work for MySQL, DB2 or other databases? Is that correct? There is no way to do mass data entry or editing of data?

    Correct. We're trying to help you move data from MySQL, DB2, or other (non-Oracle) databases TO Oracle.

  • Import data - export and import tools

    Hi All,
    I am trying to import a currency.csv file using the import data and i get this error - "import failed: Array index out of range: 3"
    Any help is appreciated.
    Thanks in advance!

    Hi Srinivas,
    Make sure that the mapping values in the columns of the Currency.csv file are relevant:
    See example below.
    Also, when you are importing the csv file, import it into the Currency object.
    DISPLAY_NAME     DOCUMENT_DESCRIPTION     I     N_EURO     DISPLAY_PRECISION     STORAGE_PRECISION
    AED                          United Arab Emirates Dirham          2     2
    Regards,
    Parankush

  • Function module to import data from memory

    Hi,
    I am using the function module 'LIST_FROM_MEMORY' to import data and the LISTOBJECT contains values in raw format.How to convert this to char format?I dont want to use 'DISPLAY_LIST' as I want the values of the parameter 'LISTOBJECT' to be passed to block alv in the calling program.
    Please suggest me as to how to do the conversion?
    Thanks in advance
    Vasudha

    Use Function Module: LIST_TO_ASCI
    Converts the specified list (LIST_INDEX) or the provided list
    (LISTOBJECT) to ASCI.
    Here, the purely text part of the list is copied line by line to the
    prepared internal table (LISTASCI) without any attributes (color, icon,
    symbol, ...). There is no line break in this case, i.e. if the internal
    table line is not long enough, the list line is truncated.
    DATA  LISTTAB LIKE ABAPLIST OCCURS 1.
    DATA: BEGIN OF ASCITAB OCCURS 1,
           LINE(256),
           END OF ASCITAB.
    CALL FUNCTION 'LIST_TO_ASCI'
          TABLES LISTOBJECT = LISTTAB
                 LISTASCI   = ASCITAB.
    The provided list (LISTOBJECT) is taken into account only if the
    parameter LIST_INDEX = -1 (default). Otherwise, it is ignored.
    Hope this helps.
    Regards
    Vinayak

  • Oracle Test Manager & importing data

    I've been evaluating OATS with a view to replacing HP Quality Center but I'm having trouble mapping the fields for import of a .csv or native Excel file & even creating a file with mappings as stated in the help section on importing data produces the same issue as per the example below:-
    The file has a Test Name - Test001 which contains several test steps 1-5
    CSV Column Name > Field Name
    Name (Test001) > Name (I have tried mapping this to Testcase ID with the same results)
    Test Step (1-5) > Test Step number
    Expected result > Test Step Expected result
    Owner > Owner
    Priority > Priority
    The import runs and reports sucess - but what I end up with in the "Tests" section of OATS, are 5 Test001 entries each with an individual test step, rather than the one Test001 & 5 steps entry
    Using the import wizard produces the same results
    Ideally what would be good - but is missing is the ability to manually create a Test001 with the 5 steps and then export that to a .csv file so I could see where the mappings are.
    Has anyone else done this succesfully?

    Hi,
    I had some problems with. So, consider the following:
    Simple XLS file :
    testname     owner     testdescription               Expected Result
    test1          wayne     Login into User Homepage     User can view login prompt
                   View Accout Details          User can see account details
                   Create simple report          User has access to reports section
                   Save as pdf               .pdf generate button is available
                   send email               email button is active
                   log off                    User can View log off page
    So we have four fields, teatname,owner,testdescription and Expected Result.
    When we import a test (select Test tab, then project->import data, and select .xls file)
    Make sure Select Type is set to Manual Tests
    Map      testname -> TestCase ID
         owner -> Owner
         testdescription -> Test Step Action
         Expected Result -> Test step expected result
    Make sure Select Type is set to Manual Tests. You should then see one test with all the steps.
    Regards
    Wayne.
    p.s. Thanks Alex!!
    Edited by: byrne_wayne on Sep 20, 2010 3:29 PM
    Edited by: byrne_wayne on Sep 20, 2010 3:33 PM

Maybe you are looking for

  • How to get calendar icon to show again when entering data in date/time field.

    Hello, First time posting on this site.  I am fairly new to using SQL Server Express.  I created a split-database in MS Access 2010 and have successfully migrated over the backend database to SQL Server Express.  When I was using the FE forms in Acce

  • Windows 7 Ultimate 64 bit driver for SCANJET SCANNER 5550C

    Can someone give me the link to get this driver? Thanks.

  • Network connection between Windows and Manac?

    Hi, I have a Macbook and desktop PC both connected to the internet in the same home. I was wondering if it would be possible to transfer files from my PC to my Mac and if so how. Thanks, David

  • Transformations in BPEL/ESB

    Hi, Can anybody explain how the transformations are handled at run-time by BPEL or ESB? I have the following questions, which I don't have much material to discuss with: 1. How does BPEL handle a transformation at runtime? 2. If the message size is v

  • Applying clip markers in CS6 stops playback

    Pressing the 'M' key marks the timeline okay, but how do you mark individual clips on the fly?  In timeline, it does not mark clips at all. If I bring the clip into the source view, I can mark with the M key, but it stops playback. It also marks ever