Configure the listener for the data protection

Hello world

I'm currently caveat of data (physical standby database) for my database. But I have problem to configure the listening port on both servers. Can someone give me some examples?

Oracle: 10g R2
Operating systems: Windows
Database primary ken10g
backup database: ken10gbk

Here are the contents of my files current listener on both servers:

Primary server:

listener.ora # Network Configuration file: C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
(= Extproc PROGRAM)
)
)

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP) (HOST =)(PORT = 1521) Primary_server)
)
)

Backup server:

listener.ora # Network Configuration file: C:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
# Generated by Oracle configuration tools.

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
(= Extproc PROGRAM)
)
)

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))
)
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = standby_server) (PORT = 1521))
)
)

Thanks in advance.

Ken

This should always work on Oracle 10.

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

Main example

listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/network/admin/listener.ora
# Generated by Oracle configuration tools.

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = host) (PORT = 1521))
)
)

SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = PRIMARY)
(ORACLE_HOME=/u01/app/oracle/product/11.2.0)
(GLOBAL_DBNAME = PRIMARY_DGMGRL. Host)))

ADR_BASE_LISTENER = / u01/app/oracle

Example of Eve

listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/network/admin/listener.ora
# Generated by Oracle configuration tools.

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = host) (PORT = 1521))
)
)

SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = STANDBY)
(ORACLE_HOME = u01/app/oracle/product/11.2.0)
(GLOBAL_DBNAME = STANDBY_DGMGRL. Host)))

ADR_BASE_LISTENER = / u01/app/oracle

Tags: Database

