Changing  DB_FILE_NAME_CONVERT

Oracle Database 10g Enterprise Edition
Oracle Enterprise Linux
I am trying to learn creating Dataguard configuration on my laptop. Since I am creating both Primary and Standby databases on the same laptop using same Oracle home I need to use db_file_name_convert and Log_file_name_convert. But I just can't change db_file_name_convert parameter. I am using spfile.
I am getting ORA-2096 errors. That this parameter cannot be modified with these options.
Can anyone tell me how to change this parameter.
I have tried various ways,
ALTER SYSTEM SET DB_FILE_NAME_CONVERT=('ABC','XYZ') SCOPE= BOTH;
ALTER SYSTEM SET DB_FILE_NAME_CONVERT=('ABC','XYZ') SCOPE=SPFILE;
ALTER SYSTEM SET DB_FILE_NAME_CONVERT=('ABC','XYZ') SCOPE=BOTH DEFERRED;
ALTER SYSTEM SET DB_FILE_NAME_CONVERT=('ABC','XYZ') SCOPE=SPFILE DEFERRED;
Everytime I am getting 2096 error.

This is the error I am getting
This is the primary database.
SQL> select name from v$database;
NAME
XYZ
SQL> show parameter db_file_name_convert
NAME TYPE VALUE
db_file_name_convert string
SQL> alter system set db_file_name_convert=('ABC','XYZ') scope=spfile;
alter system set db_file_name_convert=('ABC','XYZ') scope=spfile
ERROR at line 1:
ORA-02096: specified initialization parameter is not modifiable with this
option
SQL> alter system set db_file_name_convert=('ABC','XYZ') scope=spfile deferred;
alter system set db_file_name_convert=('ABC','XYZ') scope=spfile deferred
ERROR at line 1:
ORA-02096: specified initialization parameter is not modifiable with this
option
SQL> alter system set db_file_name_convert=('ABC','XYZ') deferred scope=spfile;
alter system set db_file_name_convert=('ABC','XYZ') deferred scope=spfile
ERROR at line 1:
ORA-02096: specified initialization parameter is not modifiable with this
option
SQL> alter system set db_file_name_convert=('ABC','XYZ') scope=memory;
alter system set db_file_name_convert=('ABC','XYZ') scope=memory
ERROR at line 1:
ORA-02096: specified initialization parameter is not modifiable with this
option
SQL> alter system set db_file_name_convert=('ABC','XYZ') scope=spfile sid='*';
alter system set db_file_name_convert=('ABC','XYZ') scope=spfile sid='*'
ERROR at line 1:
ORA-02096: specified initialization parameter is not modifiable with this
option
SQL> alter system set db_file_name_convert=('ABC','XYZ') scope=spfile sid='*' deferred;
alter system set db_file_name_convert=('ABC','XYZ') scope=spfile sid='*' deferred
ERROR at line 1:
ORA-02096: specified initialization parameter is not modifiable with this
option

