Stuck at this part: 3.6 "Duplicate of the primary backup..."

Hi all.

I'm setting up a Data Guard environment. The two 11rg2 Oracle databases are on the same server called gg.oracle.localdomain

I followed this document here: _ http://romain.novalan.fr/wiki/Oracle: _Data_Guard_with_two_single_instance_11gR2_databases #Duplicate_from_the_primary_backup

I'm STUCK at 3.6 duplicate of the primary backup part. I found that this document is incomplete and that it lets just all kinds of things...

I need someone who really knows how to set up a Data - Guard 11 GR 2 2 Database environment.

Here is all of my information to show you all what I did...

hostname gg.oracle.localdomain

Here is information on the primary database.

ID: oradest

echo $ORACLE_HOME

/U03/app/oradest/product/11.2.0/db_dest

echo $ORACLE_SID

destiny

#########################################################################################

Now, I'm going to list all the parameters in the database of the fate which are related to the Data Guard configuration.

SQL > show the fal parameter

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

fal_client string destiny_prim

fal_server string source_sec

SQL > Show parameter dg_broker_config_file1

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

dg_broker_config_file1 string/u03/app/oradest/oradata/desti

NY/dg1db_prim.dat

SQL > Show parameter dg_broker_start

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

dg_broker_start boolean FALSE

SQL > Show parameter log_archive_config

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

string log_archive_config = (destiny_prim, source DG_CONFIG

_sec)

SQL > Show parameter log_archive_dest_1

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

Log_archive_dest_1 string LOCATION = u03/app/oradest/EC

FATE/h_recovery_area/archiv

ELOG = VALID_FOR (ALL_LOGFILES, A).

LL_ROLES) DB_UNIQUE_NAME = desti

ny_prim

SQL > Show parameter log_archive_dest_2

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

chain of LOG_ARCHIVE_DEST_2 SERVICE = source_sec VALID_FOR =)

ONLINE_LOGFILE, PRIMARY_ROLE) D

B_UNIQUE_NAME = source_sec

SQL > Show parameter remote_login_passwordfile

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

Remote_login_passwordfile channel SHARED

SQL > Show parameter name

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

db_file_name_convert chain

fate of string db_name

db_unique_name string destiny_prim

global_names boolean FALSE

instance_name fate of string

lock_name_space string

log_file_name_convert chain

service name string destiny_prim.oracle.localdomain

Here are my files listener.ora and tnsname.ora for the database of PRIM 'DESTINY '...

I don't know if they're just?

> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

[oradest@gg admin] $ cat listener.ora

listener.ora # Network Configuration file: /u03/app/oradest/product/11.2.0/db_dest/network/admin/listener.ora

# Generated by Oracle configuration tools.

LISTENER2 =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = gg.oracle.localdomain))

)

SID_LIST_LISTENER2 =

(SID_LIST =

(SID_DESC =

(GLOBAL_DBNAME = DESTINY. ORACLE. LOCALDOMAIN)

(ORACLE_HOME = u03/app/oradest/product/11.2.0/db_dest)

(SID_NAME = fate)

)

)

ADR_BASE_LISTENER2 = / u03/app/oradest

> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

[oradest@gg admin] $ cat tnsnames.ora

SOURCE =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = gg.oracle.localdomain) (PORT = 1521))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = source.oracle.localdomain)

)

)

DESTINY =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = gg.oracle.localdomain))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = destiny.oracle.localdomain)

)

)

ORACLONE =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = gg.oracle.localdomain) (PORT = 1523))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = oraclone.oracle.localdomain)

)

)

#######################################################################################

#######################################################################################

Now, I'll list all the parameters in the database oraclone that are related to the Data Guard configuration.

It's the secondary database...

Here is information on the secondary database.

ID: oraclone

echo $ORACLE_HOME

/U05/app/oraclone/product/11.2.0/db_5

echo $ORACLE_SID

oraclone

SQL > show the fal parameter

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

fal_client string orclone_sec

fal_server string destiny_prim

SQL > Show parameter dg_broker_config_file1

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

dg_broker_config_file1 string/u05/app/oraclone/oradata/orac