Similar Questions

  • Failed to configure the data source for EPMA in 11.1.2.3

    I'm updating 11.1.2.1 to 11.1.2.3 via update on Windows 2008 R2 64 bit

    4 .NET installed.

    I get the below error.

    [2013 05-13 T 17: 21:45.375 - 04:00] [EPMCFG] [ERROR] [EPMCFG-07303] [oracle. EPMCFG] [tid: 20] [ecid: 0000JuVlEW8Fw000jzwkno1H ^ L ^ ^ 000004, 0:138] [SRC_CLASS: com.hyperion.awb.config.AWBDBConfigurator] Oracle Data Provider for .NET entry does not exist in C:\Windows/Microsoft.NET/Framework64/v4.0.30319/CONFIG/machine.config, install it before configuring the repository of EPMA
    [2013 05-13 T 17: 21:45.375 - 04:00] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle. EPMCFG] [tid: 20] [ecid: 0000JuVlEW8Fw000jzwkno1H ^ L ^ ^ 000004, 0:138] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] error: []
    com.hyperion.cis.config.ProcessingException
    at com.hyperion.awb.config.AWBDBConfigurator.configure(AWBDBConfigurator.java:145)
    at com.hyperion.config.wizard.impl.RunAllTasks.executeDbConfigTask(RunAllTasks.java:650)
    at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:296)
    at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:92)
    at java.lang.Thread.run(Thread.java:662)

    In accordance with the exception.
    *

    Oracle Data Provider for .NET entry doesn't exist 
    

    *

    ODP for .net is required by EPMA dimension server, which you can find here-->

    http://www.Oracle.com/technetwork/database/Windows/downloads/utilsoft-087491.html

    Thank you
    hyperionEPM
    Please check the answers as useful or correct for others to find them easily

    Published by: hyperionEPM on May 14, 2013 20:17

  • Can not activate the data protection

    Hello

    My iPhone 4S is running iOs 8.3.

    I went through this tutorial from Apple, trying to turn on data protection:

    https://support.Apple.com/en-us/HT202064

    Unfortunately, the "Access Code" menu does not appear in my menu, "General".

    I am unwilling to update to iOs, because it would slow down everything.

    If anyone knows if the protection of the data is made available to me?

    Thanks in advance,

    William

    What about this link instead:

    Use a password with your iPhone, iPad or iPod touch - Apple Support

  • service_name multiple effect the data protection environment.

    Hello

    I created an environment for the protection of data in oracle 11 g 2 (11.2.0.3) on Linux OS. Now, I wanted to have the same service_name for primary and physical database of relief?

    Is this possible? It will affect my Data guard environment in the future for some reason any?

    Please let me know if you need more information.

    Thank you

    The entire process is

    1. create the service on the primary (Data Guard apply makes available the day before)

    BEGIN

    DBMS_SERVICE. CREATE_SERVICE ('ernie', 'ernie');

    END;

    2. start the service

    DBMS_SERVICE. START_SERVICE ('ernie');

    -You can stop it too

    DBMS_SERVICE. STOP_SERVICE ('ernie');

    3 define some default settings

    BEGIN

    DBMS_SERVICE. MODIFY_SERVICE

    ('ernie',

    FAILOVER_METHOD => "BASIC."

    FAILOVER_TYPE-ONLINE "SELECT."

    FAILOVER_RETRIES-ONLINE 200

    FAILOVER_DELAY-ONLINE 1);

    END;

    /

    4. create the trigger as shown before (applied Data Guard makes available the day before)

    5. check the listener

    >lsnrctl status

    "Ernie" service has 1 instance (s).

    So original running service will always be there, but use a tnsname as I have posted before and you are ready.

    There are several advantages to this configuration:

    Guests can reconnect using the same connection string.

    Need to communicate with customers is reduced, especially after hours.

    Primary maintenance may occur with only minor interruption of service. (passage)

    Name of databases may be different without impact to the customer.

    So, replace "ernie" with something logical and you are ready to create. The nice thing about having the original service is that you can have another alias of snapshot of database for the short tests without having customers ask why the net80 is the same as the production. It's just another alias.

    Best regards

    mseberg

  • transition from 11.2.0.3 to 11.2.0.4 in the data protection environment.

    Hi gurus s/n,.

    I have windows as the operating system and Oracle 11 g Release 2. I want to upgrade to 11.2.0.4. Everything has been done smoothly, but my stand by database is not upgraded, although all the newspapers are shipped and apply that have been generated when executing DBUA on primary.

    On the standby database sqlplus is launched again ORACLE_HOME, but the database is on 11.2.0.3.

    No idea what I was wrong.

    Thanks in advance.

    -Sophie Rodriguez.

    If you do not upgrade place you have to maybe stop the day before, remove windows service with the 'old 11.2.0.3' oradim and re-create it with the 'new 11.2.0.4' oradim. See the Oracle documentation "Oracle® database upgrade Guide 11 g Release 2 (11.2)" Page 3-49

  • Design of the data protection

    Could someone explain my, what happens with the IP when active machine is turned off and sleep machine works as a production database? So old machine takes the IP address of the previous machine or I need to worry about IP addresses in my UI?

    you need talk about Eve which now acting as production IP address in your tnsnames.ora to users

  • I am facing some problems with the installation of data protection. Please see below for details

    We use the data protection in our project.  The research that I have done in protecting data, I realized that the FDM adds the data in protected intersections to load the file that is created by FDM via the import process. The problem is that there are actions given in HFM and I get an error that says: "error: load the file cannot contain action data according to user option." I'm pretty sure that some user option (it would be great if you have an idea where I can find this user option) prevents data already present of shares to be loaded via FDM. Have faced this kind of error before? Is there a work around on this?

    Thank you

    Rohit

    Hello

    The user option which is the origin of the problem is 'File Contains Data property'. You must make sure that this load option is enabled when you start loading in FDM process if the dataset that you present must contain data of shares.

    Kind regards

    Simon

  • Get the date range min/max for consecutive events.

    Hi all...

    I am fairly new to the programming of the DB and is working on some examples I picked up a few places. The database version is 10g R2.

    I would like to configure the data here and I can explain my requirement.

    create table table_1
    (product_id varchar2(25),
    region_id  number,
    event_id number
    event_date date,
    event_status number(1))
    /
    
    
    

    Now the data because it is->

    insert into table_1 values ('Prod-1',10, null, to_date('01-feb-2014','dd-mon-yyyy'),null)
    /
    insert into table_1 values('Prod-1',10, 1001, to_date('10-mar-2014','dd-mon-yyyy'), 1)
    /
    insert into table_1 values('Prod-1',10, 1001, to_date('20-mar-2014','dd-mon-yyyy'), 3)
    /
    insert into table_1 values('Prod-1',10,1002, to_date('01-apr-2014','dd-mon-yyyy'), 1)
    /
    insert into table_1 values('Prod-1',10, 1002, to_date('10-apr-2014','dd-mon-yyyy'), 3)
    /
    commit
    /
    
    
    
    

    If the table now contains the following data

    select * from table_1; 
    
    
    

    PRODUCT_ID REGION_ID EVENT ID EVENT_DAT EVENT_STATUS

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

    Prod-1 10 1 February 14

    Prod-1 10 1001 10 March 14 1

    Prod-1 10 1001 20 March 14 3

    Prod-1 10 1002 1 April 14 1

    Prod-1 10 1002 April 10, 14 3

    Now, the condition is as follows:

    Above is the dates start and end for the tests on a product in a given region. The event_status column indicates the dates of beginning and end. Event_status = 1, for the date of beginning and the event_status = 3 of the end date.

    A new event is now coming from March 21 and ending on March 31.

    The power required is a product identifier / region; If there are events that are ending and then count the days, for example, 1001 to end on March 20, but now the new event begins on 21 March... and the new event ends on 31 March and event 1002 begins 01 - Apr... and so on.

    The output required for this is as follows:

    PRODUCT_ID REGION_ID EVENT_MIN_DATE EVENT_MAX_DATE

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

    Prod-1 10 10 14 March 10 April 14

    The output should give a product identifier / region, when events are immediately after the other, out the min date of beginning and end of max for all these manifestations of "back to back".

    Now I wrote the code for this, but it goes into a purely 'loop' for application in PLSQL... But my head tells me that if the results are correct. the PLSQL implementation is not the most efficient and effective way.

    Can someone help me to form the query? I tried to use functions analytical min/max but it gives me the start and end dates back even if my events are not "back to back" or previous/succeed each other... so my query result is not quite correct.

    Am reading on the TYPE clause but would be grateful if someone could help me with this query... or any other form better to implement this event so PLSQL can be used. The database version is 10g R2.

    Thank you

    K

    PS - The number of such events back to back is limited to 4 and the events could be created in any order. But if someone could help me with the scenario above; am sure I could make a request addressed to any change in the order. :-)

    No this isn't a recursive with clause, perhaps the UNION ALL you got confused. She will work with 10g.

    Since there are 2 tables that you said, the block all_data brings together only the lines of the two tables. table_1 start_date and end_date are built from the event_status (where the max in group by).

  • In the application of FDM data protection

    Hi all

    I just added a custom in HFM member and I want to the protection of data in the application of FDM to the individual custom member. Can someone tell me how to enable the protection of data in the application of FDM.

    Kind regards
    Sanjeev

    Hello

    There are necessary options for data protection in FDM.
    The integration settings in-> activate the protection of data, the value of Protection, operator Protection.

    Set these values and you can use the data protection service.

    You can browse the forums for more understanding:

    1 re: Data Protection switch - FDM

    2. data protection

    I hope that helps!

    You can mark as answer/useful if your Q is answered.

    Kind regards
    J

  • Table 'dbc_user' in the descriptor of the item: 'user' does not exist in a space of accessible table by the data source.

    In my development environment, when I run the production server, I get the following error in the server.log. I have configured the data source for the production. I use ATG 10.1. Please help solve this problem. Here are the logs

    22:46:45, 765 full repository INFO [ProfileAdapterRepository] SQL boot

    22:46:45, 988 full repository INFO [AdminSqlRepository] SQL boot

    22:46:45, 990 Initializing INFO [AdminAccountInitializer] account database/atg/dynamo/security/AdminAccountManager of/atg/dynamo/security/SimpleXmlUserAuthority

    22:46:46, 450 ERROR [ProfileAdapterRepository] Table 'dbc_user' in the descriptor of the item: 'user' does not exist in a space of accessible table by the data source.  DatabaseMetaData.getColumns returns without columns.  Catalog = null Schema = null

    22:46:46, 466 WARN [ProfileAdapterRepository] atg.adapter.gsa.GSARepository-> loadColumnInfo: SQLException in Table.loadColumnInfo.  Try again.

    com MySQL.JDBC.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'atgcoredb.dbc_user' does not exist

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)

    at com.mysql.jdbc.Util.getInstance(Util.java:382)

    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3603)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3535)

    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1989)

    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2150)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)

    at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1476)

    to com.mysql.jdbc.DatabaseMetaData$ 7.forEach(DatabaseMetaData.java:3966)

    at com.mysql.jdbc.IterateBlock.doForAll(IterateBlock.java:51)

    at com.mysql.jdbc.DatabaseMetaData.getPrimaryKeys(DatabaseMetaData.java:3950)

    at atg.adapter.gsa.Table.loadColumnInfo(Table.java:1926)

    at atg.adapter.gsa.GSARepository.loadColumnInfos(GSARepository.java:7534)

    to atg.adapter.gsa.GSARepository$ 1.run(GSARepository.java:5431)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:603)

    at java.lang.Thread.run(Thread.java:722)

    22:46:46, 467 WARN [ProfileAdapterRepository] unknown JDBC type for property: businessAddress, element type: user. Make sure that the column names in the database and match model.  The business_addr column is not found in the set of columns returned by the database: {} for this table.

    22:46:46, 470 ERROR [ProfileAdapterRepository] Table 'dbc_buyer_billing' in the descriptor of the item: 'user' does not exist in a space of accessible table by the data source.  DatabaseMetaData.getColumns returns without columns.  Catalog = null Schema = null

    22:46:46, 470 WARN [ProfileAdapterRepository] atg.adapter.gsa.GSARepository-> loadColumnInfo: SQLException in Table.loadColumnInfo.  Try again.

    com MySQL.JDBC.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'atgcoredb.dbc_buyer_billing' does not exist

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)

    at com.mysql.jdbc.Util.getInstance(Util.java:382)

    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3603)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3535)

    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1989)

    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2150)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)

    at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1476)

    to com.mysql.jdbc.DatabaseMetaData$ 7.forEach(DatabaseMetaData.java:3966)

    at com.mysql.jdbc.IterateBlock.doForAll(IterateBlock.java:51)

    at com.mysql.jdbc.DatabaseMetaData.getPrimaryKeys(DatabaseMetaData.java:3950)

    at atg.adapter.gsa.Table.loadColumnInfo(Table.java:1926)

    at atg.adapter.gsa.GSARepository.loadColumnInfos(GSARepository.java:7534)

    to atg.adapter.gsa.GSARepository$ 1.run(GSARepository.java:5431)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:603)

    at java.lang.Thread.run(Thread.java:722)

    22:46:46, 471 WARN [ProfileAdapterRepository] unknown JDBC type for the property: myBillingAddrs, element type: user. Make sure that the column names in the database and match model.  The addr_id column is not found in the set of columns returned by the database: {} for this table.

    22:46:46, ERROR 611 [ProfileAdapterRepository] Table 'dbc_org_billing' in the descriptor of the item: "organization" does not exist in a space of accessible table by the data source.  DatabaseMetaData.getColumns returns without columns.  Catalog = null Schema = null

    22:46:46, 611 WARN [ProfileAdapterRepository] atg.adapter.gsa.GSARepository-> loadColumnInfo: SQLException in Table.loadColumnInfo.  Try again.

    com MySQL.JDBC.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'atgcoredb.dbc_org_billing' does not exist

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)

    at com.mysql.jdbc.Util.getInstance(Util.java:382)

    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3603)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3535)

    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1989)

    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2150)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)

    at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1476)

    to com.mysql.jdbc.DatabaseMetaData$ 7.forEach(DatabaseMetaData.java:3966)

    at com.mysql.jdbc.IterateBlock.doForAll(IterateBlock.java:51)

    at com.mysql.jdbc.DatabaseMetaData.getPrimaryKeys(DatabaseMetaData.java:3950)

    at atg.adapter.gsa.Table.loadColumnInfo(Table.java:1926)

    at atg.adapter.gsa.GSARepository.loadColumnInfos(GSARepository.java:7534)

    to atg.adapter.gsa.GSARepository$ 1.run(GSARepository.java:5431)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:603)

    at java.lang.Thread.run(Thread.java:722)

    22:46:46, 612 WARN [ProfileAdapterRepository] unknown JDBC type for the property: myBillingAddrs, element type: Organization. Make sure that the column names in the database and match model.  The addr_id column is not found in the set of columns returned by the database: {} for this table.

    You want to run the B2BCommerce module? If so, then you must run the $dynamo_home /... / B2BCommerce/SQL/db_components/MySQL/b2b_user_ddl. SQL ddl because you are missing the B2BCommerce tables. If this isn't the case, you will have to redo without the B2BCommerce module.

    Thank you

    Joe

  • Windows 7 hangs after reboot (after "Sensor HP Mobile Data Protection" updated)

    My Windows 7 Home Premium hangs (blue screen) to the 'Starting Windows' screen after reboot. And the reason for the rebate to zero (and crash) is updated to Windows "HP Mobile Data Protection Sensor" . I did hidden, but now I need to install drivers for my webcam and every time that I turn on "automatic driver installation" update of windows server, it installs not only the WebCam drivers, but also this «HP Mobile Data Protection Sensor» update Which brings me to the crash at the next restart of Windows. The only way is to return to the system restore point.

    I use a laptop "HP Compaq 6715 b" . I had Vista prior to this (it was preinstalled with HP all the "stuff"), but after upgrade (reinstallation) of windows 7, upgrading from windows found all the drivers (and graphics and sound and even the biometric device drivers), but is now something wrong after every update "HP Mobile Data Protection Sensor" . Why? Or at least I can make him 'banned '?

    P.S. I had and have the 32-bit version of Windows.

    ny6uctblu,
    Have you checked with HP on any problems with this software?  Here is a link for download of HP for the software.  You should also check that your BIOS is up to date.  I found some info on a wire of HP on the Data Protection sensor Mobile works is not propely.  This thread can also give you some other ideas.

    Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Problems installing System Center Data Protection Manager 2010 in Server 2008 r2 DataCenter

    I try to install DPM 2010 and I installed all 4 of the installation of packages and they are all in the same folder according to the installation instructions on Microsoft Technet for DPM site 2010 and I clicked on the 1st package install and it unpacks the original installation package and it brings up the install window install data protection manager and clicked on install and I get the following error on the redistributable Visual C++ - Redistributable package Installation of Visual C++ has no... Run vcredist_x64.exe \redist\vcredist\ to install vcredist and re-run Setup.

    Whenever I tried to install the vcredist_x64.exe which was provided with the download I get the error that it cannot install, tht, there was an unexpected error.

    I downloaded the redistributable Microsoft and tried to install it, but the 2010 version is already installed and I could not install the version of 2008 on the 2010 version. I tried to download Visual C++ 2008 redistributable sp1 and installed correctly but when I come back and you try to install the System Center DPM 2010 setup.exe it always tries to go to the folder with the not redistributable sp1 provided with the download and it freezes in half way through even though the correct redist "is installed for server 2008 r2 x 64.

    Anyone got any suggestions? I've been searching and trying to figure out for hours and I don't see anything in the KB for DPM 2010 or technet.

    Hi osiguy,

    Since the problem is related to the Data Protection Manager, I suggest that you post your question in the following forum.

    Forum for Data Protection Manager

  • Advanced vSphere Data Protection restore client connection fails

    Dear all,

    I have a problem with the Data Protection restore vSphere Client. Including the option advanced. If I use the option of database connection I can get to my saved VM and I can also restore a single file if I want to. If I want to use the advanced option (I don't want to install flash player on each server, thank you vmware!). Whenever I try to log in with my domain account and the account root POS I get the message "failed to connect vCenter username or incorrect password.

    I tried both with my domain account (which incidentally is a valid account, I can connect to POS with the vmware client). I know that the root account is good and the password as I can also connect to POS via the menu of the server vcenter5. I am also able to enter the configuration of POS with the root account. I've stopped and started services POS with the root account.

    I am at a loss. Someone has an idea?

    Credentials change requires a restart of the device and I saw the PW in a config file, so I think it's hardcoded.

    If you have changed, may be the cause of your problem.

  • Prepare for the new guard cert (1z1-066) data, which is best book for study of data protection?

    Hello

    I've already planned some 1z1-066 exam on the last possible day in September.

    Now, I need to start reading.

    I had once a class of oracle Data Guard like 8 years ago.

    Can someone recommend which is considered to be the best titles of book for the protection of the data.

    Thank you Roger

    I did some quick research for DG books.  There is not a lot to choose from and none of the 12 c yet.  I haven't started on my details page of Oracle Certification Prep exam for 066, so my research on this issue is minimal at best.  That said, the only books I've seen which were reasonable in all were Oracle Data Guard 11 g manual press of Oracle and Oracle Data Guard 11 GR 2 management beginner's Guide by Packt Publishing.  I have not read the books or studied the contents of a.  A warning for me on the Packt flag is that all the of the positive comments on the book seem drawn by the hair.  I've seen this before on other books from this Publisher.  They seem to have a handful of people who write glowing reviews of 5 stars from Packt books within a very short time from the date of publication. This seems misleading just for me. The press review of the Oracle by contract has several times the number of comments on a wide range of dates, and they are almost always positive.

    That said, I would like to reiterate - I have not checked the content of a.  Before I add books that do not specifically reference a review for "Third-party resources" pages on my site, I compare the Table of contents for the purposes of test to see if there is a reasonable correspondence on the matter.

    I'll try to at least a start on a details page for 066 in the coming weeks.  I'm in deep writing at the moment, but I should be able to take a break to search for documentation and articles and whitepapers for Data Guard.

  • How to use a date such as 'Today' in a function without listening for the moment on that date?

    I create a todo list. I know I shouldn't but I'm so stuck on this point that I really want to know the answer. At the bottom of my table, I have a footer line in which I want to show the total number of tasks to be accomplished today and every time that I have "TIC TAC" a box in one of the columns used for checking out my todos, I would like to see it reduced by 1. But apparently from what I found through experimentation is that the keyword 'Today' or a grammatical Word uses the date AND time and only if the time is 00:00:00 AM. So, how can I avoid the time to be included when you filter? I would use today, because then every day he restarts you automatically. Thank you for your time and effort in advance.

    Version numbers: 3.5.3.

    OS X: El Capitan 10.11

    Hi BassPlaya,

    What formula do you use in table leg?

    The NOW function would do what you want?

    Kind regards

    Ian.

Maybe you are looking for