Two basic questions on Physical Standby

DB version: 10.2.0.5
OS : Solaris
Question1.
This is how one mounts a Standby Database. Right?
$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.5.0 Production on Thu Dec 16 13:16:33 2011
Copyright (c) 1982, 2010, Oracle.  All rights reserved.
Connected to an idle instance.
SQL> startup nomount;
ORACLE instance started.
Total System Global Area 1436819456 bytes
Fixed Size                  2158344 bytes
Variable Size             855642360 bytes
Database Buffers          570425344 bytes
Redo Buffers                8593408 bytes
SQL> alter database mount standby database;
Database altered.Question2.
Once MOUNTED (using the above command), the standby database will be in a consistent state of recovery automatically by applying the shipped archive logs. Right ?
Or , do we have to explicitly issue the below command on a regular basis to apply the shipped archived redo logs to make it Sync with the primary DB ?
recover standby database;

Hello;
Assuming you are using SQL you would start the Standby mount :
  SQL>startup mount;You can start the Redo Apply runs as a foreground session or as a background process :
Foreground :
  SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE;
Background :
SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT;You have to do this each time you bounce the Standby database. If everything is working ( Network etc the redo will start to apply )
To stop redo apply issue :
SQL>ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL;You may find these two simple queries from the Primary helpful :
clear screen
set linesize 100
column STANDBY format a20
column applied format a10
SELECT 
   NAME AS STANDBY,
   SEQUENCE#,
   APPLIED,
   COMPLETION_TIME
FROM
   V$ARCHIVED_LOG
WHERE 
   DEST_ID = 2
AND
   NEXT_TIME > SYSDATE -1;