Lone/dg1db_prim.dat

SQL > Show parameter dg_broker_start

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

dg_broker_start boolean FALSE

SQL > Show parameter log_archive_config

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

string DG_CONFIG = (destiny_prim, oraclo log_archive_config

ne_sec)

SQL > Show parameter log_archive_dest_1

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

Log_archive_dest_1 string LOCATION = / u05/app/oraclone/fla

sh_recovery_area/ORACLONE/arch

ivelog VALID_FOR = (ALL_LOGFILES

ALL_ROLES) DB_UNIQUE_NAME = ora

clone_sec

SQL > Show parameter log_archive_dest_2

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

chain of LOG_ARCHIVE_DEST_2 SERVICE = oraclone_sec VALID_FOR

= (ONLINE_LOGFILE, PRIMARY_ROLE)

DB_UNIQUE_NAME = destiny_prim

SQL > Show parameter remote_login_passwordfile

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

Remote_login_passwordfile channel SHARED

SQL > Show parameter name

VALUE OF TYPE NAME

------------------------------------ ----------- ------------------------------

db_file_name_convert chain

db_name string DESTINY > > > > > > > > > > > > > > > > IS this CORRECT?

db_unique_name string oraclone_sec

global_names boolean FALSE

instance_name string oraclone

lock_name_space string

log_file_name_convert chain

service name string oraclone_sec.oracle.localdomain

> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > OK.

The secondary database of Data-Guard is supposed to have the same as the primary database db_name?

Here's the listener.ora and tnsnames.ora on the secondary database...

I don't know if they're just?

[oraclone@gg admin] $ cat listener.ora

listener.ora # Network Configuration file: /u03/app/oradest/product/11.2.0/db_dest/network/admin/listener.ora

# Generated by Oracle configuration tools.

LISTENER3 =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = gg.oracle.localdomain) (PORT = 1523))

)

SID_LIST_LISTENER3 =

(SID_LIST =

(SID_DESC =

(GLOBAL_DBNAME = ORACLONE. ORACLE. LOCALDOMAIN)

(ORACLE_HOME = u05/app/oraclone/product/11.2.0/db_5)

(SID_NAME = oraclone)

)

)

ADR_BASE_LISTENER2 = / u05/app/oraclone

[oraclone@gg admin] $ cat tnsnames.ora

SOURCE =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = gg.oracle.localdomain) (PORT = 1521))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = source.oracle.localdomain)

)

)

DESTINY =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = gg.oracle.localdomain))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = destiny.oracle.localdomain)

)

)

ORACLONE =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = gg.oracle.localdomain) (PORT = 1523))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = oraclone.oracle.localdomain)

)

)

DESTINY_PRIM =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = gg.oracle.localdomain))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = destiny_prim.oracle.localdomain)

)

)

I can't do the DESTINY_PRIM do a tnsping!

Now <

I connect to the database 'oraclone', using the oraclone environment, using the source as oraclone rman executable...

I have this "startup nomount" command for the oraclone...

Now <

I have this command by using the environment of oraclone...

RMAN target sys/PWD auxiliary sys/PWD@destiny

Then I AM connected and it is feedback from RMAN...

Recovery Manager: release 11.2.0.1.0 - Production on Mon Aug 25 22:37:44 2014

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

connected to target database: DESTINY (DBID = 2366452012)

connected to the auxiliary database: DESTINY (unassembled)

Ths IS correct?

NOW, I RUN THE DUPLICATE DATABASE COMMAND... AND THAT IS WHAT I HAVE...

RMAN > duplicate target DATABASE for the nofilenamecheck ensure;

From duplicate Db 25 August 14

using the control file of the target instead of recovery catalog database

allocated channel: ORA_AUX_DISK_1

channel ORA_AUX_DISK_1: SID = 54 type device = DISK

content of Script memory:

{

Restore controlfile Eve clone;

}

execution of Script memory

From restoration to 25 August 14

using the ORA_AUX_DISK_1 channel

channel ORA_AUX_DISK_1: from the restore backup set data file

channel ORA_AUX_DISK_1: restore the control file