Similar Messages

  • Dataguard using ASM in primary node and FILESYSTEM in standby node

    Hi There!
    I need to configure a Dataguard, and my primary DB is working on ASM, the standby node is going to be using filesystems, so I want to know if there is a guide that I can follow in order to get this task successfully completed.
    My operating system is Solaris 10, and the DB Release is 10.2.0.4. I want to know the best practices.
    Also I want to remember some RMAN Restore and Recover techniques to have this configuration ready, up and running.
    Thanks in Advance.
    Paola
    @>--->----

    setting this up isn't that different to setting up a single instance standby on ASM,
    the MAA guide is here
    http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10g_RACPrimarySingleInstancePhysicalStandby.pdf
    this details the configuration using ASM on both sides, if you want to use filesystem storage on the standby then the following parameters will need to be changed
    *.db_file_name_convert='+DATA/CHICAGO/','+DATA/BOSTON/','+RECOVERY/CHICAGO','+RECOVERY/BOSTON'
    *.log_file_name_convert='+DATA/CHICAGO/','+DATA/BOSTON/','+RECOVERY/CHICAGO','+RECOVERY/BOSTON'
    to something like
    *.db_file_name_convert='+DATA/CHICAGO/','/oradata/boston','+RECOVERY/CHICAGO','/recovery/boston'
    *.log_file_name_convert='+DATA/CHICAGO/','/oradata/boston','+RECOVERY/CHICAGO','/recovery/boston'
    alternativly you can set the DB_CREATE_FILE_DEST and DB_CREATE_ONLINE_LOG_DEST_n parameters and let oracle create OMF files for the dataguard instance.
    Chris

  • Two instances are down on four node physical standby.

    Hi There,
    I am new to oracle.
    I got following errors:
    ORA-01105: mount is incompatible with mounts by other instances
    ORA-01677: standby file name convert parameters differ from other instance
    1) I chnged spfile into pfile for 1st instance which is down.
    2) Than I changed db_file_name_convert parameter by copying its value from 2nd instances pfile (as this instance is up).
    than I converted pfile into spfile.
    3) And than I bounced the 1st instance by using srvctl stop -d database dbname -i instancename
    srvctl start -d database dbname -i instancename
    but it didnt turn on. So I logged into sqlplus and executed startup.
    N I got following errors:
    ORA-01105: mount is incompatible with mounts by other instances
    ORA-01677: standby file name convert parameters differ from other instance
    Please let me know what I am doing wrong.
    Thanks in advance!!

    **This the Pfile of the instance which is down**
    NDCPVDDS4.__db_cache_size=1157627904
    NDCPVDDS1.__db_cache_size=1224736768
    NDCPVDDS3.__db_cache_size=1258291200
    NDCPVDDS2.__db_cache_size=1442840576
    NDCPVDDS4.__java_pool_size=16777216
    NDCPVDDS1.__java_pool_size=16777216
    NDCPVDDS3.__java_pool_size=16777216
    NDCPVDDS2.__java_pool_size=16777216
    NDCPVDDS4.__large_pool_size=16777216
    NDCPVDDS1.__large_pool_size=16777216
    NDCPVDDS3.__large_pool_size=16777216
    NDCPVDDS2.__large_pool_size=16777216
    NDCPVDDS4.__shared_pool_size=805306368
    NDCPVDDS1.__shared_pool_size=738197504
    NDCPVDDS3.__shared_pool_size=704643072
    NDCPVDDS2.__shared_pool_size=520093696
    NDCPVDDS4.__streams_pool_size=0
    NDCPVDDS1.__streams_pool_size=0
    NDCPVDDS3.__streams_pool_size=0
    NDCPVDDS2.__streams_pool_size=0
    *.archive_lag_target=900
    *.audit_file_dest='/opt/oracle/product/admin/NDCPVDDS/adump'
    *.audit_trail='DB'
    *.background_dump_dest='/opt/oracle/product/admin/NDCPVDDS/bdump'
    *.cluster_database=true
    *.cluster_database_instances=4
    *.compatible='10.2.0.3.0'
    *.control_files='+DG_NDCCLU35_ORA1/ndcpvdds/control01.ctl','+DG_NDCCLU35_ORA2/nd cpvdds/control02.ctl','+DG_NDCCLU35_ORA3/ndcpvdds/control03.ctl'#Restore Control file
    *.core_dump_dest='/opt/oracle/product/admin/NDCPVDDS/cdump'
    *.cursor_sharing='FORCE'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_file_name_convert='+DG_PDCCLU17_ORA1/PDCVDDSP','+DG_NDCCLU35_ORA1/NDCPVDDS' ,'+DG_PDCCLU17_ORA2/PDCVDDSP','+DG_NDCCLU35_ORA2/NDCPVDDS','+DG_PDCCLU17_ORA3/PD CVDDSP','+DG_NDCCLU35_ORA3/NDCPVDDS','+DG_PDCCLU17_ORA4/PDCVDDSP','+DG_NDCCLU35_ ORA1/NDCPVDDS','+DG_PDCCLU17_ORA5/PDCVDDSP','+DG_NDCCLU35_ORA2/NDCPVDDS','+DG_PD CCLU17_ORA6/PDCVDDSP','+DG_NDCCLU35_ORA3/NDCPVDDS','+DG_NDCCLU7R05_ORA1/NDCVDDSP ','+DG_NDCCLU35_ORA1/NDCPVDDS','+DG_NDCCLU7R05_ORA2/NDCVDDSP','+DG_NDCCLU35_ORA2 /NDCPVDDS','+DG_NDCCLU7R05_ORA3/NDCVDDSP','+DG_NDCCLU35_ORA3/NDCPVDDS'
    *.db_name='PDCVDDSP'
    *.db_unique_name='NDCPVDDS'
    *.dg_broker_config_file1='+DG_NDCCLU35_ORA2/ndcpvdds/dr1ndcpvdds.dat'
    *.dg_broker_config_file2='+DG_NDCCLU35_ORA2/ndcpvdds/dr2ndcpvdds.dat'
    *.dg_broker_start=TRUE
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=NDCPVDDSXDB)'
    *.fal_client='(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ndcgrid36v ip)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ndcpvdds_XPT)(INSTANCE_NAME=NDCPVDDS 2)(SERVER=dedicated)))'
    *.fal_server='pdcvddsp1'
    NDCPVDDS1.instance_number=1
    NDCPVDDS2.instance_number=2
    NDCPVDDS3.instance_number=3
    NDCPVDDS4.instance_number=4
    *.job_queue_processes=10
    NDCPVDDS1.local_listener='LISTENER_NDCPVDDS1'
    NDCPVDDS2.local_listener='LISTENER_NDCPVDDS2'
    NDCPVDDS3.local_listener='LISTENER_NDCPVDDS3'
    NDCPVDDS4.local_listener='LISTENER_NDCPVDDS4'
    *.log_archive_config='dg_config=(PDCVDDSP)'
    *.log_archive_dest_1='location="+DG_NDCCLU35_ARCH/NDCPVDDS/arch", valid_for=(ONL INE_LOGFILES,ALL_ROLES)'
    *.log_archive_dest_2='SERVICE=NDCVDDSP LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRI MARY_ROLE) DB_UNIQUE_NAME=NDCVDDSP'
    *.log_archive_dest_3='service="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP )(HOST=pdcgrid17vip)(PORT=1800)))(CONNECT_DATA=(SERVICE_NAME=pdcvddsp_XPT)(INSTA NCE_NAME=PDCVDDSP1)(SERVER=dedicated)))"',' LGWR ASYNC NOAFFIRM delay=0 OPTION AL max_failure=0 max_connections=1 reopen=300 db_unique_name="pdcvddsp" regist er net_timeout=180 valid_for=(online_logfiles,primary_role)'
    NDCPVDDS1.log_archive_dest_4='location="+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/ "',' valid_for=(STANDBY_LOGFILE,STANDBY_ROLE)'
    NDCPVDDS4.log_archive_dest_4='location="+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/ "',' valid_for=(STANDBY_LOGFILE,STANDBY_ROLE)'
    NDCPVDDS2.log_archive_dest_4='location="+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/ "',' valid_for=(STANDBY_LOGFILE,STANDBY_ROLE)'
    NDCPVDDS3.log_archive_dest_4='location="+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/ "',' valid_for=(STANDBY_LOGFILE,STANDBY_ROLE)'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_dest_state_3='ENABLE'
    NDCPVDDS1.log_archive_dest_state_4='ENABLE'
    NDCPVDDS4.log_archive_dest_state_4='ENABLE'
    NDCPVDDS2.log_archive_dest_state_4='ENABLE'
    NDCPVDDS3.log_archive_dest_state_4='ENABLE'
    *.log_archive_format='PDCVDDSP_%t_%s_%r.arc'
    NDCPVDDS1.log_archive_format='PDCVDDSP_%t_%s_%r.arc'
    NDCPVDDS4.log_archive_format='PDCVDDSP_%t_%s_%r.arc'
    NDCPVDDS2.log_archive_format='PDCVDDSP_%t_%s_%r.arc'
    NDCPVDDS3.log_archive_format='PDCVDDSP_%t_%s_%r.arc'
    *.log_archive_max_processes=4
    *.log_archive_min_succeed_dest=1
    *.log_archive_trace=0
    NDCPVDDS1.log_archive_trace=0
    NDCPVDDS4.log_archive_trace=0
    NDCPVDDS2.log_archive_trace=0
    NDCPVDDS3.log_archive_trace=0
    *.log_file_name_convert='+DG_PDCCLU17_ORA1/PDCVDDSP','+DG_NDCCLU35_ORA1/NDCPVDDS ','+DG_PDCCLU17_ORA2/PDCVDDSP','+DG_NDCCLU35_ORA2/NDCPVDDS','+DG_PDCCLU17_ORA3/P DCVDDSP','+DG_NDCCLU35_ORA3/NDCPVDDS','+DG_PDCCLU17_ORA4/PDCVDDSP','+DG_NDCCLU35 ORA1/NDCPVDDS','+DGPDCCLU17_ORA5/PDCVDDSP','+DG_NDCCLU35_ORA2/NDCPVDDS','+DG_P DCCLU17_ORA6/PDCVDDSP','+DG_NDCCLU35_ORA3/NDCPVDDS','+DG_NDCCLU7R05_ORA1/NDCVDDS P','+DG_NDCCLU35_ORA1/NDCPVDDS','+DG_NDCCLU7R05_ORA2/NDCVDDSP','+DG_NDCCLU35_ORA 2/NDCPVDDS','+DG_NDCCLU7R05_ORA3/NDCVDDSP','+DG_NDCCLU35_ORA3/NDCPVDDS'
    *.max_dump_file_size='UNLIMITED'
    *.nls_date_format='yyyy-mm-dd hh24:mi:ss'
    *.open_cursors=400
    *.parallel_max_servers=0
    *.pga_aggregate_target=833617920
    *.processes=1500
    *.remote_listener='LISTENERS_NDCPVDDS'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sessions=1655
    *.sga_max_size=2013265920
    *.sga_target=2013265920
    *.sort_area_retained_size=2097152
    *.sort_area_size=2097152
    *.standby_archive_dest='+DG_NDCCLU35_ARCH/NDCPVDDS/standby_arch/'
    NDCPVDDS1.standby_archive_dest='+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/'
    NDCPVDDS4.standby_archive_dest='+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/'
    NDCPVDDS2.standby_archive_dest='+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/'
    NDCPVDDS3.standby_archive_dest='+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/'
    *.standby_file_management='AUTO'
    NDCPVDDS1.thread=1
    NDCPVDDS2.thread=2
    NDCPVDDS3.thread=3
    NDCPVDDS4.thread=4
    *.undo_management='AUTO'
    NDCPVDDS1.undo_tablespace='UNDOTBS1'
    NDCPVDDS2.undo_tablespace='UNDOTBS2'
    NDCPVDDS3.undo_tablespace='UNDOTBS3'
    NDCPVDDS4.undo_tablespace='UNDOTBS4'
    *.user_dump_dest='/opt/oracle/product/admin/NDCPVDDS/udump'
    This is the parameter file of the instance which is up:
    NDCPVDDS4.__db_cache_size=1157627904
    NDCPVDDS1.__db_cache_size=1224736768
    NDCPVDDS3.__db_cache_size=1258291200
    NDCPVDDS2.__db_cache_size=1442840576
    NDCPVDDS4.__java_pool_size=16777216
    NDCPVDDS1.__java_pool_size=16777216
    NDCPVDDS3.__java_pool_size=16777216
    NDCPVDDS2.__java_pool_size=16777216
    NDCPVDDS4.__large_pool_size=16777216
    NDCPVDDS1.__large_pool_size=16777216
    NDCPVDDS3.__large_pool_size=16777216
    NDCPVDDS2.__large_pool_size=16777216
    NDCPVDDS4.__shared_pool_size=805306368
    NDCPVDDS1.__shared_pool_size=738197504
    NDCPVDDS3.__shared_pool_size=704643072
    NDCPVDDS2.__shared_pool_size=520093696
    NDCPVDDS4.__streams_pool_size=0
    NDCPVDDS1.__streams_pool_size=0
    NDCPVDDS3.__streams_pool_size=0
    NDCPVDDS2.__streams_pool_size=0
    *.archive_lag_target=900
    *.audit_file_dest='/opt/oracle/product/admin/NDCPVDDS/adump'
    *.audit_trail='DB'
    *.background_dump_dest='/opt/oracle/product/admin/NDCPVDDS/bdump'
    *.cluster_database=true
    *.cluster_database_instances=4
    *.compatible='10.2.0.3.0'
    *.control_files='+DG_NDCCLU35_ORA1/ndcpvdds/control01.ctl','+DG_NDCCLU35_ORA2/nd cpvdds/control02.ctl','+DG_NDCCLU35_ORA3/ndcpvdds/control03.ctl'#Restore Control file
    *.core_dump_dest='/opt/oracle/product/admin/NDCPVDDS/cdump'
    *.cursor_sharing='FORCE'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_file_name_convert='+DG_PDCCLU17_ORA1/PDCVDDSP','+DG_NDCCLU35_ORA1/NDCPVDDS' ,'+DG_PDCCLU17_ORA2/PDCVDDSP','+DG_NDCCLU35_ORA2/NDCPVDDS','+DG_PDCCLU17_ORA3/PD CVDDSP','+DG_NDCCLU35_ORA3/NDCPVDDS','+DG_PDCCLU17_ORA4/PDCVDDSP','+DG_NDCCLU35_ ORA1/NDCPVDDS','+DG_PDCCLU17_ORA5/PDCVDDSP','+DG_NDCCLU35_ORA2/NDCPVDDS','+DG_PD CCLU17_ORA6/PDCVDDSP','+DG_NDCCLU35_ORA3/NDCPVDDS','+DG_NDCCLU7R05_ORA1/NDCVDDSP ','+DG_NDCCLU35_ORA1/NDCPVDDS','+DG_NDCCLU7R05_ORA2/NDCVDDSP','+DG_NDCCLU35_ORA2 /NDCPVDDS','+DG_NDCCLU7R05_ORA3/NDCVDDSP','+DG_NDCCLU35_ORA3/NDCPVDDS'
    *.db_name='PDCVDDSP'
    *.db_unique_name='NDCPVDDS'
    *.dg_broker_config_file1='+DG_NDCCLU35_ORA2/ndcpvdds/dr1ndcpvdds.dat'
    *.dg_broker_config_file2='+DG_NDCCLU35_ORA2/ndcpvdds/dr2ndcpvdds.dat'
    *.dg_broker_start=TRUE
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=NDCPVDDSXDB)'
    *.fal_client='(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ndcgrid36v ip)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ndcpvdds_XPT)(INSTANCE_NAME=NDCPVDDS 2)(SERVER=dedicated)))'
    *.fal_server='pdcvddsp1'
    NDCPVDDS1.instance_number=1
    NDCPVDDS2.instance_number=2
    NDCPVDDS3.instance_number=3
    NDCPVDDS4.instance_number=4
    *.job_queue_processes=10
    NDCPVDDS1.local_listener='LISTENER_NDCPVDDS1'
    NDCPVDDS2.local_listener='LISTENER_NDCPVDDS2'
    NDCPVDDS3.local_listener='LISTENER_NDCPVDDS3'
    NDCPVDDS4.local_listener='LISTENER_NDCPVDDS4'
    *.log_archive_config='dg_config=(PDCVDDSP)'
    *.log_archive_dest_1='location="+DG_NDCCLU35_ARCH/NDCPVDDS/arch", valid_for=(ONL INE_LOGFILES,ALL_ROLES)'
    *.log_archive_dest_2='SERVICE=NDCVDDSP LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRI MARY_ROLE) DB_UNIQUE_NAME=NDCVDDSP'
    *.log_archive_dest_3='service="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP )(HOST=pdcgrid17vip)(PORT=1800)))(CONNECT_DATA=(SERVICE_NAME=pdcvddsp_XPT)(INSTA NCE_NAME=PDCVDDSP1)(SERVER=dedicated)))"',' LGWR ASYNC NOAFFIRM delay=0 OPTION AL max_failure=0 max_connections=1 reopen=300 db_unique_name="pdcvddsp" regist er net_timeout=180 valid_for=(online_logfiles,primary_role)'
    NDCPVDDS1.log_archive_dest_4='location="+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/ "',' valid_for=(STANDBY_LOGFILE,STANDBY_ROLE)'
    NDCPVDDS4.log_archive_dest_4='location="+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/ "',' valid_for=(STANDBY_LOGFILE,STANDBY_ROLE)'
    NDCPVDDS2.log_archive_dest_4='location="+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/ "',' valid_for=(STANDBY_LOGFILE,STANDBY_ROLE)'
    NDCPVDDS3.log_archive_dest_4='location="+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/ "',' valid_for=(STANDBY_LOGFILE,STANDBY_ROLE)'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_dest_state_3='ENABLE'
    NDCPVDDS1.log_archive_dest_state_4='ENABLE'
    NDCPVDDS4.log_archive_dest_state_4='ENABLE'
    NDCPVDDS2.log_archive_dest_state_4='ENABLE'
    NDCPVDDS3.log_archive_dest_state_4='ENABLE'
    *.log_archive_format='PDCVDDSP_%t_%s_%r.arc'
    NDCPVDDS1.log_archive_format='PDCVDDSP_%t_%s_%r.arc'
    NDCPVDDS4.log_archive_format='PDCVDDSP_%t_%s_%r.arc'
    NDCPVDDS2.log_archive_format='PDCVDDSP_%t_%s_%r.arc'
    NDCPVDDS3.log_archive_format='PDCVDDSP_%t_%s_%r.arc'
    *.log_archive_max_processes=4
    *.log_archive_min_succeed_dest=1
    *.log_archive_trace=0
    NDCPVDDS1.log_archive_trace=0
    NDCPVDDS4.log_archive_trace=0
    NDCPVDDS2.log_archive_trace=0
    NDCPVDDS3.log_archive_trace=0
    *.log_file_name_convert='+DG_PDCCLU17_ORA1/PDCVDDSP','+DG_NDCCLU35_ORA1/NDCPVDDS ','+DG_PDCCLU17_ORA2/PDCVDDSP','+DG_NDCCLU35_ORA2/NDCPVDDS','+DG_PDCCLU17_ORA3/P DCVDDSP','+DG_NDCCLU35_ORA3/NDCPVDDS','+DG_PDCCLU17_ORA4/PDCVDDSP','+DG_NDCCLU35 ORA1/NDCPVDDS','+DGPDCCLU17_ORA5/PDCVDDSP','+DG_NDCCLU35_ORA2/NDCPVDDS','+DG_P DCCLU17_ORA6/PDCVDDSP','+DG_NDCCLU35_ORA3/NDCPVDDS','+DG_NDCCLU7R05_ORA1/NDCVDDS P','+DG_NDCCLU35_ORA1/NDCPVDDS','+DG_NDCCLU7R05_ORA2/NDCVDDSP','+DG_NDCCLU35_ORA 2/NDCPVDDS','+DG_NDCCLU7R05_ORA3/NDCVDDSP','+DG_NDCCLU35_ORA3/NDCPVDDS'
    *.max_dump_file_size='UNLIMITED'
    *.nls_date_format='yyyy-mm-dd hh24:mi:ss'
    *.open_cursors=400
    *.parallel_max_servers=0
    *.pga_aggregate_target=833617920
    *.processes=1500
    *.remote_listener='LISTENERS_NDCPVDDS'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sessions=1655
    *.sga_max_size=2013265920
    *.sga_target=2013265920
    *.sort_area_retained_size=2097152
    *.sort_area_size=2097152
    *.standby_archive_dest='+DG_NDCCLU35_ARCH/NDCPVDDS/standby_arch/'
    NDCPVDDS1.standby_archive_dest='+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/'
    NDCPVDDS4.standby_archive_dest='+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/'
    NDCPVDDS2.standby_archive_dest='+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/'
    NDCPVDDS3.standby_archive_dest='+DG_NDCCLU35_ARCH/ndcpvdds/standby_arch/'
    *.standby_file_management='AUTO'
    NDCPVDDS1.thread=1
    NDCPVDDS2.thread=2
    NDCPVDDS3.thread=3
    NDCPVDDS4.thread=4
    *.undo_management='AUTO'
    NDCPVDDS1.undo_tablespace='UNDOTBS1'
    NDCPVDDS2.undo_tablespace='UNDOTBS2'
    NDCPVDDS3.undo_tablespace='UNDOTBS3'
    NDCPVDDS4.undo_tablespace='UNDOTBS4'
    *.user_dump_dest='/opt/oracle/product/admin/NDCPVDDS/udump'
    Parameters seems identical to me. Please correct me if I am wrong.
    Thanks.

  • Logical standby is in Normal State but it dosent apply any changes.

    I had a Rac  active data guard 11.2.0.3   and i converted it to logical standby database.
    My soluition was same as this link :  http://docs.oracle.com/cd/E11882_01/server.112/e41134/create_ls.htm#SBYDB4734
    After that configuration was complete,
    When i change for example 1 row in a table in primary server, it does'nt Apply in standby server .I have checked alert log file and i have not seen any error in alert logfile.
    Primary parameter file:
    *.db_name='KS'
    *.db_unique_name='KS'
    *.dg_broker_start=true
    *.fal_client='KS'
    *.fal_server='KSSTBY_standby'
    *.log_archive_config='DG_CONFIG=(KS,ksstby)'
    *.log_archive_dest_1='LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=KS'
    *.log_archive_dest_2='SERVICE=KSSTBY_standby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=ksstby'
    *.log_archive_dest_3='LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=KS'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_dest_state_3='ENABLE'
    *.log_archive_format='archive_%s_%t_%r'
    *.log_file_name_convert='+DATA/KSSTBY','+DATA/KS','+fra/KSSTBY','+fra/KS'
    *.db_file_name_convert='+DATA/KSSTBY','+DATA/KS'
    *.standby_file_management='auto'
    Logical standby parameter file:
    *.db_name='KS'
    *.db_unique_name='ksstby'
    *.fal_client='ksstby'
    *.fal_server='KS_primary'
    *.log_archive_config='DG_CONFIG=(KS,ksstby)'
    *.log_archive_dest_1='LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=ksstby'
    *.log_archive_dest_2='SERVICE=KS_primary LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=KS'
    *.log_archive_dest_3='LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=ksstby'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_dest_state_3='ENABLE'
    *.log_archive_format='archive_%s_%t_%r'
    *.log_file_name_convert='+DATA/KS','+DATA/KSSTBY','+fra/KS','+fra/KSSTBY'
    *.db_file_name_convert='+DATA/KS','+DATA/KSSTBY'
    *.standby_file_management='auto'
    The Status of Standby server :
    select sequence#,applied from dba_logstdby_log;
        SEQUENCE# APPLIED
    1 5486 CURRENT
    2 5487 CURRENT
    3 5488 CURRENT
    4 5489 NO
    5 5490 NO
    6 5491 NO
    7 5492 NO
    8 5493 NO
    9 5494 NO
    select * from v$logstdby_stats;
        NAME VALUE
    1 logminer session id 1
    2 number of preparers 1
    3 number of appliers 5
    4 server processes in use 9
    5 maximum SGA for LCR cache (MB) 30
    6 preserve commit order TRUE
    7 transaction consistency FULL
    8 coordinator state INITIALIZING
    9 coordinator startup time 28-APR-15
    select * from v$logstdby_state;
        PRIMARY_DBID SESSION_ID REALTIME_APPLY STATE
    1 3130490787 1 Y APPLYING
    Please help to me.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    In Firefox 4 [http://kb.mozillazine.org/Safe_mode Safe mode] disables extensions and disables hardware acceleration.
    Check if there is an update available for your graphics display card driver.
    * Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • Logical standby server stopped applying changes

    Hi
    I set up a logical standby database with database guard and it worked fine for some time. But recently I had to use it again and discovered that applying changes from primary database to secondary database just stopped working. I see in V$ARCHIVED_LOG one entry per day. If I restart the logical standby then the changes from primary server are also applied. But if I just make a change on primary server and even call 'alter system switch logfile' then I see an entry in V$ARCHIVED_LOG on primary server but not on standby server (BTW in general there are much more entries in this view on the primary server). I checked pairs of log files indicated by the parameter *.log_file_name_convert in standby server's spfile: their last changed date is always the same.
    I will paste spfile of my standby server (dh5). Primary server name is dh2.
    dh2.__db_cache_size=79691776
    dh5.__db_cache_size=96468992
    dh2.__java_pool_size=4194304
    dh5.__java_pool_size=4194304
    dh2.__large_pool_size=4194304
    dh5.__large_pool_size=4194304
    dh2.__shared_pool_size=71303168
    dh5.__shared_pool_size=54525952
    dh2.__streams_pool_size=0
    dh5.__streams_pool_size=0
    *.audit_file_dest='/var/lib/oracle/oracle/product/10.2.0/db_1/admin/dh5/adump'
    *.background_dump_dest='/var/lib/oracle/oracle/product/10.2.0/db_1/admin/dh5/bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='/var/lib/oracle/oracle/product/10.2.0/db_1/oradata/dh5/control01.ctl'
    *.core_dump_dest='/var/lib/oracle/oracle/product/10.2.0/db_1/admin/dh5/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_file_name_convert='dh2','dh5'
    *.db_name='dh7'
    *.db_recovery_file_dest='/var/lib/oracle/oracle/product/10.2.0/db_1/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.db_unique_name='dh5'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=dh2XDB)'
    *.fal_client='dh5'
    *.fal_server='dh2'
    *.job_queue_processes=10
    *.log_archive_config='DG_CONFIG=(dh2,dh5)'
    *.log_archive_dest_1='LOCATION=/var/lib/oracle/oracle/product/10.2.0/db_1/oradata/dh5_local
    VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES)
    DB_UNIQUE_NAME=dh5'
    *.log_archive_dest_2='SERVICE=dh2 LGWR ASYNC
    VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)
    DB_UNIQUE_NAME=dh2'
    *.log_archive_dest_3='LOCATION=/var/lib/oracle/oracle/product/10.2.0/db_1/oradata/dh5
    VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLES)
    DB_UNIQUE_NAME=dh5'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_dest_state_3='ENABLE'
    *.log_archive_format='%t_%s_%r.arc'
    *.log_archive_max_processes=30
    *.log_file_name_convert='oradata/dh2/redo01.log','flash_recovery_area/DH5/onlinelog/o1_mf_4_5x0o5grc_.log','oradata/dh2/r
    edo02.log','flash_recovery_area/DH5/onlinelog/o1_mf_5_5x0o61mw_.log','oradata/dh2/redo03.log','flash_recovery_area/DH5/on
    linelog/o1_mf_6_5x0o63gj_.log'
    *.nls_language='AMERICAN'
    *.open_cursors=300
    *.pga_aggregate_target=311427072
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=167772160
    *.undo_management='AUTO'
    *.undo_retention=3600
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='/var/lib/oracle/oracle/product/10.2.0/db_1/admin/dh5/udump'
    Thanks in advance for any help.
    JM

    Hi,
    Nice to hear you issue got resolved.
    It is good practice to keep monitoring the progress of SQL apply on the logical standby on a regular basis.
    You can mark my response as helpful if it has helped you.
    Regards
    Anudeep

  • Is it posisble to use DB_FILE_NAME_CONVERT to rename datafile names

    Hi,
    I want to clone a database on the same server.
    My datafiles start with the name of the SID, for examplel: /u04/oradata/ORACP/ORACP_applic_data_01.dbf'
    I want to use "duplicate fom active database", but with the parameter DB_FILE_NAME_CONVERT i can only change the directory to clone the datafile to, but the datafile itself is not renamed.
    I am correct?
    Is the only way to solve this, to use SET NEWNAME for all the datafiles to clone?
    Any help is appreciated.
    Reagrds,
    Harry

    Harry;
    Turns out I have a better document :
    http://www.visi.com/~mseberg/rman/create_a_duplicate_database_on_the_same_host.html
    I understand your concern, as far as suggestions double check everything. Thinking RMAN won't overwrite a MOUNTED file.
    *"To restore a datafile, either mount the database, or keep it open and take the datafile to be restored offline."*
    Source - Database Backup and Recovery Advanced User's Guide.
    When NOFILENAMECHECK is used with the DUPLICATE command, RMAN does not validate the filenames during restoration. Last I heard you don't use NOFILENAMECHECK when using the same host.
    See - Restoring and Recovering Database Files - Database Backup and Recovery User's Guide 11g Release 2 (11.2) E10642-03
    Best Regards
    mseberg
    Edited by: mseberg on Jan 9, 2013 12:38 PM

  • DB_FILE_NAME_CONVERT Parameter is not working?

    Hi to all,
    I have recently created a standby database from the my original database.
    Details:
    RHEL 2.6.9-42.ELsmp
    Oracle 9.2.0 DB (Production DB)
    Oracle Forms 8.0.6
    Oracle Application Server 11i
    When I have set the parameter within the i file as follows;
    DB_FILE_NAME_CONVERT=('/oracle/oraprod/oaproddata','/u01/oraprod/oaproddata')
    LOG_FILE_NAME_CONVERT=('/oracle/oraprod/oaproddata','/u01/oraprod/oaproddata')
    I restart the database and when it is back up I check the v$datafile parameter to see if the location has changed. It hasn't. I then show parameter convert and it is as follows;
    NAME TYPE VALUE
    db_file_name_convert string /oracle/oraprod/oaproddata, /u01/oraprod/oaproddata
    log_file_name_convert string /oracle/oraprod/oaproddata, /u01/oraprod/oaproddata
    As far as I am aware this is all correct.
    So why when I query the location of the files does it revert to the old location?
    Any help at all?
    Thanks to all that reply!
    JG.

    Hi,
    yes, in pfile
    http://www.sc.ehu.es/siwebso/KZCC/Oracle_10g_Documentacion/server.101/b10823/create_ps.htm
    DB_FILE_NAME_CONVERT is useful for creating a duplicate database for recovery purposes. It converts the filename of a new datafile on the primary database to a filename on the standby database. If you add a datafile to the primary database, you must add a corresponding file to the standby database. When the standby database is updated, this parameter converts the datafile name on the primary database to the datafile name on the standby database. The file on the standby database must exist and be writable, or the recovery process will halt with an error.
    Regards,
    Tom
    http://asktom.cz

  • BADI for changing fields during Creation of BP in CRM

    Hello to everyone,
      I need to find a BADI (or other way) to default several fields during BP creation in CRM (4.0 SR1 SP9). The fields I will like to set are TAX TYPE, TAX NUMBER, TAX CATEGORY, etc.. I have found the BADI BUPA_TAX_UPDATE but i dont see any suitable parameters (structures) to changes these fields. Please advice and thanks in advance.

    Hi
    If you use function BUPA_NUMBERS_GET then your BP number will already be buffered and you can avoid a DB read. It may also be that the BP is not in the DB yet anyway.
    You can only pass one GUID in at a time - loop through IT_CHANGED_INSTANCES into a variable of type BU_PARTNER_GUID and pass that into the function as input parameter IV_PARTNER_GUID.
    Cheers
    Dom

  • How to restrict manual changing of free goods in sales order

    Hi ,
    Goodmorning ,
    We have some requirement : In sales order free goods quantity determination by system  should not be allowed to change manually , where can we do this ?
    Looking for your inputs
    Thanks and regards
    Venkat

    As per SAP Standard, when the main Item quantity is changed, the Free Goods are redetermined. In this case any manual changes to Free Goods Quantities are lost.
    But your requirement is for restricting the Chages of the Quantity of Free Goods Correct?
    I believe there is no SAP standard solution for this. You will have to apply a User Exit, which will check the Item category of each LIne item & if it is free goods (TANN) then changes are not permitted.
    Hope this helps.
    Thanks,
    Jignesh Mehta

  • Sy-tabix value has changed...

    Hi Gurus,
    I  am using a code like dis...this is not the actual code m using instad m sendin u a sample program so that u can understand the problem
    There is a selecvtion for Customer.
    sort itab by kunnr.
    loop at itab.
    on change of itab-kunnr.
    wkunnr = itab-kunnr.
      read table zitab with key kunnr = itab-kunnr.
    endon.
    if itab-kunnr = wkunnr.
    wdmbtr = wdmbtr + itab-dmbtr.
    endif.
    at end of kunnr.
    ftab-kunnr = wkunnr.
    ftab-dmbtr = wdmbtr.
    append ftab.
    endat.
    endloop.
    Now my problem is that  AT END OF Kunnr is working fine for the first customer or say for single customer but when there are multiple customers  AT END OF kunnr is triggring for each entry.......
    In debug MOdei can see that as soon as read table  syntax is used the tabix value is changed....
    So Can anyone suggest what is the solution....
    Regards,
    Raman

    This is the Declaration
    DATA:  BEGIN OF ITAB OCCURS 0,
                      KUNNR      LIKE BSID-KUNNR,
                      BELNR      LIKE BSID-BELNR,
                      BUKRS      LIKE BSID-BUKRS,
                      GJAHR      LIKE BSID-GJAHR,
                      BUZEI      LIKE BSID-BUZEI,
                      SHKZG      LIKE BSID-SHKZG,
                      VALUT      LIKE BSID-ZFBDT,
                      SGTXT(70)  TYPE  C,
                      ZFBDT      LIKE BSID-ZFBDT,
                      ZBD1T       TYPE BSID-ZBD1T,
           ZBD2T       TYPE BSID-ZBD2T,
           ZBD3T       TYPE BSID-ZBD3T,
           REBZG       TYPE BSID-REBZG,
           NETDT       TYPE BSID-BUDAT,
                      ZUONR      LIKE BSID-ZUONR,
                       BLART      LIKE BSID-BLART,
                      DMBTR      LIKE BSID-DMBTR,
                      SPART       TYPE VBRK-SPART,
                      DAY    TYPE RFPOSX-VERZN,
                      FLAG TYPE C,
                      CITY        TYPE KNA1-ORT01,
           NAME1       TYPE LFA1-NAME1,
                     CR_DR1(4)  TYPE C,
                      PSWSL      LIKE BSID-PSWSL,
                      ZTERM      LIKE BSID-ZTERM,
                      VBELN      LIKE BSID-VBELN,
                      UMSKZ      LIKE BSID-UMSKZ,
                      KLIMK      LIKE KNKK-KLIMK,
                      VTEXT      LIKE TVZBT-VTEXT,
                      ADV        LIKE BSID-DMBTR,
                      REBZT       TYPE BSID-REBZT,
                      XBLNR      LIKE BSID-XBLNR,
                      VTEXT1(70) TYPE  C,
                       FKLIMK    LIKE KNKK-KLIMK,
                      ABC(4)     TYPE C,
                    AGRO(4)        TYPE C,
                      BIO(4)        TYPE C,
                      SKFOR      LIKE KNKK-SKFOR,
                      SSOBL      LIKE KNKK-SSOBL,
                      CTLPC      LIKE KNKK-CTLPC,
                      OEIKW      LIKE S066-OEIKW,
                      OLIKW      LIKE S067-OLIKW,
                      OFAKW      LIKE S067-OFAKW,
                     NAME1      LIKE LFA1-NAME1,
                      BUDAT      LIKE BKPF-BUDAT,
                      D_DMBTR    LIKE BSID-DMBTR,
                      S_DMBTR    LIKE BSID-DMBTR,
                      VORGN      LIKE BSEG-VORGN,
                      WERKS      LIKE BSEG-WERKS,
                      NAMESO     LIKE KNA1-NAME1,
                      NAMEAM     LIKE KNA1-NAME1,
                      NAMERM     LIKE KNA1-NAME1,
                       NAMEDR     LIKE KNA1-NAME1,
       END OF ITAB.

  • ANY SY-INDEX REFLECT CHANGES WHEN CONTROL BREAK STATEMENT PROCESS

    Dear Guru's,
                     I have a requirement where i have to move the values to variable when control break (AT END OF) process. So i want to move the values according to the end of Vendor so for that  i want to know is there any sy-index available which reflects changes when Control break (AT end of) process.
    LIKE Sy-subrc = 0 when select statement fetches record or sy-tabix is like counter for loop.
    Hope to get reply soon.
    Regards,
    Himanshu Rangappa

    Hi,
    There is no system Fields for it.
    But your requirement can be done with 'AT NEW' and 'AT END' statement.
    Refer this sample example,
    loop at otab.
        at new module.
          move otab-module to otab2-module.
        ENDAT.
          at END OF effort.
          sum.               "Do your calculations here
          move otab-count to otab2-count.
          append otab2.
        endat.
      endloop.

  • How to change SSO Partner Application Login_url and Logout_url

    As part of a deployment in a different data centre, we needed to change the domain name of an application using SSO for authentication. We have gone through the process of re-registering the SSO server but this does not update the domain name
    By using diagnostic tools from Oracle we have discovered that the file 'osso.conf' in $ORACLE_HOME/Apache/Apache/conf/osso contains incorrect entries for login_url and logout_url.
    These settings are of the form:
    login_url=http://www.ourolddomain.com/pls/orasso/orasso.wwsso_app_admin.ls_login
    logout_url=http://www.ourolddomain.com/pls/orasso/orasso.wwsso_app_admin.ls_logout
    Please can anyone tell me how these settings can be changed.

    Hi,
    [Solved] SSO fails to show success page you can find some information on re registering mod_osso.
    Hope it helps.

  • Battery , time , signal strength bar is not getting displayed in home screen , these will be displayed only when i click on any app. Can u let me know the setting change ?

    Battery , time , signal strength bar is not getting displayed in home screen , these will be displayed only when i click on any app. Can u let me know the setting change ?

    Did you check the Zoom setting?
    Have you tried a reset (reboot)? Hold HOME and SLEEP until an Apple logo appears.
    If it isn't Zoom and a reboot doesn't help try Settings/General/Reset - Reset all settings

  • Email address change--how does this affect laptop and nook?

    I use my Adobe ID only to authorize my laptop and Nook.  I need to change my email address which seems easy on the FAQs, but how do I then reauthorize my laptop and Nook?  And, if I do this, are all my existing library books unreadable since they were downloaded by what the Nook thinks is a different user?  I'm almost sure I won't be able to return any books in ADE on my laptop, but I can live with that if I can still read the books on the Nook.
    Thanks in advance.

    The sync process with iTunes transfers the email account settings (for your chosen accounts via your iPhone sync preferences) from the Mail application on your Mac to the iPhone's email application.
    The iPhone is running OS X and the iPhone's email client can be considered a mobile version of the Mail application.

  • I cannot change from grid view to list view when i contol click on the downloads folder on the dock am i doing something wrong? if so how do i change the ?view in the dock

    when i contol click on the downloads icon in the dock i get the gris view . I thought if you control click, you are able to change the view to fan or list. am I doing something wrong.? Icheck to make sure the contol key is working by doing a screenshot and it works there. What am I doing wrong?

    Needs to be a Stack ?

Maybe you are looking for