Error in DBCA when cloning a database from template

After answering all the questions in Database Configuration Assistant, I am getting ORA-03114 Not connected to Oracle. The cloning actually starts but stops after about 40% of the progress. I am using a template generated by the DBCA on another machine. I guess that there are some constraints about the compatibility with the target machine. Both are Windows servers, the original database is 10.2.0.4.0 and the target is 10.2.0.3.0. The log file doesn't say anything more than ORA-01092: ORACLE instance terminated. Disconnection forced, and ERROR: ORA-03114: not connected to ORACLE.

You should better ask this question in the Database - General forum ( General Database Discussions )
Here in this Migration forum we are pleased to answer questions about migrations from foreign databases to Oracle.
Regards
Wolfgang

Similar Messages

  • When connect the Database from Toad , Sqlplus giving the error

    when connect the Database from Toad , Sqlplus giving the error
    recent changes 12.1.1 installatiojn
    Oracle SQL plus encountered a problem and needs to close we are sorry for convenienvce
    Oracle Forms Designner has encountered a probloem and needs to close we are sorry for the convenience
    Thanks & Regards,
    sree

    when connect the Database from Toad , Sqlplus giving the error recent changes 12.1.1 installatiojnHave you tried using the same user via simple sqlplus on the database server or apps tier server itself? Please try the same database user/login on the database server using the sqlplus available on the server itself. See what message do you get. If the the login happens, then try with the tns entry e.g. sqlplus username/password@prod and see if that works on the db server. If both of these conditions work the check where is Toad picking up the tns entry from on the client pc/laptop. If first test fails, then check if the account is locked.
    Hope this helps.

  • "Internal Error Occurred" appears when .pdf is opened from Outlook 2010 email

    "Internal Error Occurred" appears when .pdf is opened from Outlook 2010 email
    I am absolutely pulling out my hair over this one!!
    PC/Win 7 64bit/Adobe XI/Office 2010
    I have tried Uninstalling and re-installing
    I have tried using an adobe software removal tool
    I have tried modifying the security settings in reader
    I've tried running repair on MS Office
    If you open the .pdf from an email directly, it opens Reader with the error "Internal Error Occurred"
    If you drag and drop the .pdf onto the desktop, and then open it, it opens.
    If you open Adobe Reader FIRST, then open the .pdf from the email, it opens fine.
    ONLY when you open a .pdf from an email with Adobe Reader closed (so Outlook is asking AR to open first, and then present the .pdf) is it behaving this way.
    Hypothesis: Outlook 2010 does not like to open Adobe Reader.
    SO....tell me all of you brilliant geniuses? How do I solve this puzzle and become an end user's hero?
    PS: WorkAround - the only work around I have found for this at present, is that the user first opens up Adobe Reader and lets it run in the background. I pinned the shortcut to his task bar to remind him.

    I have uninstalled Adobe Acrobat Reader DC and installed Adobe Reader XI and everything works fine. This will be our current fix until a solution is found for the above error

  • Error on select when using value converted from varchar to integer (with isnumeric in where)

    Hi,
    Why is it, that when I convert a varchar into integer and filter it to numeric only that I get the Error 'Conversion failed when converting the nvarchar value '...' to data type int.'
    Here is a short SQL witch shows the Error:
    create table tTest(ID int, sText nvarchar(15))
    insert into tTest
    select 1, null
    insert into tTest
    select 2, 'q'
    go
    select distinct ID, sText, convert(int,sText) AS ID2 from tTest where isnumeric(sText) = 1
    go
    SELECT DISTINCT TOP 100 PERCENT
    ID
    FROM
    (select distinct ID, sText, cast(sText as int) AS ID2 from tTest where isnumeric(sText) = 1) v1
    WHERE
    id2 = 1
    go
    drop table tTest
    As a workaround I replaced the case with 'cast(case when isnumeric(sText) = 1 then sText else null end as int)', but this rater unexpected.
    It works fine in a short query, but if I create a view with the SQL from V1 then the error is unexpected, since I only know that if I view the source of the view

    >'cast(case when isnumeric(sText) = 1 then sText else null
    ISNUMERIC is not 100% accurate.
    BOL: "ISNUMERIC returns 1 for some characters that are not numbers, such as plus (+), minus (-), and valid currency symbols such as the dollar sign ($). For a complete list of currency symbols, see money and smallmoney (Transact-SQL)."
    LINK: http://technet.microsoft.com/en-us/library/ms186272.aspx
    ISNUMERIC examples:
    http://sqlusa.com/bestpractices/isnumeric/
    Kalman Toth Database & OLAP Architect
    Free T-SQL Scripts
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Issue when connecting to database from SQL Developer tool

    Hi,
    I was trying to connect to a remote oracle database 10.2.0.5 (hosted at window 2008 R2 server) from my local SQL Developer tool.
    When setting up connection in SQL Developer tool, I was able to connect to the database by selecting TNS (Network Allias).
    However, it does not work when I choose Basic type with the same information (HOST, PORT, SID).
    What is the difference between TNS and Basic setting option? Please advise and assist.
    Thanks.
    Regards,
    Jia

    Hi JimSmith,
    Thanks for reply.
    TNS entry as below:
    ORCL_DB =
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 91.198.252.83)(PORT = 1521)) )
    (CONNECT_DATA = (SID = orcl) (SERVER = DEDICATED) ) )
    It works fine if I choose TNS (Network Allias: ORCL_DB).
    For the Basic setting:
    Hostname = 91.198.252.83
    Port = 1521
    SID = orcl
    The error I received when connecting to db based on Basic option is Failure -Io exception: The Network Adapter could not establish the connection.
    Below are the entries of SQLnet.ora. Any entry should I add into sqlnet.ora?
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    Appreciate your comment.
    Thanks.
    Regards,
    Jia

  • ORA-01194 encountered when cloning a database

    Oracle 10.2.0.5
    Attempted to clone a database from one linux server to another. Issued a SHUTDOWN IMMEDIATE then copied all datafiles, and log files. On the new server I place the files on diffierent mount points, modify the pfile so it is correct.
    SQL> startup nomount;
    SQL> CREATE CONTROLFILE REUSE DATABASE "UFMS044" RESETLOGS NOARCHIVELOG
    2 MAXLOGFILES 16
    3 MAXLOGMEMBERS 3
    4 MAXDATAFILES 100
    MAXINSTANCES 8
    MAXLOGHISTORY 584
    5 6 7 LOGFILE
    8 GROUP 1 '/a0902/d01/oradata/ufms044d/redo01.log' SIZE 150M,
    9 GROUP 2 '/a0902/d01/oradata/ufms044d/redo02.log' SIZE 150M,
    GROUP 3 '/a0902/d01/oradata/ufms044d/redo03.log' SIZE 150M,
    10 11 GROUP 4 '/a0902/d01/oradata/ufms044d/redo04.log' SIZE 150M,
    12 GROUP 5 '/a0902/d01/oradata/ufms044d/redo05.log' SIZE 150M
    -- STANDBY LOGFILE
    13 14 DATAFILE
    '/a0902/d01/oradata/ufms044d/system01.dbf',
    15 16 '/a0902/d01/oradata/ufms044d/undotbs01.dbf',
    17 '/a0902/d01/oradata/ufms044d/sysaux01.dbf',
    '/a0902/d01/oradata/ufms044d/momdata01.dbf',
    18 19 '/a0902/d01/oradata/ufms044d/momindex01.dbf',
    '/a0902/d01/oradata/ufms044d/users01.dbf',
    20 21 '/a0902/d01/oradata/ufms044d/ccrdata01.dbf',
    22 '/a0902/d01/oradata/ufms044d/ccrindex01.dbf',
    '/a0902/d01/oradata/ufms044d/odsdata01.dbf',
    23 24 '/a0902/d01/oradata/ufms044d/odsindex01.dbf',
    25 '/a0902/d01/oradata/ufms044d/ufmdata01.dbf',
    '/a0902/d01/oradata/ufms044d/ufmindex01.dbf',
    26 27 '/a0902/d01/oradata/ufms044d/wmadata01.dbf',
    28 '/a0902/d01/oradata/ufms044d/wmaindex01.dbf',
    29 '/a0902/d01/oradata/ufms044d/iardata01.dbf',
    '/a0902/d01/oradata/ufms044d/iarindex01.dbf',
    '/a0902/d01/oradata/ufms044d/patdata01.dbf'
    30 31 32 CHARACTER SET WE8ISO8859P1;
    Control file created.
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/a0902/d01/oradata/ufms044d/system01.dbf'
    SQL> recover database until cancel using backup controlfile;
    ORA-00279: change 17130207450 generated at 08/10/2011 10:02:53 needed for
    thread 1
    ORA-00289: suggestion :
    /a0902/oracle/product/10.2.0/db_1/dbs/arch1_1_758800964.dbf
    ORA-00280: change 17130207450 for thread 1 is in sequence #1
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/a0902/d01/oradata/ufms044d/system01.dbf'
    Oracle 10.2.0.5 is on both boxes.
    Would the shutdown immediate cause issues?
    Thanks All

    user13129655 wrote:
    Oracle 10.2.0.5
    Attempted to clone a database from one linux server to another. Issued a SHUTDOWN IMMEDIATE then copied all datafiles, and log files. On the new server I place the files on diffierent mount points, modify the pfile so it is correct.
    SQL> startup nomount;
    SQL> CREATE CONTROLFILE REUSE DATABASE "UFMS044" RESETLOGS NOARCHIVELOG
    2 MAXLOGFILES 16
    3 MAXLOGMEMBERS 3
    4 MAXDATAFILES 100
    MAXINSTANCES 8
    MAXLOGHISTORY 584
    5 6 7 LOGFILE
    8 GROUP 1 '/a0902/d01/oradata/ufms044d/redo01.log' SIZE 150M,
    9 GROUP 2 '/a0902/d01/oradata/ufms044d/redo02.log' SIZE 150M,
    GROUP 3 '/a0902/d01/oradata/ufms044d/redo03.log' SIZE 150M,
    10 11 GROUP 4 '/a0902/d01/oradata/ufms044d/redo04.log' SIZE 150M,
    12 GROUP 5 '/a0902/d01/oradata/ufms044d/redo05.log' SIZE 150M
    -- STANDBY LOGFILE
    13 14 DATAFILE
    '/a0902/d01/oradata/ufms044d/system01.dbf',
    15 16 '/a0902/d01/oradata/ufms044d/undotbs01.dbf',
    17 '/a0902/d01/oradata/ufms044d/sysaux01.dbf',
    '/a0902/d01/oradata/ufms044d/momdata01.dbf',
    18 19 '/a0902/d01/oradata/ufms044d/momindex01.dbf',
    '/a0902/d01/oradata/ufms044d/users01.dbf',
    20 21 '/a0902/d01/oradata/ufms044d/ccrdata01.dbf',
    22 '/a0902/d01/oradata/ufms044d/ccrindex01.dbf',
    '/a0902/d01/oradata/ufms044d/odsdata01.dbf',
    23 24 '/a0902/d01/oradata/ufms044d/odsindex01.dbf',
    25 '/a0902/d01/oradata/ufms044d/ufmdata01.dbf',
    '/a0902/d01/oradata/ufms044d/ufmindex01.dbf',
    26 27 '/a0902/d01/oradata/ufms044d/wmadata01.dbf',
    28 '/a0902/d01/oradata/ufms044d/wmaindex01.dbf',
    29 '/a0902/d01/oradata/ufms044d/iardata01.dbf',
    '/a0902/d01/oradata/ufms044d/iarindex01.dbf',
    '/a0902/d01/oradata/ufms044d/patdata01.dbf'
    30 31 32 CHARACTER SET WE8ISO8859P1;
    Control file created.
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/a0902/d01/oradata/ufms044d/system01.dbf'
    SQL> recover database until cancel using backup controlfile;
    ORA-00279: change 17130207450 generated at 08/10/2011 10:02:53 needed for
    thread 1
    ORA-00289: suggestion :
    /a0902/oracle/product/10.2.0/db_1/dbs/arch1_1_758800964.dbf
    ORA-00280: change 17130207450 for thread 1 is in sequence #1
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/a0902/d01/oradata/ufms044d/system01.dbf'
    Oracle 10.2.0.5 is on both boxes.
    Would the shutdown immediate cause issues?
    SHUTDOWN IMMEDIATE
    This mode is typically the fastest next to SHUTDOWN ABORT. Oracle Database terminates any executing SQL statements and disconnects users. Active transactions are terminated and uncommitted changes are rolled back.
    Edited by: sb92075 on Aug 11, 2011 6:45 AM

  • I get "an error has occured" when trying to download from the AppStore.  I can not re-download as the button is not active.

    I encountered the response "an error has occured" when I downloaded Maverick X from the App Store.  I can not try to re-download as the download button is not active.  I have tried rebooting and to get the download from apple.com but it keeps redirecting to the App Store.
    Suggestions?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • BUG:  Advanced Actions duplicated when creating NEW PROJECTS FROM TEMPLATE using Adobe Captivate 8.

    Need:  CREATE NEW PROJECTS FROM TEMPLATE using Adobe Captivate 8. 
    Problem:  NEW PROJECT (.cptx) duplicates the Advanced Actions originally configured within TEMPLATE FILE (.cpt.).
    For example: Template file (.cptl) advanced action "_initializeModule" gets duplicated as "_initializeModule1", "_initializeModule2", "_initializeModule3" within NEW PROJECT.  FYI, the original "_initializeModule" advanced action still appears.
    MAJOR BUG, what the heck is going on?!?!!!  Planning to deploy this template file to use for multiple courses with multiple users, this WILL cause epic confusion across the board.

    Similar problem, think they are working on it as well: when dragging a shared action from an external library to a slide or object event, and that action is using a parameter that was already created for another shared action, there will be a new parameter created which really screws up the shared action contrary to this problem. Tip: for the moment do not drag shared actions from an external library immediately to an event, but drag them first to the Library: Reuse Shared Actions in other Projects - Captivate 7 vs. 8 - Captivate blog

  • OCI-21500 error when upgrading Oracle database from 10.2 to 11.2

    We have been running some test upgrades from 10.2 to 11.2 before running it on our production server. During one of these tests, the post-upgrade script utlu112s.sql generated the following output:
    Oracle Database 11.2 Post-Upgrade Status Tool 12-12-2011 21:12:54
    Component Status Version HH:MM:SS
    Oracle Server
    . VALID 11.2.0.2.0 00:53:59
    JServer JAVA Virtual Machine
    . VALID 11.2.0.2.0 00:31:25
    Oracle Real Application Clusters
    . INVALID 11.2.0.2.0 00:00:03
    Oracle Enterprise Manager
    . VALID 11.2.0.2.0 00:33:44
    Oracle XDK
    . VALID 11.2.0.2.0 00:13:00
    Oracle Text
    . VALID 11.2.0.2.0 00:05:19
    Oracle XML Database
    . OCI-21500: internal error code, arguments:
    [KODDBG_PUSH_80IMGPTR:dbgecPushPtr
    . failed], [0], [0xFFFFFFFF7FFF55E8], [0xFFFFFFFF7F22E2B8], [1], [], [], []
    . OCI-21500: internal error code, arguments:
    [KODDBG_PUSH_80IMGPTR:dbgecPushPtr
    . failed], [0], [0xFFFFFFFF7FFF55E8], [0xFFFFFFFF7F22E2B8], [1], [], [], []
    . OCI-21500: internal error code, arguments:
    [KODDBG_PUSH_80IMGPTR:dbgecPushPtr
    . failed], [0], [0xFFFFFFFF7FFF55E8], [0xFFFFFFFF7F22E2B8], [1], [], [], []
    . VALID 11.2.0.2.0 00:20:49
    Oracle Database Java Packages
    . VALID 11.2.0.2.0 00:00:53
    Oracle Multimedia
    . VALID 11.2.0.2.0 00:13:00
    Spatial
    . VALID 11.2.0.2.0 00:20:00
    Gathering Statistics
    . 00:24:39
    Total Upgrade Time: 03:37:02
    PL/SQL procedure successfully completed.
    As far as we can tell, everything appears to be up and running, but the OCI-21500 internal errors are troubling. I have not been able to find anything on metalink regarding this error, and I am wondering if anyone else has come across it before. Thanks for your help!
    Simeon

    The OS is Solaris 10 (SunOS 5.10) and the source DB version was 10.2.0.4. We are running the upgrade manually (NOT with DBUA). The upgrade log does not have any ORA-xxxx errors, but it does show a few instances of the same error, such as this example:
    SQL> desc XDB.XDB$RESOURCE_T;
    ERROR: OCI-21500: internal error code, arguments: [KODDBG_PUSH_80IMGPTR:dbgecPushPtr failed], [0], [0xFFFFFFFF7FFF55E8], [0xFFFFFFFF7F22E2B8], [1], [], [], []
    Regards,
    Simeon

  • Error when connecting to database from connection manager

    New installation of JDeveloper 11r2.
    java.lang.NullPointerException
         at oracle.dms.context.DMSContextManager.getContext(DMSContextManager.java:437)
         at oracle.dms.context.ExecutionContext.get(ExecutionContext.java:445)
         at oracle.dms.context.ExecutionContext.get(ExecutionContext.java:492)
         at oracle.dms.instrument.Noun.<init>(Noun.java:188)
         at oracle.dms.instrument.Noun.create(Noun.java:275)
         at oracle.dms.instrument.NounFactory.create(NounFactory.java:66)
         at oracle.jdbc.driver.DMSFactory.createNoun(DMSFactory.java:69)
         at oracle.jdbc.driver.PhysicalConnection.createDMSSensors(PhysicalConnection.java:2253)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:617)
         at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:132)
         at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:54)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:413)
         at oracle.jdeveloper.db.adapter.AbstractConnectionCreator.getConnection(AbstractConnectionCreator.java:117)
         at oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection(DatabaseProvider.java:174)
         at oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection(DatabaseProvider.java:143)
         at oracle.jdevimpl.db.adapter.CADatabaseFactory.createConnectionImpl(CADatabaseFactory.java:44)
         at oracle.javatools.db.DatabaseFactory.createConnection(DatabaseFactory.java:352)
         at oracle.javatools.db.DatabaseFactory.createDatabase(DatabaseFactory.java:148)
         at oracle.jdeveloper.db.DatabaseConnections.getDatabase(DatabaseConnections.java:504)
         at oracle.jdeveloper.db.DatabaseConnections.getDatabase(DatabaseConnections.java:440)
         at oracle.dbtools.raptor.utils.Connections$ConnectionInfo$ConnectRunnable.doWork(Connections.java:1051)
         at oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:156)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:612)
         at java.lang.Thread.run(Thread.java:595)
    Occurs with both thin and oci8 connections.
    Any ideas?
    Conection name: tryit
    Connection type: Oracle (JDBC)
    username: me
    password: mine
    save password: ticked
    Driver: thin (also tried oci8)
    Host Name: myhost
    SID: my10gdb (also tried service name).

    yes, when we install oracle 8i in windows professionel we have this problem, before installing 8i we connected to the database without problem
    thank you

  • Getting error code 1 when calling SSIS package from a stored procedure (SQL Server 2008 R2)

    Hello,
    I am trying to execute a SSIS package from SQL Server 2008 R2 stored procedure but getting error code 1 (as per my knowledge, error code description is as below:
    0 The package executed successfully.
    1 The package failed.
    3 The package was canceled by the user.
    4 The utility was unable to locate the requested package. The package could not be found.
    5 The utility was unable to load the requested package. The package could not be loaded.
    6 The utility encountered an internal error of syntactic or semantic errors in the command line.
    Details:
    I have a stored procedure named "Execute_SSIS_Package" (see below sp) which executes 'Import_EMS_Response' SSIS package (when I execute this package directly from SQL Server BID it works fine it means package itself is correct) and calling
    it from SQL as:- EXEC Execute_SSIS_Package 'Import_EMS_Response'.
    Here I receives error code 1.
    Can anyone help me to resolve this issue please?
    Thanks in advance!
    CREATE PROCEDURE [dbo].[Execute_SSIS_Package]
     @strPackage nvarchar(100)
    AS
    BEGIN
     -- SET NOCOUNT ON added to prevent extra result sets from
     -- interfering with SELECT statements.
     SET NOCOUNT ON;
     DECLARE @cmd VARCHAR(8000)
     DECLARE @Result int
     DECLARE @Environment VARCHAR(100)
        SELECT @Environment = Waarde
     FROM  Sys_Settings
     WHERE Optie = 'Omgeving'
     --print @Environment
     SET @strPackage = '"\W2250_NGSQLSERVER\BVT\' + @Environment + '\' + @strPackage + '"'
     SET @cmd = 'dtexec /SQL ' + @strPackage +  ' /SERVER "w2250\NGSQLSERVER"  /Decrypt "BVT_SSIS" /CHECKPOINTING OFF /REPORTING E'
     --print @cmd
     EXECUTE @Result = master..xp_cmdshell @cmd, NO_OUTPUT
     --print @Result
    END

    It has something to do with the security.
    E.g. cmdshell is not enabled or the caller has not rights over the package.
    There could be a syntax error, too.
    I suggest you make the package runnable off a SQL Agent job then trigger the job from the stored proc with
    sp_start_job <job name>
    Arthur
    MyBlog
    Twitter

  • HT201272 Keep getting error #499 when trying to download a song from an album I purchased that failed to download.  Error message appears when trying to download from iTunes and the cloud. Re-starting the computer did not help.

    I downloaded an album I purhcased a few days ago but one of the album's songs did not download.  I received an error message, #499, for which I can get no explanation or interpretation of what error #499 even is (other than generic terms).  All my efforts to re-start the download have failed.  I've tried several times to download the file to no avail, tried the cloud service to no avail, and re-started the computer to no avail.
    My main intention is to, of course, get the download completed.  My secondary intention is to, hopefully, bring to the attention of Apple - iTunes staff, the grossly inadequate, dare I say cryptic, error message descriptions iTunes displays. 
    I can provide the purchase receipt number if it is required.

    Hey SDGardella,
    Thanks for the question. I understand that you are receiving error 499 when attempting to download purchases from the iTunes Store. The following resource outlines this error message:
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    "Error 499"
    This alert occurs due to security software. Follow iTunes for Windows: Troubleshooting security software issues.
    Thanks,
    Matt M.

  • Iphone 4 is stuck in recovery mode and gives error code 2001 when trying to restore from itunes...any help?

    Just downloaded the new software from itunes today for my iphone 4.  While talking on the phone while plugged into macbook (charging) my call was dropped and then my phone turned off.  Itunes now says it found my phone and it was in recovery mode and I need to restore it.  When I try to do that I get an error code of (2001) and I am unable to go any further.  any help from anyone please?  Thanks.  Ben

    Thats okay
    Are you using a Mac or PC? The step about ports, it not really relative to your issue (error 2001)
    Apple wrote (in TS1275)
    (2001, 2002, 2005, 2006, 2009, and so on) If you experience this issue on a Mac, disconnect third-party devices, hubs, spare cables, displays, reset the SMC, and then try to restore. Learn how to reset the SMC. If you are using a Windows computer, remove all USB devices and spare cables other than your keyboard, mouse, and the device, restart the computer, and try to restore. If that does not resolve, try the USB issue-resolution steps and articles listed for Error 1604 above. If the issue continues, it may be related to conflicting security software.
    So I would try an SMC reset if you are on a Mac. But mainly, try a different USB cable if you have one.

  • Error in cfqueryparam, when getting date field from cfpop

    Hi all,
    i'm taking data from cfpop to store them in the database.
    There are problems with date data:
    INSERT .....
    POST_DATE = <cfqueryparam value="#date#"
    cfsqltype="cf_sql_timestamp">
    But it fails in some situations, for instance:
    The cause of this output exception was that:
    coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException:
    "19 Sep 2006 00:51:33 +0200" is an invalid date or time string
    Ok, I'm using English locale and tried to use
    ParseDateTime(date, 'pop'). But it doesn't work either (!):
    "19 Sep 2006 00:51:33 +0200" is not a valid date format. But
    'pop' supposes, that this is format with time zone offset!!
    P.S. The problem was that some email messages had incorrect
    date format: one didn't have a day of week, another one - even day
    of month!!!
    To make life simpler, i've just added a regexp check:
    <cfif
    ReFindNoCase("[A-z]{3}\,\s[0-9]{2}\s[A-z]{3}\s[0-9]{2,4}\s[0-9]{2}:[0-9]{2}:[0-9]{2}\s(?: \+|\-)?[0-9]{4}",
    date, 0)>
    <cfset dateField = date>
    <cfelse>
    <cfset dateField = now()>
    </cfif>
    I'm not going to parse every possible date format
    error.

    I don't believe there's anyway to have Access ignore it on an import. What you can try instead is link to the file (instead of importing it) and write a query that updates the table based on the linked table, with an appropriate edit on the date/time field.
    Doug Steele, Microsoft Access MVP
    http://www.AccessMVP.com/djsteele (no e-mails, please!)
    Co-author
    Access Solutions — Tips, Tricks, and Secrets from Microsoft Access MVPs (ISBN 978-0-470-59168-0)

  • Cloning a database from data guard

    Hi Gurus,
    I have a situation where I am using 11g R1 11.1.0.7
    Primary database in server prodsrv and active data guard read only db in drsrv host.
    I have to clone a new dev database in drsrv database. since 11g R1 supports clone from active database, i thought we can use active data guard to clone a new database.
    is that possible? my trial didn't work out.
    released channel: s8
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 08/17/2010 01:32:36
    RMAN-05531: a mounted database cannot be duplicated while data files are fuzzy
    RMAN>
    is that possible to run Rman active clone script to clone from active data guard? any help much appreciated.
    duplicate target database to 'devdb' from active
    database ;
    thank you.

    Hi,
    Before doing any experiment.Read the concept and proceed further.Can you please go through the below link:
    http://www.databasejournal.com/features/oracle/article.php/3834931/Using-Oracle-11gs-Active-Data-Guard-and-Snapshot-Standby-Features.htm
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com

Maybe you are looking for

  • Where are the SyncBOs stored in the server.

    Hi, I have created some SyncBOs in the SAP system. Now I want to take back up of them.. Can I know where are they stored in the server and how can I go about having there backup? Waiting for some quick answers Ankur

  • I think I messed up my mac install by installing windows 8

    Yesterday I tried to install Windows 8 on a Mac Mini using boot camp. I am new to Macs so when the windows installer told me it could not install to the Boot Camp created partition because it was not NTFS, I told it to wipe the partition and install

  • How Can I Use TouchScreen in PS??

    I have a touchscreen computer, but it doesn't seem to be doing any good, seeing as I can't use it in PS. Is it even possible??

  • MIDI controller is working in the right usb port, but it doesn't in left

    Hello all, I have this strange problem, yesterday i bought MIDI keyboards it's M-AUDIO Keystation Mini 32 The problem is that when i connect it to right USB port it works flawlessly, but when i connect it to my left USB port - my macbook pro recogniz

  • Can i use my ipad 2 as a mobile phone?

    Am going to Korea soon, does anyone know if I can put a Korean sim card in it and use it as a mobile phone (I have the 3G ipad) ? FYI - I do well to switch the thing on, I'm not technically very good with IT stuff.