channel ORA_AUX_DISK_1: reading from the backup /u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_25/o1_mf_ncsnf_TAG20140825T012420_9zol5lqp_.bkp piece

channel ORA_AUX_DISK_1: part handle=/u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_25/o1_mf_ncsnf_TAG20140825T012420_9zol5lqp_.bkp tag = TAG20140825T012420

channel ORA_AUX_DISK_1: restored the backup part 1

channel ORA_AUX_DISK_1: restoration complete, duration: 00:00:03

output file name=/u05/app/oraclone/oradata/oraclone/control01.ctl

output file name=/u05/app/oraclone/flash_recovery_area/oraclone/control02.ctl

Finished restore at 25 August 14

content of Script memory:

{

SQL clone 'alter database sleep mounting database';

}

execution of Script memory

SQL statement: alter database mount rescue

content of Script memory:

{

the value of newname for tempfile 1 to

"/ u03/app/oradest/oradata/destiny/temp01.dbf";

clone tempfile switch all;

the value of newname for datafile 1 to

"/ u03/app/oradest/oradata/destiny/system01.dbf";

the value of newname for datafile 2 to

"/ u03/app/oradest/oradata/destiny/sysaux01.dbf";

the value of newname for datafile 3 to

"/ u03/app/oradest/oradata/destiny/undotbs01.dbf";

the value of newname for datafile 4 to

"/ u03/app/oradest/oradata/destiny/users01.dbf";

the value of newname for datafile 5 to

"/ u03/app/oradest/oradata/destiny/example01.dbf";

restoration

clone database

;

}

execution of Script memory

executing command: SET NEWNAME

renamed tempfile 1-/u03/app/oradest/oradata/destiny/temp01.dbf in the control file

executing command: SET NEWNAME

executing command: SET NEWNAME

executing command: SET NEWNAME

executing command: SET NEWNAME

executing command: SET NEWNAME

From restoration to 25 August 14

using the ORA_AUX_DISK_1 channel

channel ORA_AUX_DISK_1: from the restore backup set data file

channel ORA_AUX_DISK_1: specifying datafile (s) to restore from backup set

channel ORA_AUX_DISK_1: restore datafile 00001 to /u03/app/oradest/oradata/destiny/system01.dbf

channel ORA_AUX_DISK_1: restore datafile 00002 to /u03/app/oradest/oradata/destiny/sysaux01.dbf

channel ORA_AUX_DISK_1: restore datafile 00003 to /u03/app/oradest/oradata/destiny/undotbs01.dbf

channel ORA_AUX_DISK_1: restore datafile 00004 in /u03/app/oradest/oradata/destiny/users01.dbf

channel ORA_AUX_DISK_1: restore datafile 00005 to /u03/app/oradest/oradata/destiny/example01.dbf

channel ORA_AUX_DISK_1: reading from the backup /u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_25/o1_mf_nnndf_TAG20140825T012420_9zol44nk_.bkp piece

channel ORA_AUX_DISK_1: ORA-19870: error when restoring the backup /u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_25/o1_mf_nnndf_TAG20140825T012420_9zol44nk_.bkp piece

ORA-19504: cannot create the file ' / u03/app/oradest/oradata/destiny/system01.dbf '.

ORA-27041: could not open the file

Linux-x86_64 error: 13: permission denied

Additional information: 4

switch to the previous backup

channel ORA_AUX_DISK_1: from the restore backup set data file

channel ORA_AUX_DISK_1: specifying datafile (s) to restore from backup set

channel ORA_AUX_DISK_1: restore datafile 00001 to /u03/app/oradest/oradata/destiny/system01.dbf

channel ORA_AUX_DISK_1: restore datafile 00002 to /u03/app/oradest/oradata/destiny/sysaux01.dbf

channel ORA_AUX_DISK_1: restore datafile 00003 to /u03/app/oradest/oradata/destiny/undotbs01.dbf

channel ORA_AUX_DISK_1: restore datafile 00004 in /u03/app/oradest/oradata/destiny/users01.dbf

channel ORA_AUX_DISK_1: restore datafile 00005 to /u03/app/oradest/oradata/destiny/example01.dbf

