Import WCS 7.0.164.0 Database into WCS 7.0.172.0

We are experiencing some issues while upgrading from WCS  7.0.164 to 7.0.172. For some reason, everytime we try to import the 7.0.164 database, the 7.0.172 restore process aborts with:
Waiting for database to become idle
To Version 7.0.172.0
Invoking upgrade_general.sql
From Version 7.0.164.0
Updating Schema. This may take a while.
java.sql.SQLException: [Solid JDBC 04.50.0176] Data source rejected establishment of connection
Failed to export Hibernate schema
Hiblog.txt shows the following:
NFO 2011-07-05 10:55:03,143 [main] (TableMetadata.java:43) - indexes: [$$rrmauditdot11bconfig_primarykey_10795, rrmauditdot11bconfig_eventindex, fk254609e9ebca074c]
WARN 2011-07-05 10:55:03,175 [main] (JDBCExceptionReporter.java:77) - SQL Error: 25214, SQLState: 08003
ERROR 2011-07-05 10:55:03,175 [main] (JDBCExceptionReporter.java:78) - [Solid JDBC 04.50.0176] Connection not open
ERROR 2011-07-05 10:55:03,175 [main] (SchemaUpdate.java:165) - could not complete schema update
org.hibernate.exception.JDBCConnectionException: could not get table metadata: RrmConfig
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:74)
at com.cisco.server.persistence.hibernate.dialect.SolidDialect$2.convert(Unknown Source)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata(DatabaseMetadata.java:105)
at org.hibernate.cfg.Configuration.generateSchemaUpdateScript(Configuration.java:948)
at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:140)
at com.cisco.server.persistence.util.PersistenceUtil.beginUpdateSchema(Unknown Source)
at com.cisco.packaging.DBAdmin.beginUpdateSchema(Unknown Source)
at com.cisco.packaging.MigrateOldDbToNewDb.upgradeDatabase(Unknown Source)
at com.cisco.packaging.SelectDirAndRestoreDb.restoreDatabase(Unknown Source)
at com.cisco.packaging.DBAdmin.restoreDB(Unknown Source)
at com.cisco.packaging.DBAdmin.runMain(Unknown Source)
at com.cisco.packaging.DBAdmin.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.zerog.lax.LAX.launch(DashoA10*..)
at com.zerog.lax.LAX.main(DashoA10*..)
Caused by: java.sql.SQLException: [Solid JDBC 04.50.0176] Connection not open
at solid.jdbc.SolidError.s_Create(Unknown Source)
at solid.jdbc.SolidConnection.s_AddAndThrowError(Unknown Source)
at solid.jdbc.SolidConnection.s_Chk(Unknown Source)
at solid.jdbc.SolidResultSet.s_Chk(Unknown Source)
at solid.jdbc.SolidResultSet.close(Unknown Source)
at com.mchange.v2.c3p0.impl.NewProxyResultSet.close(NewProxyResultSet.java:2999)
at org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata(DatabaseMetadata.java:101)
... 15 more
WARN 2011-07-05 10:55:03,175 [main] (NewProxyStatement.java:835) - Exception on close of inner statement.
java.sql.SQLException: [Solid JDBC 04.50.0176] Connection not open
at solid.jdbc.SolidError.s_Create(Unknown Source)
at solid.jdbc.SolidConnection.s_AddAndThrowError(Unknown Source)
at solid.jdbc.SolidConnection.s_Chk(Unknown Source)
at solid.jdbc.SolidStatement.s_Chk(Unknown Source)
at solid.jdbc.SolidStatement.close(Unknown Source)
at com.mchange.v2.c3p0.impl.NewProxyStatement.close(NewProxyStatement.java:831)
at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:171)
at com.cisco.server.persistence.util.PersistenceUtil.beginUpdateSchema(Unknown Source)
at com.cisco.packaging.DBAdmin.beginUpdateSchema(Unknown Source)
at com.cisco.packaging.MigrateOldDbToNewDb.upgradeDatabase(Unknown Source)
at com.cisco.packaging.SelectDirAndRestoreDb.restoreDatabase(Unknown Source)
at com.cisco.packaging.DBAdmin.restoreDB(Unknown Source)
at com.cisco.packaging.DBAdmin.runMain(Unknown Source)
at com.cisco.packaging.DBAdmin.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.zerog.lax.LAX.launch(DashoA10*..)
at com.zerog.lax.LAX.main(DashoA10*..)
WARN 2011-07-05 10:55:03,175 [main] (NewPooledConnection.java:425) - [c3p0] A PooledConnection that has already signalled a Connection error is still in use!
WARN 2011-07-05 10:55:03,175 [main] (NewPooledConnection.java:426) - [c3p0] Another error has occurred [ java.sql.SQLException: [Solid JDBC 04.50.0176] Connection not open ] which will not be reported to listeners!
java.sql.SQLException: [Solid JDBC 04.50.0176] Connection not open
at solid.jdbc.SolidError.s_Create(Unknown Source)
at solid.jdbc.SolidConnection.s_AddAndThrowError(Unknown Source)
at solid.jdbc.SolidConnection.s_Chk(Unknown Source)
at solid.jdbc.SolidStatement.s_Chk(Unknown Source)
at solid.jdbc.SolidStatement.close(Unknown Source)
at com.mchange.v2.c3p0.impl.NewProxyStatement.close(NewProxyStatement.java:831)
at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:171)
at com.cisco.server.persistence.util.PersistenceUtil.beginUpdateSchema(Unknown Source)
at com.cisco.packaging.DBAdmin.beginUpdateSchema(Unknown Source)
at com.cisco.packaging.MigrateOldDbToNewDb.upgradeDatabase(Unknown Source)
at com.cisco.packaging.SelectDirAndRestoreDb.restoreDatabase(Unknown Source)
at com.cisco.packaging.DBAdmin.restoreDB(Unknown Source)
at com.cisco.packaging.DBAdmin.runMain(Unknown Source)
at com.cisco.packaging.DBAdmin.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.zerog.lax.LAX.launch(DashoA10*..)
at com.zerog.lax.LAX.main(DashoA10*..)
ERROR 2011-07-05 10:55:03,175 [main] (SchemaUpdate.java:177) - Error closing connection
java.sql.SQLException: [Solid JDBC 04.50.0176] Connection not open
at solid.jdbc.SolidError.s_Create(Unknown Source)
at solid.jdbc.SolidConnection.s_AddAndThrowError(Unknown Source)
at solid.jdbc.SolidConnection.s_Chk(Unknown Source)
at solid.jdbc.SolidStatement.s_Chk(Unknown Source)
at solid.jdbc.SolidStatement.close(Unknown Source)
at com.mchange.v2.c3p0.impl.NewProxyStatement.close(NewProxyStatement.java:831)
at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:171)
at com.cisco.server.persistence.util.PersistenceUtil.beginUpdateSchema(Unknown Source)
at com.cisco.packaging.DBAdmin.beginUpdateSchema(Unknown Source)
at com.cisco.packaging.MigrateOldDbToNewDb.upgradeDatabase(Unknown Source)
at com.cisco.packaging.SelectDirAndRestoreDb.restoreDatabase(Unknown Source)
at com.cisco.packaging.DBAdmin.restoreDB(Unknown Source)
at com.cisco.packaging.DBAdmin.runMain(Unknown Source)
at com.cisco.packaging.DBAdmin.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.zerog.lax.LAX.launch(DashoA10*..)
at com.zerog.lax.LAX.main(DashoA10*..)
WARN 2011-07-05 10:56:03,518 [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] (BasicResourcePool.java:1841) - com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@ea58e3 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
java.sql.SQLException: [Solid JDBC 04.50.0176] Unable to connect to data source
at solid.jdbc.SolidConnection.s_AddAndThrowError(Unknown Source)
at solid.jdbc.SolidConnection.serverConnect(Unknown Source)
at solid.jdbc.SolidConnection.<init>(Unknown Source)
at solid.jdbc.SolidDriver.connect(Unknown Source)
at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:135)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
OS is Windows Server 2003 Enterprise, 32bit, PAE Enabled  
The strange thing is, we had a case open and the TAC-Engineer was actually able to import the database, since it looked like a issue with our virtual machine we agreed to close the case and continue testing on another server. However after moving to a proper server the problem still exists.
Also it doesnt matter if we try a direct upgrade install with automated migration or a fresh install with manual db import, its always the same error during the hibernate export.
I think i will reopen the case later but maybe there is a more simple solution to that problem?
Thanks a lot
Kind regards
Christian

