DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: EXP-00010: CTXSYS is not a valid username

  1. #1
    Join Date
    Oct 2008
    Location
    Chandigarh, India
    Posts
    322

    EXP-00010: CTXSYS is not a valid username

    Our application uses text indexes and the data of text indexes are stored in CTXSYS schema. I want to restore the export dump file of two schemas from one machine to another. One of these schemas contains application data and other i.e. CTXSYS contains text indexes.

    When I try to export the CTXSYS schema, I receive the error mentioned in the subject line. Is there a way I can export this schema? I can go for duplicate database but I want to know the reason behind the error.
    lucky

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    This is not an error but a feature - by design Oracle would not export a set of schemas including ORDSYS, MDSYS, CTXSYS, ORDPLUGINS,LBACSYS and, XDB.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Oct 2008
    Location
    Chandigarh, India
    Posts
    322
    So, how can I copy the data of CTXSYS schema in new database? Will data be created as I import the other schema containing application data?
    lucky

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width