channel ORA_AUX_DISK_1: reading from the backup /u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_25/o1_mf_nnndf_TAG20140825T005245_9zoj8xy1_.bkp piece

channel ORA_AUX_DISK_1: ORA-19870: error when restoring the backup /u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_25/o1_mf_nnndf_TAG20140825T005245_9zoj8xy1_.bkp piece

ORA-19505: impossible to identify the file ' / u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_25/o1_mf_nnndf_TAG20140825T005245_9zoj8xy1_.bkp '.

ORA-27037: unable to get file status

Linux-x86_64 error: 2: no such file or directory

Additional information:

switch to the previous backup

channel ORA_AUX_DISK_1: from the restore backup set data file

channel ORA_AUX_DISK_1: specifying datafile (s) to restore from backup set

channel ORA_AUX_DISK_1: restore datafile 00001 to /u03/app/oradest/oradata/destiny/system01.dbf

channel ORA_AUX_DISK_1: restore datafile 00002 to /u03/app/oradest/oradata/destiny/sysaux01.dbf

channel ORA_AUX_DISK_1: restore datafile 00003 to /u03/app/oradest/oradata/destiny/undotbs01.dbf

channel ORA_AUX_DISK_1: restore datafile 00004 in /u03/app/oradest/oradata/destiny/users01.dbf

channel ORA_AUX_DISK_1: restore datafile 00005 to /u03/app/oradest/oradata/destiny/example01.dbf

channel ORA_AUX_DISK_1: reading from the backup /u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_25/o1_mf_nnndf_TAG20140825T004843_9zoj1d0f_.bkp piece

channel ORA_AUX_DISK_1: ORA-19870: error when restoring the backup /u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_25/o1_mf_nnndf_TAG20140825T004843_9zoj1d0f_.bkp piece

ORA-19505: impossible to identify the file ' / u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_25/o1_mf_nnndf_TAG20140825T004843_9zoj1d0f_.bkp '.

ORA-27037: unable to get file status

Linux-x86_64 error: 2: no such file or directory

Additional information:

switch to the previous backup

channel ORA_AUX_DISK_1: from the restore backup set data file

channel ORA_AUX_DISK_1: specifying datafile (s) to restore from backup set

channel ORA_AUX_DISK_1: restore datafile 00001 to /u03/app/oradest/oradata/destiny/system01.dbf

channel ORA_AUX_DISK_1: restore datafile 00002 to /u03/app/oradest/oradata/destiny/sysaux01.dbf

channel ORA_AUX_DISK_1: restore datafile 00003 to /u03/app/oradest/oradata/destiny/undotbs01.dbf

channel ORA_AUX_DISK_1: restore datafile 00004 in /u03/app/oradest/oradata/destiny/users01.dbf

channel ORA_AUX_DISK_1: restore datafile 00005 to /u03/app/oradest/oradata/destiny/example01.dbf

channel ORA_AUX_DISK_1: reading from the backup /u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_23/o1_mf_nnndf_TAG20140823T190612_9zl7m6xg_.bkp piece

channel ORA_AUX_DISK_1: ORA-19870: error when restoring the backup /u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_23/o1_mf_nnndf_TAG20140823T190612_9zl7m6xg_.bkp piece

ORA-19505: impossible to identify the file ' / u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_23/o1_mf_nnndf_TAG20140823T190612_9zl7m6xg_.bkp '.

ORA-27037: unable to get file status

Linux-x86_64 error: 2: no such file or directory

Additional information:

switch to the previous backup

channel ORA_AUX_DISK_1: from the restore backup set data file

channel ORA_AUX_DISK_1: specifying datafile (s) to restore from backup set

channel ORA_AUX_DISK_1: restore datafile 00001 to /u03/app/oradest/oradata/destiny/system01.dbf

channel ORA_AUX_DISK_1: restore datafile 00002 to /u03/app/oradest/oradata/destiny/sysaux01.dbf

channel ORA_AUX_DISK_1: restore datafile 00003 to /u03/app/oradest/oradata/destiny/undotbs01.dbf

channel ORA_AUX_DISK_1: restore datafile 00004 in /u03/app/oradest/oradata/destiny/users01.dbf