Hi Jorge,
It looks like such a level of granularity may not be achievable yet.
Should you need such a feature to be evaluated for potentially being included in future software releases, I would recommend to contact your local Cisco account team.
They should be able to follow up and submit a product enhancement request (PER).
Business units will evaluate PERs and, if feasible for the market, they may consider implementing such an enhancement in future versions of the SW/HW.
Regards,
Fede

Similar Messages

  • Import a filed value from custom database into User Profile using BCS

    Hi,
    I have a custom DB in SQL with couple of columns.
    I need to import one of the fields (userid) into user profile - custom property.
    Please guide me to make it done.
    My direction seems wrong..since I am new to user profile-BCS concepts.
    I created a custom property in user profile services, while "configure synchronization connections', I clicked on new connection.
    Type: Business connectivity services, selected
    It needs external content type.
    I opened CA through designer, clicked on External Content type, I am able to connect SQLDB and related fields.
    But, I am not sure what to be done?? How to make my task completed.
    Guide me, somebody, please!!
    - GEM

    This should create the External Content Type
    Open SharePoint Designer
    Choose the Site where you want the External Content Type to be created
    Under Site Objects -> Click External Content Types
    In the Ribbon -> Click External Content Types to create a New one
    Provide a name for your ECT
    Click ‘Click here to discover external data sources and define operations’
    Click Add Connection, under Data Source Type choose SQL Server
    Provide the connection properties to your SQL Server
    Under Data Source Explorer, Expand the tables folder and choose the table you want to connect to
    Right Click the Table Name and create a New Read Item Operation
    Under Input Parameters, Select the Primary Key of your table and verify that it is map as the identifier. This is important as this will be the column that will be used to sync BCS data to SharePoint. Click on Finish
    Right Click the Table Name again and create a New Read List Operation. Follow the steps on K
    OPTIONAL: Once done you can create an external Lists based on the content type to verify if you are able to pull data from your External Source
    You can verify if the list is created by going to the site where you have deployed the External List. If you encounter a “Access denied by Business Data Connectivity, you can resolve this by going to Central Administration -> Application Management ->
    Manage Service Applications -> Business Data Connectivity Service, choose the External Content Type you have created -> Click Set Object Permissions -> Add the account that your are using and Set ‘Execute & Set Permissions’. Refresh the external
    list page.
    This will create the connection between the BCS properties and the Custom User Properties which are mapped to BCS.
    To create a synchronization connection follow the steps below
    Go to Application Management -> Manage Service Application -> User Profile Service -> Configure Synchronization Connections
    Click Create new Connection
    Provide a connection name for your connection
    Under Type, choose Business Data Connectivity
    Under Business Data Connectivity Entity, choose the External Content Type created on the BCS Step
    Choose the property to identity the 1:1 mapping, this is a unique column that should exist on both the BCS Data and the SharePoint User Profile Properties.
    This part will create the Custom User Profile Property to hold the BCS Data
    Go to Central Administration
    Under Application Management click Manage Service Application
    Click User Profile Service Application
    Click Manage User Properties then select New Property
    Fill the necessary fields
    Under Add New Mapping, select the BCS Sync connection you have created above and the field from SQL where you want to map this property
    Run Profile Synchronization
    Artificial intelligence can never beat natural stupidity.

  • Importing materialized views from database into physical layer

    Hi,
    I have created materialized view in the database. When I try to import the materialized view into the physical layer in OBIEE 10G (using the import from database option), it is not showing in the list of available object. I have selected all the object types (tables,views etc.). Can you please let me know how to import the existing MVs in the database into the physical layer.
    Regards
    Vinodh.
    Edited by: user493441 on Jul 7, 2012 4:11 PM

    Hi Vinod,
    Refer the below links.
    Materialized Views in OBIEE
    http://gerardnico.com/wiki/database/oracle/materialized_view
    Concept of materialized views in creating datawarehouse?????
    Hope this help's
    Thanks
    Satya

  • Importing ACDSee database into Photoshop Elements 12?

    I use ACDSee Pro for my 15,000+ collection. In ACDSEE, all photos include captions and tags. Would like to switch to Photoshop Elements 12 but must take ACDSee's database with me, it took 5 years to build it!
    When I catalog a directory into Elements 12, captions and tags are not copied over, even though such data is 'embedded' (an ACDSee phrase).
    How can I import my ACDsee database into Elements 12??
    Would very much appreciate any help and great ideas.
    Ben Marselis

    Have you tried writing the ACDSEE metadata into the image files and see what they then look like in PSE?
    http://files.acdsystems.com/english/support/acdseepro/4/help/Content/1Topics/3_Manage_mode /Organizing/IDDH_SET_EXIF.htm
    Adding  Metadata to files and using Presets
    You can add information to your images using IPTC and ACDSee Metadata. IPTC information is automatically embedded into your image, while ACDSee Metadata can be embedded into your file, or stored in the database. You can add this information to one or multiple files at a time. You can also save frequently used metadata values as a preset, allowing you to quickly input this information without having to rewrite it.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Issues in Importing Access Database into SQL Server 2014 Express

    I have been trying to import the Northwind.accdb database into SQL Server 2014 Express using the SQL Server Import and Export Wizard. Every time I try, I end up with the following messages. I have reviewed previous replies given to similar queries but
    I am not getting anywhere. Appreciate if anyone can help. Thanks.
    Error 0xc0202009: Source - Customers [1]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E37.
     (SQL Server Import and Export Wizard)
    Error 0xc02020e8: Source - Customers [1]: Opening a rowset for "`Customers`" failed. Check that the object exists in the database.
     (SQL Server Import and Export Wizard)
    Exception from HRESULT: 0xC02020E8 (Microsoft.SqlServer.DTSPipelineWrap)

    Tried that. It doesn't support SQL Server 2014. Tried using SQL Server 2012. Ended with following error:
    First I got this message:
    You are connecting to SQL Server version that is different the version specified in the SSMA project. This may lead to schema not converted correctly and synchronisation issues. Do you want to continue?
    I replied with 'Yes' and that ended with the following error.
    Connection to SQL Server established successfully.
    Connection string: Server=VPCL12S1E\SQLEXPRESS2014;Trusted_Connection=TRUE;Encrypt=FALSE;TrustServerCertificate=FALSE;Application Name=SSMA for Access;Pooling=False;
    Error collecting data. See the inner exception for details.

  • Importing keyword database into PSE(

    I have been using Corel Album for assigning keywords to my digital image collection. I am thinking of getting PSE9 but I am not sure if it can import the Corel keyword database? Appreciate any advice...

    No there is no way to import the ixdb database into PSE.What you can try is attach all the keywords into a single image in corel and save the tags to file by writing tags to file through corel. Now if you import the same file in PSE, it will asks you to import all tags. This way tags can be imported.

  • How to import sql server database into oracle

    Hi,
    i have a backup of database(complete) from sql server, Is there any way to import that backup database into oracle environment.
    Please let me know the process
    Thanks
    Naren$

    No. You cannot simply import binary data files from a 3rd party database directly into Oracle.
    You can use bcp on SQL-Server to unload the data to CSV and then use Oracle's SQL*Loader to load it.
    You can run a SQL-Server database instance and an Oracle database instance, and use a heterogeneous database link from Oracle (working via ODBC) to connect to SQL-Server - and use SQL statements to pull object definitions and data from SQL-Server into Oracle.

  • Oracle Migration Workbench : import sqlserver database into exiting schema

    Dear Oracle users,
    I have to migrate several databases from MSSQL 2000 to Oracle 10g.
    To perform this task I use the oracle migration workbench, which works great for that purpose.
    My only problem is that the Oracle Migration workbench creates alsways a new
    tablespace with the same name than the sqlserver-user I use to export the database.
    I would like to import the converted database into an already existing schema of my Oracle database.
    Does someone know how to do that ?
    Best regards,
    Daniel

    Change the name of the SQL server user to the name of an oracle tablespace name. This should create the tables in the Oracle tblspce you want.

  • Is the only way to import large amount of data and database objects into a primary database is to shutdown the standby, turn off archive log mode, do the import, then rebuild the standby?

    I have a primary database that need to import large amount of data and database objects. 1.) Do I shutdown the standby? 2.) Turn off archive log mode? 3.) Perform the import? 4.) Rebuild the standby? or is there a better way or best practice?

    Instead of rebuilding the (whole) standby, you take an incremental (from SCN) backup from the Primary and restore it on the Standby.  That way, if, for example
    a. Only two out of 12 tablespaces are affected by the import, the incremental backup would effectively be only the blocks changed in those two tablespaces (and some other changes in system and undo) {provided that there are no other changes in the other ten tablespaces}
    b. if the size of the import is only 15% of the database, the incremental backup to restore to the standby is small
    Hemant K Chitale

  • As of a few days ago, I can no longer import photos from my Nikon Coolpix s7c into iPhoto. Never before had a problem. (it is the version prior to iPhoto 11--all Apple software is UTD)

    As of a few days ago, I can no longer import photos from my Nikon Coolpix s7c into iPhoto '08. Never before had a problem.  I sent a request to Nikon for help and they referred me back to Apple.  Help, if possible, please.

    As the photos imported to the test library you know that it works with your version of iPhoto (so, you can skip the paranoia about Apple making you upgrade). The issue then is the Library, so
    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library (Right Click -> Show Package Contents) allowing it to overwrite the damaged file.
    2. Download <a href="http://www.fatcatsoftware.com/iplm/"><b><u>iPhoto Library Manager</b></u></a> and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new *iPhoto 08* library:
    Note this will give you a working library with the same Events and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    In the iPhoto Preferences -> Events Uncheck the box at 'Imported Items from the Finder'
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library (Right Click -> Show Package Contents) on your desktop and find the Originals folder. From the Originals folder drag the individual Event Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.

  • How to I convert data from oracle database into excel sheet

    how to I convert data from oracle database into excel sheet.
    I need to import columns and there datas from oracle database to microsoft excel sheet.
    Please let me know the different ways for doing this.
    Thanks.

    asktom.oracle.com has an excellent article on writing a PL/SQL procedure that dumps data to an Excel spreadsheet-- search for 'Excel' and it'll come up.
    You can also use your favorite connection protocol (ODBC, OLE DB, etc) to connect from Excel to Oracle and pull the data out that way.
    Justin

  • Question to load the entire database into memory.

    I am planing to load the whole database into memory. Suppose mydb is 10G. Then I plan Max Memory for 10G. Then I can create a named cache with 10G and bind the mydb to this cache. Is this the best way to load entire db into memory?
    If the whole db can be loaded into memory, if procedure cache, cache for tempdb and all other params are not important any more? Or still need to follow common practice to configure memory params?

    Hi Kent,
    12-15GB sounds reasonable.
    I recommend always including your version with your initial posting (unless the version simply doesn't apply to the question).  Particularly when running an unusual version, and 12.5.x has been end-of-lifed long enough to be unusual now.  Are you running SAP Applications on this system?  If not, please questions post to the SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications space instead, it is the space for general-purpose ASE questions.
    Cheers,
    -bret

  • Migrate a database into a different SID

    hi,
    I need to migrate a 10g database into an 11gR2 on same Red Hat Linux platform (although different servers with different versions of Linux). The difference between the two databases however is the SID, the new one has a different SID which means that the datafiles will be named differently (as our datafile names include the SID) otherwise everything else is the same..
    I propose to take the following steps:
    - install 11gR2 on the new server
    - create the 11gR2 database with new SID using DBCA
    - full export 10g database
    - full import dump file into 11gR2 database.
    I however do not have experience of how this will work with respect to the full import where the datafiles are named differently. For example TABLESPACE TEST in the source database has datafile TEST_SOURCE.dbf but the same TABLESPACE TEST in the target database will have datafile TEST_TARGET.dbf
    Will this work? Will all the data in the source database be correctly imported into the new database?
    thanks

    For example TABLESPACE TEST in the source database has datafile TEST_SOURCE.dbf but the same TABLESPACE TEST in the target database will have datafile >TEST_TARGET.dbfAre you going to create tablespace manually on target or you want it should be created by datapump.
    - import work fine if tablespace name is same with different datafile however tablespace should be created manually on target before import.
    - if you want datapump will create tablespace for you during full import then try REMAP_DATAFILE clause.
    also check How to consolidate data files using data pump when migrating 10g to 11g?

  • Trouble importing contacts from a tab-delimited file into Contacts on 10.9.5

    I am having Trouble importing contacts from a tab-delimited file into Contacts on MacBook Pro, OS 10.9.5, Intel 2.4 GHz Core 2 Duo., 400GB drive, 4GB memory DDR3
    So far I have:
    - Followed closely the help screen in Contacts app
    - Modified my source document meticulously - first in MS Word, then copied and tweaked in Apple's "Text Edit" app
    - The problem arises when I go to access the document for import.  Specifically, the target document, and all others in that file, are "greyed out" and thus can't be "opened" to facilitate the import process
    - Tried changing the extension of the document name to ".txt", ".rtf", and ".rtd". No change or improvement.
    - Searched Apple.com/help and found nothing relevant
    Can anyone offer some advice or tell me what I may be overlooking in this process?
    Any help will be greatly appreciated!
    Thanks,
    <Email Edited By Host>

    Hi Rammohan,
    Thanks for the effort!
    But I don't need to use GUI upload because my functionality does not require to fetch data from presentation server.
    Moreover, the split command advised by you contains separate fields...f1, f2, f3... and I cannot use it because I have 164 fields.  I will have to split into 164 fields and assign the values back to 164 fields in the work area/header line.
    Moreover I have about 10 such work areas.  so the effort would be ten times the above effort! I want to avoid this! Please help!
    I would be very grateful if you could provide an alternative solution.
    Thanks once again,
    Best Regards,
    Vinod.V

  • Is it possible to import an Oracle 10 (export .dmp file) into Oracle 9 db ?

    hi Oracle Guru's
    Is it possible to import a oracle 10 (export .dmp file) into an oracle 9 database ?
    I tried & got the following error ...
    IMP-00010 not a valid export file, header failed verificationperhaps their is a work-around ?
    thanks

    Hi
    You can take export from a previous version and import to a later version. Having said that, there is still a workaround to do what you want.
    On 9i server add a connect string for your 10g instance. Then use 9i export utility to export 10g data. That way your export will be compatible with 9i. You can then import the data in your 9i instance.
    To create connect string you can either use Net Configuration Assistant or manually edit TNSNAMES.ORA file in your 9i server.
    Hope it helps.
    Rgds
    Adnan

Maybe you are looking for

  • Ssrs 2008 r2 use 'Globals!ReportServerUrl in url

    In a SSRS 2008 R2 report, I am able to have the users open a pdf document in a new window by using the following code in the action field of a textbox property: ="javascript:void(window.open('http://test1.op.org/ReportServer/Pages/Resource.aspx?%2fbo

  • Editing offline in WE but windows pop up constantly asks me for username and password.

    I started using web expression a few months ago to add some html pages to my os commerce site. I successfully created, uploaded and edited the html pages for several months but now suddenly a pop up box appears asking for my username and password to

  • I believe in J2ME...but....

    I strongly believe in J2ME. I've read on the NTT Docomo site how J2ME is used in Japan (http://www.nttdocomo.com/html/imode04_1.html). Very interesting. I think J2ME could play an important role esp. when I look at the intention of all the companies

  • FF returns an error when I try to create Google calendar events. What now?

    I can create events on Google calendar using Safari, but FF returns a page that says "An error has occurred. Please try again later." I tried again later - and the next day - and got the same result.

  • Flex intermediate as Actionscript

    I am new and teaching myself both Flex and AS3. I come with a working knowledge of AS2. Is there an option in Flex Builder to save/export the pre-compiled AS3 code (readable) to help in understanding? Thanks,