SELECT
  MAX(SEQUENCE#)
FROM
  V$ARCHIVED_LOG
WHERE
  NEXT_TIME > SYSDATE -1;Best Regards
mseberg

Similar Messages

  • Question - Oracle Physical Standby

    Oracle 10.2.0.3 database running on row logical disk (row device) with two thread RAC cluster with CRS and AIX-HACMP implemented on two nodes running AIX6.1 OS
    My question can one create simple Oracle Physical Standby (without data guard etc) Database on different AIX node which do not have HACM and CRS RAC but simple non RAC Oracle S/W installed
    If this can be done how the single one thread non RAC Oracle database will consume and apply two thread archive logs and keep itself to sync with primary database changes.
    Can you please provide some details if this is feasible or not? My guess is for this to happend ORACLE RAC setup with RAC enable Oracle S/W is must with one active thread and other thread can be inactive and not in use.
    Thanks –

    A standby database is not Data Guard ... it is a standby. Data Guard is a specific automated implementation of a Standby. You can do whatever you wish manually if you prefer pain to comfort.
    Personally I'd throw away the IBM stuff and go with Data Guard: It is far superior and does something critical HACM can not do ... guarantee that what is replicated is logically correct. Replicating corruption has no value.

  • RMAN question concerning Physical Standby

    We have a database in a two-server Dataguard environment. We use RMAN to backup up the Primary database (on the server CORE), but we do not backup the Physical Standby (this was recommended by our vendor).
    Once a month, I switchover the Primary database (on the server CORE) over to the Physical Standby database (which is on the server DG). I apply Linux patches to the CORE server and reboot. I then bring up the database as Physical Standby (using "startup nomount", followed by "alter database mount standby database" and then "alter database recover managed standby database disconnect from session"), and then I do a switchover and make it the Primary again.
    My question is, after I bring up the database on the server CORE as a Physical Standby, and before I do a switchover to make it the Primary again, can I use RMAN to run a "restore database validate" to see if my backups are currently valid, or would this not give me the expected results since I am the Physical Standby?
    Thanks in advance.

    You should have any problem. What you're doing is similar to a a "rolling upgrade". When your physical to production environment make sure put the dest_2 in defer. Is your current physical standby works now? If so, there's problem.

  • Oracle Dataguard Question on Physical Standby Database with a Time Lag

    I have a Standby database (PROD_LAG) that has a delay of 24hrs. How do I check to see what Archive have applied, what is current, and what is left to do.
    There is a script but its for a Logical Standby database...
    Thanks you in advance...

    hi,
    ok a little bit more explanation.
    The GUI does work but seems to report incorrect data.
    I have carried out a switchover so the primary database is now 'offsite_emrep' and the standby database is 'office_emrep'
    The GUI how ever still reports that office_emrep is the primary database.
    I cannot add the offsite_emrep database as the host is unknown. I am however running the GUI from the Host.
    I have the following from the agent status
    [oracle@griddg bin]$ ./emctl status agent
    #Oracle Enterprise Manager 10g Release 3 Grid Control 10.2.0.3.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.3.0
    OMS Version : 10.2.0.3.0
    Protocol Version : 10.2.0.2.0
    Agent Home : /u01/app/oracle/product/10.2.0/agent10g
    Agent binaries : /u01/app/oracle/product/10.2.0/agent10g
    Agent Process ID : 19797
    Parent Process ID : 19780
    Agent URL : https://griddg.domain.net:3872/emd/main/
    Repository URL : https://griddg.domain.net:1159/em/upload
    Started at : 2007-10-01 12:35:02
    Started by user : oracle
    Last Reload : 2007-10-01 12:35:02
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 116
    Size of XML files pending upload(MB) : 27.67
    Available disk space on upload filesystem : 83.08%
    Last attempted heartbeat to OMS : 2007-10-01 12:38:08
    Last successful heartbeat to OMS : unknown
    Agent is Running and Ready
    any help is appreciated.
    rgds
    alan

  • A question about Physical Standby

    Hello everybody, this is my environment:
    Primary Database: RAC nodes, Oracle 11.1.0.7, SLES 10
    Standby Database: Single Instance, 11.1.0.7, SLES 10
    Protection Mode: Max. Performance
    Standby database is open with real time apply, ‘cause, it is used by read only applications. At least, twice a week, standby database is desynchronized with its primary database. In that situation, standby remains open sometimes but other times, it changes from open to mounted state, what its troubles ‘cause applications can’t read data from it.
    Finally, I don’t know, why standby after having GAP or being desynchronized with primary, sometimes remains OPEN and other times changes from OPEN to MOUNTED.
    Thanks a lot, any help will be appreciated.

    If I understand you correctly, you are asking why changing the database name does not necessitate changing the service name? There is no direct relationship between them, you can define any number of service names to register with the listener. By default, there will be a service that does have the same name as the database (possibly with a domain appended) but you do not have to use that one. Query V$ACTIVE_SERVICES and DBA_SERVICES to see what services are available.
    Edited by: JohnWatson on Oct 11, 2012 1:50 PM
    Sorry - " a service that does have the same name as the database" should read " a service that does have the same unique name as the database"

  • Two basic questions about locks in Oracle.

    Hello,
    This is about 9i and onwards.
    I need to develop a comprehensive analysis of locks and waits and while doing so, following questions popped up.
    1) What is the difference between locks and waits?
    2) There is a DBA view called DBA_BLOCKERS. The standard Oracle documentation has only one line comment about this view i.e. "DBA_BLOCKER – Shows non-waiting sessions holding locks being waited-on by other sessions.
    My question is : Why would a non waiting session hold locks after all? I guess that automatically repeats the question #1 from above, What is the difference between "being waited on" v/s "holding locks with wait" and "holding locks without waits"?
    Thanks,
    R

    1) What is the difference between locks and waits? Lock - something you queue up to get and simply wait until it is available
    Waits - Waiting for a Specific event to happen before it can proceed.
    Re: Difference between a latch and a lock
    2) There is a DBA view called DBA_BLOCKERS. The standard Oracle documentation has only one line comment about this view i.e. "DBA_BLOCKER – Shows non->waiting sessions holding locks being waited-on by other sessions.DBA_BLOCKERS displays a session if it is not waiting for a locked object but is holding a lock on an object for which another session is waiting.
    HTH
    -Anantha

  • Two basic questions

    1)For some reason my old wall charger does not work with my 5th generation nano. It is not an Apple product. The charger is a wall plug with a usb plug on the end attached to a 2 foot retractable extension cord with a connector on the end of the cord to the ipod.
    Are these units not compatible with the new generation of nano?
    2) Whenever I charge the ipod on my pc, the screen goes to the music library and I have to stop the song to see the green image to show the unit is in charging mode. Is there any way to avoid the ipod from selection a song at random and only to enter the charging mode? I hope this makes sense. I don't want it to be playing music while I am charging it.

    I have a non-Apple charger that works fine, but it sounds like yours is different, in that yours plugs into the iPod? On mine, it has a USB port (well, actually 2), and the cord that came with the iPod plugs into it. It plugs into the wall or car lighter.
    When mine is charging, I turn it off by pressing the bottom of the wheel and holding it until it shuts off, and shows the recharging image. When I plug it in, it does turn on automatically, but then I just turn it off. (BTW, I do sometimes play music on it while it is charging. It doesn't seem to slow down the charging process, and I can play it on Shuffle as long as I want, which really runs down the battery when not plugged in.)

  • Basic questions with respect to ABAP WebDynpro Application

    Hi All,
    I have two basic questions with respect to an ABAP WebDynpro application :
    a) If an ABAP WebDynpro application has been developed, how could it be made available to the end user?
    b) Can an ABAP WebDynpro application be developed in ECC or is it only applicable for version 4.6c?
    Thanks & Regards,
    Sushanth Hulkod

    Sushanth Hulkod wrote:
    > a) If an ABAP WebDynpro application has been developed, how could it be made available to the end user?
    >
    > b) Can an ABAP WebDynpro application be developed in ECC or is it only applicable for version 4.6c?
    a) If an ABAP WebDynpro application has been developed, how could it be made available to the end user?
    Answer - By providing direct link of the WD application created in SE80, creating iView for webdynpro abap application in the portal environment and  NWBC environment
    b) Can an ABAP WebDynpro application be developed in ECC or is it only applicable for version 4.6c?
    Answer - Yes it can be developed in ECC. Webdynpro ABAP is introduced in NW 2004s (SAP NetWeaver 7.0 or ECC 6.0)
    Thanks,
    Chandra

  • Basic questions about cloning a drive

    I'm planning on installing a new Seagate 300GB SATA internal drive and have two basic questions:
    1. Is it advisable to make the new drive my boot drive? Presumably the new drive will be faster than the original Maxtor SATA 160GB, right? (I'm not able to find the Maxtor's specs, as System Profiler causes a spinning beachball).
    2. Why do so many people recommend using Carbon Copy Cloner or other software for cloning the contents of an old boot drive to the new drive? Can't I simply copy the files (via "drag and drop") to the new drive and bless the new drive as the startup drive using the Startup Disk system preference?
    Power Mac G5 Dual 2.5   Mac OS X (10.4.2)  

    1. The new drive MAY be faster, depends on which drive you're buying. I think most of the Seagates have an 8mb cache. Which your original Maxtor also more than likely has. Chances are you won't notice any speed boost.
    2. Drag and drop won't work. Cloning is the way to go to insure that everything get's copied to the new drive. I recommend Carbon Copy Cloner or SuperDuper. Both can be tried without buying, but both are worth the $$.
    If I were you I'd install the new drive in the open drive bay, clone the old one over to it, set it as the startup drive in system prefs, and finally once you're certain that everything is working, format the old drive. It doesn't matter which drive bay your startup drive is in.
    Dual 2.0, 4 GB, 2x160 GB , SuperDrive, 9800 SE, 20 Aluminum - 15 1.5 PB,   Mac OS X (10.4.4)  

  • Novice with a 3 basic questions

    Hi, I just got done ripping a hundred or so of my cds to itunes (to put on an ipod I will be buying soon). I have two basic questions:
    1)does it matter which rate I ripped them at? I did it at 320 but its eating up memory like nobody's business. If I rip at 192 is the sound quality noticably different?
    2) if 192 will work is there anyway to convert the albums I've already ripped at 320 to 192 or will I have to rerip them?
    3) I want to have about 700 albums on my ipod. Does anyone know generally how big an ipod I should get for that?
    Thanks for your help, I appreciate it!

    Hi, I just got done ripping a hundred or so of my cds to itunes (to put on an ipod I will be buying soon). I have two basic questions:
    1)does it matter which rate I ripped them at? I did it at 320 but its eating up memory like nobody's business. If I rip at 192 is the sound quality noticably different?
    1) It does matter what rate you rip them at. There are several things that ripping at a higher kbps will do - as you said, it will eat up storage like nobody's business, and it will also eat up battery life. This is because at a higher kbps, the songs take up more space. Therefore, more space=more searching/buffering for the Ipod, and shorter battery life. The sound quality will only be noticable if you have an extremely high fidelity system that you are playing it through. Using headphones, there is not that much of an audible difference, at least not to me. Use the 192 setting - that is what I ripped mine at and they sound great.
    2) if 192 will work is there anyway to convert the albums I've already ripped at 320 to 192 or will I have to rerip them?
    2) I am personally not aware of a feature that will allow you to do this, but as you can see, this is my first post and I have only had Ipod for about a week. I do not believe that you can do this; I think you need to re-rip them.
    3) I want to have about 700 albums on my ipod. Does anyone know generally how big an ipod I should get for that?
    3) For 192 kbps and 700 albums (averaging about 15 songs) you will definately need the 60 Gig Ipod. I have the 30 Gig and have about 200 and it is almost half full, so about 400 give or take on the 60 Gig.
    Thanks for your help, I appreciate it!
      Windows XP Pro  
      Windows XP Pro  

  • Physical standby databse

    I am using 10g release 2, my question is Physical standby swichover without downtime or manually should start the standby database.

    you will have a short downtime while switching over.
    It depends on the startupt time you need for the instance.
    You can follow both alert.log files and see which processes are started and when the databases are shut down and restarted.
    And of course you have to ensure that your listener-configuration is correct so the application or whatever is able to reach the new site.
    Edited by: torgum on Nov 3, 2009 11:27 AM

  • Questions regarding creating a physical standby database in 10gR2

    I'm setting up a physical standby database in a test environment using two windows 2003 servers. I was wondering if someone could answer a few questions I'm not too clear on. I've been thru the data guard manual and as much online information as i can find. I may have it working but wanted to post some things I'm not sure I did quite right.
    My tnsnames.ora files.
    On my primary database server:
    # tnsnames.ora Network Configuration File: F:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    PRIMARY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = SERVER1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PRIMARY.MYDOMAIN.com)
    STANDBY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = SERVER2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = STANDBY.MYDOMAIN.com)
    On my physical standby database server:
    # tnsnames.ora Network Configuration File: f:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    STANDBY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = SERVER2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = STANDBY.MYDOMAIN.com)
    PRIMARY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = SERVER1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PRIMARY.MYDOMAIN.com)
    My Listener.ora files:
    On my primary database server:
    # listener.ora Network Configuration File: F:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = PRIMARY.MYDOMAIN.com)
    (ORACLE_HOME = f:\oracle\product\10.2.0\db_1)
    (SID_NAME = primary)
    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = server1.mydomain.com)(PORT = 1521))
    On my physical standby database server:
    # listener.ora Network Configuration File: f:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = standby.mydomain.com)
    (ORACLE_HOME = f:\oracle\product\10.2.0\db_1)
    (SID_NAME = standby)
    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sever2.mydomain.com)(PORT = 1521))
    The next item I'm not sure about is after creating the control file for standby use.
    One the primary server I created it using:
    alter database create standby controlfile as 'sbcontrol01.ctl';
    I copied the primary database pfile I had created earlier to the standby server, renamed it and edited it.
    Initially I left the CONTROL_FILES= parameter pointing to the control01.ctl, control02.ctl and control03.ctl that I restored. But I was getting the error ORA-01665: control file is not a standby control file
    So I copied the sbcontrol01.ctl to sbcontrol02 and sbcontrol03.ctl and pointed the CONTROL_FILES= parameter at them.
    The error went away and the database came up. I still need to test it some more but wanted to see if what i did was correct or a fluke.
    Edited by: tjohnson on Mar 23, 2009 2:26 PM

    If in the primary I had control files named control01, control02 and control03 would I have been able to create a standby controlfile called control01.ctl or would I have had to name it something else like I did (sbcontrol01.ctl) and rename it to control01.ctl once I got it over to the standby database server?Suppose you have the primary database control file in C:\oracle\primary\control location with names control01.ctl and control02.ctl. Then also you can create a standby controlfile with control01.ctl and control02.ctl , but then the location to be created must be different.You can create it in C:\oracle\primary location and then transfer to the specified location mentioed in the pfile of the standby database and mount the standby database.
    But saying this i would suggested to keep the name different from control01.ctl as far as naming conventions are followed.It might confuse someoe whether its a primary database controlfe or a standby database controlfile.Usally primary database controlfile are named control01.ctl , coltrol02.ctl etc and for standby many do prefer keeping standby01.ctl, standby02.ctl.Thats just for for understanding.
    HTH
    Anand

  • Question regarding removal of physical standby database?

    We are running a 2 node rac cluster on linux itanium and we have setup one physical standby server. We did not use the data guard broker to setup the standby database we simply set 2 parameters log_archive_config and log_archive_dest_2.
    We now are looking to remove the physical standby server and I see that the 2 parameters are dynamic so I was trying to find out if it is as simple as running the alter system comands to reove the 2 parameters?
    I gues my real question is more about the syntax of removing the parameters?
    Would this syntax be correct?
    alter system set log_archive_config='' scope=both sid='*';
    alter system set log_archive_dest_2='' scope=both sid='*';
    and does it make a difference which parameter is removed first?
    Thanks I appreciate any help.

    the standby system is also a 2 node cluster but only one of the nodes has the instance up in a mount state running in recover mode and the other instance is simply shutdown.
    Thanks.

  • One primary and two Physical standby

    Hi everyone,
    I want configure two separate Physical standby one work in Redo apply and one in log apply mode.
    is it posible?

    user011232 wrote:
    Hi everyone,
    I want configure two separate Physical standby one work in Redo apply and one in log apply mode.
    is it posible?Yes it can possible very much. You have to configure as below in remote destinations.
    Example_:-
    Log_archive_dest_2='service= stby1 lgwr async ';
    Log_archive_dest_3='service= stby2 arch async ';
    What is the plan behind that? just for testing purpose? Even me too not tested but you can try configuring as above. :)
    Edited by: CKPT on Feb 14, 2012 5:46 PM

  • Dataguard physical standby archive log question

    Hi all,
    I will try to keep this simple..
    I have a 4 node RAC primary shipping logs to a 2 node physical standby.
    On the primary when I run 'alter system archive log current' on an instance I only see 1 log being applied on the standby, that is by querying v$archived_log.
    If I run the following on the standby:
    select thread#,sequence#,substr(name,43,70)"NAME",registrar,applied,status,first_time from v$archived_log where first_time
    in
    (select max(first_time) from v$archived_log group by thread#)
    order by thread#
    I get:
    THREAD# SEQUENCE# NAME REGISTR APPLIED S FIRST_TIME
    1 602 thread_1_seq_602.2603.721918617 RFS YES A 17-jun-2010 12:56:58
    2 314 thread_2_seq_314.2609.721918627 RFS NO A 17-jun-2010 12:56:59
    3 311 thread_3_seq_311.2604.721918621 RFS NO A 17-jun-2010 12:57:00
    4 319 thread_4_seq_319.2606.721918625 RFS NO A 17-jun-2010 12:57:00
    Why do we only see the max(sequence#) having been applied and not all of them?
    This is the same no matter how many times I archive the current log files on any of the instances on the primary and also the standby does not have any gaps.
    Hope this is clear..
    any ideas?
    jd

    ok output from gv$archived_log on standby BEFORE 'alter system archive log current' on primary
    THREAD# SEQUENCE# NAME REGISTR APPLIED S FIRST_TIME
    1 679 thread_1_seq_679.1267.722001505 RFS NO A 18-jun-2010 11:58:22
    1 679 thread_1_seq_679.1267.722001505 RFS NO A 18-jun-2010 11:58:22
    2 390 thread_2_seq_390.1314.722001507 RFS NO A 18-jun-2010 11:58:23
    2 390 thread_2_seq_390.1314.722001507 RFS NO A 18-jun-2010 11:58:23
    3 386 thread_3_seq_386.1266.722001505 RFS YES A 18-jun-2010 11:58:22
    3 386 thread_3_seq_386.1266.722001505 RFS YES A 18-jun-2010 11:58:22
    4 393 thread_4_seq_393.1269.722001507 RFS NO A 18-jun-2010 11:58:23
    4 393 thread_4_seq_393.1269.722001507 RFS NO A 18-jun-2010 11:58:23
    Output from v$archived_log on standby AFTER 'alter system archive log current' on primary
    THREAD# SEQUENCE# NAME REGISTR APPLIED S FIRST_TIME
    1 680 thread_1_seq_680.1333.722004227 RFS NO A 18-jun-2010 11:58:29
    1 680 thread_1_seq_680.1333.722004227 RFS NO A 18-jun-2010 11:58:29
    2 391 thread_2_seq_391.1332.722004227 RFS NO A 18-jun-2010 11:58:30
    2 391 thread_2_seq_391.1332.722004227 RFS NO A 18-jun-2010 11:58:30
    3 387 thread_3_seq_387.1271.722004225 RFS NO A 18-jun-2010 11:58:28
    3 387 thread_3_seq_387.1271.722004225 RFS NO A 18-jun-2010 11:58:28
    4 394 thread_4_seq_394.1270.722004225 RFS YES A 18-jun-2010 11:58:29
    4 394 thread_4_seq_394.1270.722004225 RFS YES A 18-jun-2010 11:58:29
    as a reminder we have a 4 node RAC system shipping logs to a 2 node RAC standby. There are no gaps but only one log is ever registered as being applied.
    Why is that? Why arnt all logs registered as being applied?

Maybe you are looking for

  • My movie has clips that have some extracted audio that I would like to use for the menu music in iDVD 11. Does anyone know how to do this? Copy and paste does not seem to work.

    My iMovie 11 movie has clips that have some extracted audio that I would like to use for the menu music in iDVD 11. Does anyone know how to do this? Copy and paste does not seem to work.

  • Processes

    Hi Experts, We are running 65 sessions parallel in our database. Then we got the following error. ORA-00020: maximum number of processes (40) exceeded. I have checked show parameter processes NAME                                 TYPE        VALUE aq_

  • Should i buy another soundca

    hey there I have posted a few days ago and i still had no answer from a mod or admin.. the problem is.. Do i buy a M-Audio Delta 00 or i can keep my audigy? I really need an answer on the next question so if you CAN'T answer or if my question is not

  • Save in DB selected selectmanycomponenet values as string

    I need to save selectmany component's multiple selected values in DB  as string where selected values are seperated with ; I have already 1 similar example where i save selected values in seperate rows: http://adf-use-cases.googlecode.com/files/fg.ra

  • Z BDC Field in the script

    Hello Gurus, We are working on Interactive script in the SAP CRM 7.0 and we are having a problem when a variable that comes from a non-standard BOL object is include in the script. This BOL is not used in any view and it is just used to show addition