channel ORA_AUX_DISK_1: restore datafile 00005 to /u03/app/oradest/oradata/destiny/example01.dbf

channel ORA_AUX_DISK_1: reading from the backup /u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_23/o1_mf_nnndf_TAG20140823T163736_9zkywp8n_.bkp piece

channel ORA_AUX_DISK_1: ORA-19870: error when restoring the backup /u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_23/o1_mf_nnndf_TAG20140823T163736_9zkywp8n_.bkp piece

ORA-19505: impossible to identify the file ' / u03/app/oradest/flash_recovery_area/DESTINY_PRIM/backupset/2014_08_23/o1_mf_nnndf_TAG20140823T163736_9zkywp8n_.bkp '.

ORA-27037: unable to get file status

Linux-x86_64 error: 2: no such file or directory

Additional information:

switch to the previous backup

RMAN-00571: ===========================================================

RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

RMAN-00571: ===========================================================

RMAN-03002: failure of Db in dual at 25/08/2014 22:41:11

RMAN-05556: not all data files have backups can be picked up at the compatible SNA

RMAN-03015: an error has occurred in the script stored memory Script

RMAN-06026: some targets not found - abandonment of restoration

RMAN-06023: no backup or copy of datafile 5 found to restore

RMAN-06023: no backup or copy of the file 4 found to restore

RMAN-06023: no backup or copy of datafile 3 found to restore

RMAN-06023: no backup or copy of datafile 2 found to restore

RMAN-06023: no backup or copy of datafile 1 found to restore

It is as if she is trying to replace the primary database instead of creating the new secondary database...

Help, please...

Hello;

I agree with Hemant. Looks like you have skipped before too much too quickly without doing the reading.

Here are my notes for duplication on the same host, but this is not a duplication of Eve. However it should give you an idea and not on a single host.

http://www.Visi.com/~mseberg/RMAN/create_a_duplicate_database_on_the_same_host.html

Best regards

mseberg

Tags: Database

Similar Questions

  • Direct path SQLLDR allows duplicates in the primary key

    I would use sqlldr path direct to charge millions of records in the table but direct way allows duplicates on the primary key constraints.

    inserts of duplicates
    sqlldr control deploy_ctl/deploy_ctl@dba01mdm = direct ctl_test.ctl = true
    primary key is enabled

    I do not understand the behavior that's why the primary key is always enabled--(logiquement il doit avoir désactivé que doublons insérés)

    Inserts no duplicates
    sqlldr control = ctl_test.ctl deploy_ctl/deploy_ctl@dba01mdm
    primary key is enabled

    Please can I know if there is any work around to use direct path with constraints of primary school in place.

    The only solution is to not use direct load, if your dataset contains records in duplicate, of the documentation:

    /*
    A record that violates a UNIQUE constraint is not rejected (the file is not available in the memory when the constraint violation is detected).
    */

  • create duplicates with the mantissa and the exponent

    I have DAQ two analog values of a detector leak helium: a signal is a step function indicating an exponent (between 1 and 10 Volts, not 0.5 V) and the other signal indicates the mantissa in the range of 1-10 V. I take the mantissa value as it is, and the exponent function not convert to an integer value. This part is simple. So the leak rate can be constructed in the following way: AI0 * 10 ^ exponent.

    I could just use a node of formula, but I wonder if there is a cleaner solution to create a double scientific format? I know that there is an inverse function:

    Edit: Ok, I guess that's maybe simplest way in LabVIEW, isn't? -->

    I agree, with a power of ten in the matissa, that's what you want.

    Bob Schor

  • stuck on this screen

    I can't open all the files. I'm stuck on this screen.

    It is not just anything.
    After that it runs in safe mode, I have reset the settings, and it worked.
    Thanks for your help.

  • If I sell my iPhone 6, indicating the error 53, for parts, should I worry about the person buying it have some sort of access to the personal data registered on this phone?

    If I sell my iPhone 6, indicating the error 53, for parts, should I worry about the person buying it have some sort of access to the personal data registered on this phone?

    Hello error 53 matched a UN failure to the home button you had to replace the screen or the home button alone or outside apple store so if you replace the button man of origin and you restored the iPhone error will be fixed but if you sell the buyer has no access to the data of the iPhone

  • laptop is stuck on this screen enter password administrator or power password

    Hello! Can you help me. Laptop is stuck on this screen. The key that I receive after you have entered the wrong password 3 times is 55622431 I have a laptop of hp 2000

    Hello

    Enter: 40780417

    Kind regards

    DP - K

  • Cannot download updates to silverlight, can not cancel this part of the old C:\temp\ext18866\ program what can I do?

    Cannot download updates to silverlight, can not cancel this part of the old C:\temp\ext18866\ program what can I do?

    Please post here for assistance: http://forums.silverlight.net/forums/13.aspx ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • I'm stuck on my * address email is removed from the privacy * email account I am still getting this error code 80048823 I can help get this problem?

    I'm still stuck on my * address email is removed from the privacy * e-mail account. I get this error code 80048823. Can I get help with this problem?

    Hi Rutherford,

    Since the problem is related to Windows Live, you can also send your query to Windows Live Solution Center.

    Portal - Messaging Windows Live Solution Center

  • After the last mandatory update, I noticed that foulders image in my external hard drive would be stuck. This happens often.

    After the last mandatory update to Vista, I noticed that foulders image in my external hard drive would be stuck. This happens often.

    Please fix this.

    Hi Mikepolifka,

    ؠ What updates did you install on your computer?

    Try SafeMode as the first step.

    Safe mode is useful for troubleshooting problems with programs and drivers that might not start correctly, or that might prevent Windows from starting correctly. If a problem does not reappear when you start in safe mode, you can eliminate the default settings and basic as possible cause device drivers. If a program recently installed, device, or driver prevents Windows from running correctly, you can start your computer in safe mode, and then remove the program that is causing the problem.

    http://Windows.Microsoft.com/en-us/Windows-Vista/start-your-computer-in-safe-mode

    You can also perform a restore of the system on your computer and check if the problem persists.

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-system-restore

    If it works fine after system restore you may have to manually install updates one and check the status.

    Previous post: the result.

    Bindu S - Microsoft Support

    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • I know little or nothing of WININET, but it seems that this may be the problem based on the error messages 9 out of 10 say involve this part of the Microsoft software.

    I'm not tech guru when it comes to computers.  I don't really know enough to get into trouble.  Here's my problem.

    For the last six weeks or so, I keep getting dropped offline.  AOL is my browser and I get the message "your AOL software has encountered a problem" or words to that effect.  Tech AOL were useless to solve the problem.  I checked my error messages and noticed that when I fell off line, most of them involved a WININET problem.  I know little or nothing of WININET, but it seems that this may be the problem based on the error messages 9 out of 10 say involve this part of the Microsoft software.  It's just a guess on my part, but the problem becomes very irritating to say the least.  So, if someone can you please throw some light on my problem it will be greatly appreciated? This WININET error message might have nothing to do at all with hit his offline, but thought I'd ask at least satisfy my limited knowledge of computer programs.

    Thank you

    Gordon

    Gordon

    To see if your system or software from AOL, what happens if you connect to AOL by using another browser (like Firefox or IE)?

    Wininit is part of the operating system and usually if it was the problem you would have other problems on your computer then I suspect it's an AOL software

  • ASA - 1 &gt; en password: *, stuck at this point

    Hello

    I'm stuck at this point, pls advise, 9.x, OS

    ASA - 1 > sh curpriv
    Username: admin1
    Current privilege level: 1
    Current Mode/s: P_UNPR
    ASA - 1 > en
    Password: *---> > the enable password is cisco, but does not work
    Password:

    Here is the config

    Console to enable AAA authentication LOCAL ACS
    Console Telnet AAA authentication LOCAL ACS
    authentication AAA ssh console LOCAL ACS
    ACS LOCAL console for AAA of http authentication
    AAA accounting command privilege 15 ACS
    AAA accounting enable ACS console
    AAA accounting ssh console ACS
    Console telnet AAA accounting ACS
    AAA authorization exec-authentication server

    enable password cisco

    Thank you all

    Hi Ibrahim.

    It seems that your enable password is configured to be extracted from ACS server.
    Console to enable AAA authentication LOCAL ACS

    Please check on ACS or reset your password. If you have access to the consoles and remove the command and test.

    Kind regards
    Dinesh Moudgil

    PS Please rate helpful messages.

  • The part of my CS6 Bridge is damaged and must be reinstalled. If I can reinstall just this part or do I have to reinstall my Photoshop app everything?

    The part of my CS6 Bridge is damaged and must be reinstalled. If I can reinstall just this part or do I have to reinstall the entire application of the CS6. If I reinstall bridge only, how?

    Hi Sharfox,

    Bridge CS 6 cannot be installed separately you will need Photoshop CS 6 uninstalling and reinstalling and as bridge CS 6 is part of it, it gets installed with it on your machine.

    Please see the links below:

    Learn how to enable or disable Adobe applications

    Check the option uninstall software Adobe Creative Suite 6 of the instructions

    Up to: download Creative Suite 6 applications

    Let us know if that helps.

  • Let me know this part number

    I re - download the image due to unknown error.

    It is an Envy 15-3033CL volume dial the part.

    I found that there was a protective plate of the part in the manual number,

    but just this part does not exist individually.

    Hello

    Many regions have no part number, because they are with other elements as a set, you must order the whole. If this isn't the case, in the book, you can not find elsewhere.

    Hope it makes sense.

  • When clicked on a menu item is still done scroll to this part of the page but not properly noted in the menu more

    Today I opened my site in Muse to do some small updates and my head was completely broken, I have a header menu that uses the anchor points, and when clicked on a menu item is still made this part of the page-scroll but not correctly highlights the menu more.

    I also had a slideshow put in place to change each px 1100 scrolls, but who has stopped working completely.

    How did this happen without changing me anything? or I could go back to an old backup?

    It turns out all I had to do was reboot all and everything was fine, the program must just acted buggy

  • hierarchical sql (part 2) - error: duplicate rows

    Following up on my previous question:

    This hierarchical query has the duplicate in the result set rows:

    Select record_id, parentid, name from my_table
    connect by parentid = prior record_id
    siblings arrested by name;

    Thanks for help.

    ----------

    My table has five columns:

    rank (number)
    score (number)
    name (varchar)
    record_id (number)
    ParentId (number)

    A parentid is a record_id at a higher level in the hierarchy.
    A parentid is a record_id at a higher level in the hierarchy.
    Rank and Score are used to control (tri) each level of the hierarchy.

    The data looks like this:

    grade - score - name - record_id - parentid

    --------------------------------------------------------------------------------
    1 - 1 - name1 - 101-0
    1 - 2 - name2 - 102-0
    1 - 3 - name3 - 103-0
    2 - 1 - name4 - 104-101
    2 - 2 - name5 - 105-101
    2 - 1 - name6 - 106-102
    2 - 2 - Marque7 - 107-102
    2 - 1 - name8 - 108-103
    2 - 2 - name9 - 109-103

    Desired results set:

    grade - score - name - record_id - parentid
    --------------------------------------------------------------------------------
    1 - 1 - name1 - 101-0
    2 - 1 - name4 - 104-101
    2 - 2 - name5 - 105-101
    1 - 1 - name2 - 102-0
    2 - 1 - name6 - 106-102
    2 - 2 - Marque7 - 107-102
    1 - 1 - name3 - 103-0
    2 - 1 - name8 - 108-103
    2 - 2 - name9 - 109-103

    Missing the BEGINNING WITH...?

    SQL> select record_id, parentid, name
      2  from my_table
      3  --Added START WITH
      4  start with parentid = 0
      5  connect by parentid = prior record_id
      6  order siblings by name;
    
     RECORD_ID   PARENTID NAME
    ---------- ---------- ----------
           101          0 name1
           104        101 name4
           105        101 name5
           102          0 name2
           106        102 name6
           107        102 name7
           103          0 name3
           108        103 name8
           109        103 name9
    
    9 rows selected.
    

Maybe you are looking for