V$backup_set_details and SECTION SIZE parameter

Hi,
I was testing the new SECTION SIZE parameter, but when I use it, the v$backup_set_details view retrieves several rows from the same backup set. I don't understand why.
As the documentation of v$backup_set_details description says, it "provides detailed information about the backup set.". So, I understand that each row will show information about each backupset, except that "This view will contain an extra row for each backup session that invokes BACKUP BACKUPSET (that is, creates new copies for the same backup set or copies backup set information from disk to tape)" which is no my situation.
Here is my example:
Here is my rman script runned against a 11.2.0.1, 2TB size, with several big datafiles, setting up SECTION SIZE at 12000 M:
RUN
CONFIGURE DEVICE TYPE DISK PARALLELISM 8;
CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/backup/ora_w%T_df%t_s%s_s%p';
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/backup/%F';
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE BACKUP OPTIMIZATION ON;
BACKUP AS COMPRESSED BACKUPSET INCREMENTAL LEVEL 0 SECTION SIZE 12000 M DATABASE PLUS ARCHIVELOG;
}When its finished, lets check what rman says about the backup of datafiles #187(which is 15G) and #57 (3,1GB)
RMAN> list backup of datafile 187;
Lista de Juegos de Copias de Seguridad
===================
Clave BS  Tipo LV Tamaño       Tipo de Dispositivo Tiempo Transcurrido Hora de Finalización
8352    Incr 0  11.40G     DISK        01:07:58     28-ABR-2013 22:41:37
  Lista de Archivos de Datos en el juego de copias de seguridad 8352
  Tipo de Archivo LV SCN Pto. Ctrl.    Hora de Punto de Control Nombre
  187  0  Incr 1645285921 28-ABR-2013 21:33:39     /myoracle/data/FICHEROS_DB134.dbf
  Copia de Juego de Copias de Seguridad #1 del juego de copias de seguridad 8352
  Tipo de Dispositivo Tiempo Transcurrido Hora de Finalización Comprimido Etiqueta
  DISK        01:07:58     28-ABR-2013 22:41:36 YES        TAG20130427T170811
    Lista de Partes de la Copia de Seguridad para el juego de copias de seguridad 8352 Número de Copia 1
    Clave BP  Número de Parte Estado      Nombre de Parte
    9694    1   AVAILABLE   /backup/ora_w20130428_df813965619_s13146_s1
    9687    2   AVAILABLE   /backup/ora_w20130428_df813965619_s13146_s2
RMAN> list backup of datafile 57;
Lista de Juegos de Copias de Seguridad
===================
Clave BS  Tipo LV Tamaño       Tipo de Dispositivo Tiempo Transcurrido Hora de Finalización
8212    Incr 0  17.29G     DISK        01:50:19     27-ABR-2013 18:58:32
        Clave BP: 9417   Estado: AVAILABLE  Comprimido: YES  Etiqueta: TAG20130427T170811
        Nombre de Parte: /backup/ora_w20130427_df813863293_s12872_s1
  Lista de Archivos de Datos en el juego de copias de seguridad 8212
  Tipo de Archivo LV SCN Pto. Ctrl.    Hora de Punto de Control Nombre
  57   0  Incr 1644254693 27-ABR-2013 17:08:13     /myoracle/data/DATOS_DB05.dbfEverything went as expected.
Datafile #187 which is 15G goes into one backupset with two backupieces, because SECTION SIZE is 12000 M
RMAN> list backupset 8352;
se utiliza el archivo de control de la base de datos destino en lugar del catálogo de recuperación
Lista de Juegos de Copias de Seguridad
===================
Clave BS  Tipo LV Tamaño       Tipo de Dispositivo Tiempo Transcurrido Hora de Finalización
8352    Incr 0  11.40G     DISK        01:07:58     28-ABR-2013 22:41:37
  Lista de Archivos de Datos en el juego de copias de seguridad 8352
  Tipo de Archivo LV SCN Pto. Ctrl.    Hora de Punto de Control Nombre
  187  0  Incr 1645285921 28-ABR-2013 21:33:39     /myoracle/data/FICHEROS_DB134.dbf
  Copia de Juego de Copias de Seguridad #1 del juego de copias de seguridad 8352
  Tipo de Dispositivo Tiempo Transcurrido Hora de Finalización Comprimido Etiqueta
  DISK        01:07:58     28-ABR-2013 22:41:36 YES        TAG20130427T170811
    Lista de Partes de la Copia de Seguridad para el juego de copias de seguridad 8352 Número de Copia 1
    Clave BP  Número de Parte Estado      Nombre de Parte
    9694    1   AVAILABLE   /backup/ora_w20130428_df813965619_s13146_s1
    9687    2   AVAILABLE   /backup/ora_w20130428_df813965619_s13146_s2Datafile #57 goes into one backup set with one backup piece along with others datafiles
RMAN> list backupset 8212
2> ;
Lista de Juegos de Copias de Seguridad
===================
Clave BS  Tipo LV Tamaño       Tipo de Dispositivo Tiempo Transcurrido Hora de Finalización
8212    Incr 0  17.29G     DISK        01:50:19     27-ABR-2013 18:58:32
        Clave BP: 9417   Estado: AVAILABLE  Comprimido: YES  Etiqueta: TAG20130427T170811
        Nombre de Parte: /backup/ora_w20130427_df813863293_s12872_s1
  Lista de Archivos de Datos en el juego de copias de seguridad 8212
  Tipo de Archivo LV SCN Pto. Ctrl.    Hora de Punto de Control Nombre
  33   0  Incr 1644254693 27-ABR-2013 17:08:13     /myoracle/data/indx01.dbf
  57   0  Incr 1644254693 27-ABR-2013 17:08:13     /myoracle/data/DATOS_DB05.dbf
  202  0  Incr 1644254693 27-ABR-2013 17:08:13     /myoracle/data/FICHEROS_DB149.dbf
  210  0  Incr 1644254693 27-ABR-2013 17:08:13     /myoracle/data/FICHEROS_DB158.dbf
  218  0  Incr 1644254693 27-ABR-2013 17:08:13     /myoracle/data/FICHEROS_DB166.dbfNow, lets view those backupsets in the v$backup_set_details view.
Viewing the backup set 8352 ... seems the expected result
SQL> select BS_KEY, RECID, START_TIME, COMPLETION_TIME, ROUND(OUTPUT_BYTES/1024/1024,2) MB, STATUS
from v$backup_set_details
where bs_key = 8352
order by start_time;  2    3    4
    BS_KEY      RECID START_TIME           COMPLETION_TIME              MB S
      8352       8352 28-ABR-2013 21:33:39 28-ABR-2013 22:41:37   11678,22 ANOW lets query for the backup set 8212
If select that backupset in the v$backup_set_details, why there are so many rows for the same backupset?
And why the output_bytes value is different in each row?
SQL> select BS_KEY, RECID, START_TIME, COMPLETION_TIME, ROUND(OUTPUT_BYTES/1024/1024,2) MB, STATUS
from v$backup_set_details
where bs_key = 8212
order by start_time;  2    3    4
    BS_KEY      RECID START_TIME           COMPLETION_TIME              MB S
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   18753,49 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20143,88 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20366,69 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20143,88 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17701,73 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   18753,49 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32    20090,2 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20143,88 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20143,88 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   19986,97 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   18753,49 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20442,96 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17038,69 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20442,96 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   19986,97 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20442,96 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20442,96 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17701,73 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   19986,97 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32    20090,2 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17701,73 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   19986,97 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20366,69 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   19986,97 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32    20090,2 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17038,69 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32    20090,2 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17701,73 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20442,96 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17701,73 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32    20090,2 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32    20090,2 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32    20090,2 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   19986,97 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   18753,49 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   18753,49 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   18753,49 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   18753,49 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   19986,97 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20366,69 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20442,96 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20366,69 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17038,69 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20366,69 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17038,69 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20143,88 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17038,69 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20442,96 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20143,88 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20366,69 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20143,88 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17701,73 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   20366,69 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17701,73 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17038,69 A
      8212       8212 27-ABR-2013 17:08:13 27-ABR-2013 18:58:32   17038,69 A
56 filas seleccionadas.Can someone explain this to me? What am I missing?
Regards

HI,
Sorry, I don't understand the meaning of your message. what do you mean by historic records ?
I can't find reasonable details discription about the view v$backup_set. I don't see any information inthere about deleting a backup, nor do I find info about the size of the backup taken.
AM I right, that view RC_BACKUP_SET in the catalog contains exactly the same info, as v$BACKUP_SET in target control-file ?
Wher can I find info about deleted backups ?
How to query the total size of 1 backup of 1 DB ?
Where does "list backup" gets it's info from ? I don't see any discription about that source !
I want to calculate the backup-times and capacity over the time and I think all that info is in the catalog, but where ? how to query it ?
the standard views do not provide size-info !
Why does Oracle makes it so difficult to query backup-statistics ?
thanks for any tip on getting to understand the catalog's resources.
regards LaoLaoDe

Similar Messages

  • Resource_manager_plan and Reserved pool size  parameter changing every time

    Hello All,
    In my production database (Oracle 11g  RAC )Resource_manager_plan and Reserved pool size  parameter changing every time .
    Below is my question .
    This parameter changed automatically  or it require manual intervention .
    In what case this parameter changed if it automatically changed.
    I had checked dba_hist_parameter a, dba_Hist_snapshot b table for parameter changed history parameter changed .
    This parameter linked with process and sql performances?.
    Please help me . Thanks .
    Regards
    Ranjeet

    When scheduler window opens, its resource plan becomes active. For example, MONDAY_WINDOW begins on monday at 22:00. At this time current plan is changed to DEFAULT_MAINTENANCE_PLAN. At 00:00 (Tuesday) plan that was active before monday 22:00, becomes active. DEFAULT_MAINTENANCE_PLAN is used for Autotask clients :
    select client_name,WINDOW_GROUP from DBA_AUTOTASK_CLIENT ;
    CLIENT_NAME                     WINDOW_GROUP
    auto optimizer stats collection ORA$AT_WGRP_OS
    auto space advisor              ORA$AT_WGRP_SA
    sql tuning advisor              ORA$AT_WGRP_SQ
    select * from DBA_SCHEDULER_WINGROUP_MEMBERS where WINDOW_GROUP_NAME in (select WINDOW_GROUP from DBA_AUTOTASK_CLIENT);
    WINDOW_GROUP_NAME WINDOW_NAME
    ORA$AT_WGRP_OS    MONDAY_WINDOW
    ORA$AT_WGRP_OS    TUESDAY_WINDOW
    ORA$AT_WGRP_OS    WEDNESDAY_WINDOW
    ORA$AT_WGRP_OS    THURSDAY_WINDOW
    ORA$AT_WGRP_OS    FRIDAY_WINDOW
    ORA$AT_WGRP_OS    SATURDAY_WINDOW
    ORA$AT_WGRP_OS    SUNDAY_WINDOW
    ORA$AT_WGRP_SA    MONDAY_WINDOW
    ORA$AT_WGRP_SA    TUESDAY_WINDOW
    ORA$AT_WGRP_SA    WEDNESDAY_WINDOW
    ORA$AT_WGRP_SA    THURSDAY_WINDOW
    ORA$AT_WGRP_SA    FRIDAY_WINDOW
    ORA$AT_WGRP_SA    SATURDAY_WINDOW
    ORA$AT_WGRP_SA    SUNDAY_WINDOW
    ORA$AT_WGRP_SQ    MONDAY_WINDOW
    ORA$AT_WGRP_SQ    TUESDAY_WINDOW
    ORA$AT_WGRP_SQ    WEDNESDAY_WINDOW
    ORA$AT_WGRP_SQ    THURSDAY_WINDOW
    ORA$AT_WGRP_SQ    FRIDAY_WINDOW
    ORA$AT_WGRP_SQ    SATURDAY_WINDOW
    ORA$AT_WGRP_SQ    SUNDAY_WINDOW

  • What is the relation between FetchSize and Range Size

    Hi
    What is the relation between FetchSize ("in batches of" field) and Range Size in view object tuning section? What would happen if, for example, I set the fetch size to 10 and range size to 5?
    Ferez

    Timo,
    From oracle’s documentation we learn that RangeSize attribute of the Iterator “controls the number of records ADFm requests from the BC layer simultaneously”
    RangeSize Tuning
    This parameter controls the number of records ADFm requests from the BC layer
    simultaneously. The default RangeSize is 25 records. Consider setting this value to
    the number of records to be displayed in the UI simultaneously for the View Object so
    that the number of round-trips between the model and BC layers is reduced to one.
    This is configured in the Iterator attribute of the corresponding page's page
    definition XML.
    and the purpose of FetchSize  is now clear for me but let me ask another question about VO’s rangeSize which you told is used when we use range paging. You mean that when we use range paging so the rangeSize of VO is used to fetch data from database and the FetchSize is ignored in this case? Please correct me if I am wrong.
    Ferez

  • How to change DEFAULT font and font size on new Pages document

    When I open a new Page document, it always comes in with a default font and font size. I know how to change those settings on the open document.
    I want to know how to change the ~default~ font and font size so that a new Page document always opens with those default settings.
    -Thanks for your service to the community.

    Hi Lionate
    Welcome to the forum.
    Make a document to your liking.
    Change the Body style and any other styles in :
    +Menu > Show Styles Drawer > click on the little triangle next to Body > redefine Style from Selection+
    Capture the page:
    +Menu > Format > Advanced > Capture Pages… > Name it > OK+
    +Menu > Format > Advanced > Manage Pages… > Delete other Sections/Pages > OK+
    Save as a template:
    +Menu > File > Save as Template…+
    +Menu > Pages > Preferences > General Preferences > For New Documents > click Use template: > Choose > browse to the template above+
    Peter

  • What is the best Practice to improve MDIS performance in setting up file aggregation and chunk size

    Hello Experts,
    in our project we have planned to do some parameter change to improve the MDIS performance and want to know the best practice in setting up file aggregation and chunk size when we importing large numbers of small files(one file contains one record and each file size would be 2 to 3KB) through automatic import process,
    below is the current setting in production:-
    Chunk Size=2000
    No. Of Chunks Processed In Parallel=40
    file aggregation-5
    Records Per Minute processed-37
    and we made the below setting in Development system:-
    Chunk Size=70000
    No. Of Chunks Processed In Parallel=40
    file aggregation-25
    Records Per Minute processed-111
    after making the above changes import process improved but we want to get expert opinion making these changes in production because there is huge number different between what is there in prod and what change we made in Dev.
    thanks in advance,
    Regards
    Ajay

    Hi Ajay,
    The SAP default values are as below
    Chunk Size=50000
    No of Chunks processed in parallel = 5
    File aggregation: Depends  largely on the data , if you have one or 2 records being sent at a time then it is better to cluster them together and send it at one shot , instead of sending the one record at a time.
    Records per minute Processed - Same as above
    Regards,
    Vag Vignesh Shenoy

  • Package Size parameter in Partner Profile

    Hello guys,
    I'd need your advice. We have 2 systems (SAP and Non-SAP) and we need to connect them by mean of HR-PDC interface (IDoc communication is supported). We can create new Partner Profile in SAP and we can add a few IDoc types as Inbound Parameters of the partner profile. Then it is possible to define maximal package size for several IDoc types. I suppose that the Non-SAP system reads the Partner Profile and the "Package Size" parameter for the particular IDoc type before it sends some IDoc to SAP system. IDoc's size is limited by the parameter.
    And now our problem. We need to insert XI between these 2 systems. XI should only forward IDocs and nothing else. How could I set up limitation of IDoc's size? Do you thing that following scenarion could be working?
    I would define Partner Profile in XI same way as in the previous case in SAP. XI is configured to process IDocs in Integration Server by means of IDoc adapter. My expectation is that the Non-SAP system would read the partner profile in XI (including "Package Size" parameter) and then it would send IDoc to XI. Then XI would process the received IDocs in IDoc adapter.
    How can be "Package Size" parameter useful for inbound IDocs?
    Best Regards,
    Zbynek

    Hello ,
                Check the blog below
    /people/michal.krawczyk2/blog/2007/12/02/xipi-sender-idoc-adapter-packaging
    Rajesh

  • Increase the SGA and PGA size

    Hello Guru,
    How do i check what is my SGA and PGA..I am using TOAD..
    I need to increase the SGA and PGA size...Please help..
    I have a table having 200 million records, all indexes are there for the column..But it hang on in the debugging mode and also compile mode..
    So i believe, I need to increase the SGA and PGA size...
    Thanks,
    Haraprasad...

    805936 wrote:
    Hello Guru,
    How do i check what is my SGA and PGA..I am using TOAD..
    I need to increase the SGA and PGA size...Please help..
    The current size for both SGA and PGA can be shown depending on the version of the db. For 10g, the SGA size is shown by sga_target parameter and PGA size is shown by pga_aggregate_target parameter. For 11g, the parameter memory_target sets them both.
    I have a table having 200 million records, all indexes are there for the column..But it hang on in the debugging mode and also compile mode..
    So i believe, I need to increase the SGA and PGA size...No, IMO, your believe doesn't hold much base as the evidence that you have used is insufficient. What is the debugging mode or compile mode ? For what purpose you are using these modes? 200 million is not a very large number if you ask me. Tell us your db version and based on it, generate a Statspack or AWR report and post here.
    HTH
    Aman....

  • Filename and path sizes and characters

    I am failing to load 4000+ tracks to my Ipod from my XP machine using Itunes 7.50.0.20. This is an Ipod Clickwheel 20GB. I want to load 17.86GB in the now empty Ipod. However it gets so far then stops saying there is not enough space.
    I wonder if am I getting the wrong message?
    Some of my tracks have very long filenames/paths e.g 124 charactere filenames and 213 character paths. I also have some filenames with " (double quote) in.
    Could this be the reason?
    If so what characters must I avoid and what size should the filename and paths be limited to?

    Filenames and paths are irrelevant. They are renamed on the iPod anyway.
    20 GB is not really 20. It is a rounded number all HD manufacturers use. Plus you lose some space due to formatting and the iPod software. There is also meta data for the songs which takes some space.

  • Photoshop CC 2014 UI Menu Text And Icon Size?

    so i really like that adobe has added the "experimental" option to increase the ui menu text and icon size in photoshop cc 2014, it was almost unreadable on my 2560 x 1440 27" monitor with photoshop cs4 and illustrator cs4, but the lone 200% setting is too big... seems that 125%, 150%, or maybe even 175% would be much better solutions. in fact, for reasons i can't quite understand, the ui text and icon size in illustrator cc 2014 is spot on, absolutely perfect on my monitor, even tho there is no option for increased ui size as far as i can tell, it was spot on the moment i installed and launched it.
    in short, the photoshop cs4 and illustrator cs4 user interfaces were identical in size as far as i could tell, and far too small on my 2560 x 1440 27" monitor. in terms of cc 2014, the illustrator ui is perfect out of the box on my monitor, considerably larger than illustrator cs4, while the photoshop cc 2014 ui is identical to cs4, tiny, but can be enlarged 200% which makes the ui too big. why couldn't/didn't adobe just make the photoshop cc 2014 base ui the exact same size as the illustrator cc 2014 ui? it would have been perfect (for my monitor size).

    thanks... just wish illustrator cc 2014 wasn't so perfect in terms of ui size, i mean it's just great and, consequently, makes it seem as if the ball was dropped with photoshop cc 2014... i mean how can one be spot on while the other be so far off?

  • ORA-32004: obsolete and/or deprecated parameter(s) specifiedORACLE instance

    Hi friends,
    i am trying to install BIW 3.0b (win-2000, oracle 9.2.0.1.0 (patch 9.1.0.4.1)& j2sdk 1_4_1)
    while installing database instance i am getting this problem.
    INFO 2007-09-26 15:57:09
    Copying file C:/SAPinst ORACLE KERNEL/keydb.xml to: C:/SAPinst ORACLE KERNEL/keydb.1.xml.
    INFO 2007-09-26 15:57:09
    Creating file C:\SAPinst ORACLE KERNEL\keydb.1.xml.
    INFO 2007-09-26 15:58:14
    Processing of host operation t_HostInfo_SHARED succeeded.
    INFO 2007-09-26 15:58:35
    The 'saploc' share exists at directory 'E:\usr\sap'. Choosing drive E: as SAP System drive.
    INFO 2007-09-26 16:00:26
    Copying file C:/dump/export1/DB/ORA/DBSIZE.XML to: DBSIZE.XML.
    INFO 2007-09-26 16:00:26
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.XML.
    INFO 2007-09-26 16:00:26
    Copying file system node C:\dump\export1/DB/ORA/DBSIZE.XML with type NODE to DBSIZE.XML succeeded.
    INFO 2007-09-26 16:00:26
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2007-09-26 16:00:26
    Copying file C:/SAPinst ORACLE KERNEL/DBSIZE.XML to: C:/SAPinst ORACLE KERNEL/DBSIZE.1.XML.
    INFO 2007-09-26 16:00:26
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.1.XML.
    INFO 2007-09-26 16:00:26
    Copying file C:/dump/export1/DB/DDLORA.TPL to: DDLORA.TPL.
    INFO 2007-09-26 16:00:26
    Creating file C:\SAPinst ORACLE KERNEL\DDLORA.TPL.
    INFO 2007-09-26 16:00:26
    Copying file system node C:\dump\export1/DB/DDLORA.TPL with type NODE to DDLORA.TPL succeeded.
    INFO 2007-09-26 16:00:26
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2007-09-26 16:00:33
    Moving file C:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
    INFO 2007-09-26 16:00:33
    Moving file C:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
    INFO 2007-09-26 16:00:33
    Removing file C:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
    INFO 2007-09-26 16:02:00
    Package table created
    PHASE 2007-09-26 16:02:10
    SAP Business WareHouse
    PHASE 2007-09-26 16:02:10
    SAP Web Application Server
    PHASE 2007-09-26 16:02:10
    Request common parameters of SAP System
    PHASE 2007-09-26 16:02:10
    Create operating system accounts
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1004 ACCOUNTNAME=biwdev\SAP_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1005 ACCOUNTNAME=biwdev\SAP_BWD_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1006 ACCOUNTNAME=biwdev\SAP_BWD_GlobalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Global Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1007 ACCOUNTNAME=ORA_BWD_DBA ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Operator Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1008 ACCOUNTNAME=ORA_BWD_OPER ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
    INFO 2007-09-26 16:02:15
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1009 ACCOUNTNAME=biwdev\bwdadm ACCOUNTTYPE=USER DESCRIPTION=SAP System Administrator MEMBERSHIP=biwdev\SAP_BWD_GlobalAdmin,biwdev\Users,Administrators,ORA_BWD_DBA,ORA_BWD_OPER,biwdev\SAP_LocalAdmin,biwdev\SAP_BWD_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*...  succeeded.
    INFO 2007-09-26 16:02:15
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1010 ACCOUNTNAME=biwdev\SAPServiceBWD ACCOUNTTYPE=USER CONDITION=YES DESCRIPTION=SAP System Service Administrator MEMBERSHIP=biwdev\SAP_BWD_GlobalAdmin,Administrators,ORA_BWD_DBA,ORA_BWD_OPER,biwdev\SAP_LocalAdmin,biwdev\SAP_BWD_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*...  succeeded.
    INFO 2007-09-26 16:02:15
    Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    INFO 2007-09-26 16:02:17
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'S-1-5-21-1844237615-963894560-725345543-1009' on host 'biwdev'!
    INFO 2007-09-26 16:02:17
    Successfully added privileges 'SeServiceLogonRight SeNetworkLogonRight' to account 'biwdev\SAPServiceBWD' on host 'biwdev'!
    INFO 2007-09-26 16:02:17
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'biwdev\bwdadm' on host 'biwdev'!
    INFO 2007-09-26 16:02:18
    Evaluating all 'tNT_RegistryEntries' table rows succeeded.
    INFO 2007-09-26 16:02:19
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:20
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:21
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:21
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:22
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:23
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:24
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:24
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:53
    Creating directory E:\oracle\BWD\sapdata1\system_1.
    INFO 2007-09-26 16:02:53
    Creating file system node E:\oracle\BWD/sapdata1\system_1 with type DIRECTORY succeeded.
    INFO 2007-09-26 16:02:53
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2007-09-26 16:02:53
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2007-09-26 16:02:53
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2007-09-26 16:02:55
    Copying file C:/dump/master/NT/COMMON/INSTALL/INITSID.ORA to: E:\oracle\ora92\database\initBWD.ora.
    INFO 2007-09-26 16:02:55
    Creating file E:\oracle\ora92\database\initBWD.ora.
    INFO 2007-09-26 16:02:55
    Copying file system node C:\dump\master/NT/COMMON/INSTALL/INITSID.ORA with type FILE to E:\oracle\ora92\database\initBWD.ora succeeded.
    INFO 2007-09-26 16:02:55
    Copying file C:/dump/master/NT/COMMON/INSTALL/INITSID.SAP to: E:\oracle\ora92\database\initBWD.sap.
    INFO 2007-09-26 16:02:55
    Creating file E:\oracle\ora92\database\initBWD.sap.
    INFO 2007-09-26 16:02:55
    Copying file system node C:\dump\master/NT/COMMON/INSTALL/INITSID.SAP with type FILE to E:\oracle\ora92\database\initBWD.sap succeeded.
    INFO 2007-09-26 16:02:55
    Copying file C:/dump/master/NT/COMMON/INSTALL/INITSID.DBA to: E:\oracle\ora92\database\initBWD.dba.
    INFO 2007-09-26 16:02:55
    Creating file E:\oracle\ora92\database\initBWD.dba.
    INFO 2007-09-26 16:02:55
    Copying file system node C:\dump\master/NT/COMMON/INSTALL/INITSID.DBA with type FILE to E:\oracle\ora92\database\initBWD.dba succeeded.
    INFO 2007-09-26 16:02:55
    Processing of all file system node operations of table tORA_ServerConfig_FORMS succeeded.
    INFO 2007-09-26 16:02:57
    Processing of adapt operation tORA_ServerConfig succeeded.
    INFO 2007-09-26 16:02:59
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2007-09-26 16:03:02
    Moving file E:/oracle/ora92/database/initBWD.ora to: orig_init_ora_tmp.txt.
    INFO 2007-09-26 16:03:02
    Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: E:\oracle\ora92\database\initBWD.ora.
    INFO 2007-09-26 16:03:02
    Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    WARNING 2007-09-26 16:03:02
    PROBLEM: 'E:\oracle\ora92/bin/oradim' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
    WARNING 2007-09-26 16:03:02
    PROBLEM: 'E:\oracle\ora92/bin/oradim' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
    INFO 2007-09-26 16:03:02
    'E:\oracle\ora92/bin/oradim -new -sid BWD -STARTMODE auto' returned with '20'.
    INFO 2007-09-26 16:03:04
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2007-09-26 16:03:06
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2007-09-26 16:03:13
    CJS-00084  SQL Statement or Script failed. Error Message: ORA-32004: obsolete and/or deprecated parameter(s) specifiedORACLE instance started.
    ERROR 2007-09-26 16:03:13
    FJS-00012  Error when executing script.
    Please let me know, what was tha problem.
    Regards,
    satish

    I suggest you upgrade your Oracle installation to 9.2.0.7 or 9.2.0.8 and then try again.
    Markus

  • Drag and Drop and Image Size

    I need to be able to drag and drop images but I need them to be a certain size when I drag them out of an Aperture project. For various reasons, I don't want to use the export function. Only drag and drop will be efficient for the workflow that I"m planning. Problem is, the pixel dimension is not wide enough when I test it by pulling an image on to the desktop.
    My ultimate goal is drag them, sized and ready to go, and drop them onto a web browser upload page. I don't want to fumble with the extra steps of exporting them to another folder on the desktop and then upload the images from that folder to the browser.
    So does anybody know how or if it's possible to control the drag and drop SIZE /DIMENSION of an image?

    The drag and drop size is determined by your preview settings. What actually gets "dragged & dropped" is the preview, not the master file. You can control the quality and size of the preview in the Aperture preferences.

  • I have many photos with file extension of .PDD and that Photo Deluxe 4 no longer will operate in Win 7. How can I open?  Next in Elements 11, how do I load and print different pictures and different sizes options on the same page?

    I have many photos with file extension of .PDD and that Photo Deluxe 4 no longer will operate in Win 7. How can I open?  Next in Elements 11, how do I load and print different pictures and different sizes options on the same page?
    Thanks,
    Shir

    sbmgrams wrote:
    I have many photos with file extension of .PDD and that Photo Deluxe 4 no longer will operate in Win 7. How can I open?
    See here:
    Reading PhotoDeluxe PDD Files

  • I just updated my iTunes and I do not like the newer version.....can I go back to the earlier version??  This new version does not have the iTunes DJ nor does is show at the bottom as in the earlier version how many songs and the size of my library.

    I just updated my iTunes on 12-7-2012 and I do not like the newer version.....can I go back to the earlier version??  This new version does not have the iTunes DJ nor does is show at the bottom as in the earlier version how many songs and the size of my library.

    To do this in iMovie 11. use the SHARE menu. Share your project using the Share menu and choose Export Using QuickTime.
    In the Dialog box that comes up, choose Sound to AIFF, or one of the other sound options. This will create a file that you can drag into iTubes.

  • I am using your software: CS^ InDesign Suite on a PC using a Windows 7 operating system.     Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar

    Hi,
    I am using your software: CS6 InDesign Suiteon a PC using a Windows 7 operating system.
    Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and the menu bar on the left side with the graphic depiction of options.
    In earlier versions of Windows (e.g. XP), whenever I changed the screen resolution on my computer to a lesser resolution in order to show the link icons on my desktop in a larger, more readable size, all the software programs, including yours, appeared on my screen with the menu bars in the larger font size that I needed.
    However, in Windows 7, this is not the case.  Even though I have selected the lowest resolution, making the icons on my desktop extremely large, I cannot read the options across the top menu bar of your program, nor the pull-down menu items that they contain.  I cannot see the graphic depictions of options on the left side of the screen. They are all too small.  How can I make your program increase the size?

    CS6 is not high-DPI compatible/ enabled and that can't be changed. If you cannot6 make it work with your operating system means, then short of joining Creative Cloud and using newer versions there is nothing you can do.
    Mylenium

  • I am using CS6 InDesign suite on a PC using a Windows 7 operating system.     Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and

    I am using CS6 InDesign on a PC using a Windows 7 operating system.
    Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and the menu bar on the left side with the graphic depiction of options.
    In earlier versions of Windows (e.g. XP), whenever I changed the screen resolution on my computer to a lesser resolution in order to show the link icons on my desktop in a larger, more readable size, all the software programs, including yours, appeared on my screen with the menu bars in the larger font size that I needed.
    However, in Windows 7, this is not the case.  Even though I have selected the lowest resolution, making the icons on my desktop extremely large, I cannot read the options across the top menu bar of your program, nor the pull-down menu items that they contain.  I cannot see the graphic depictions of options on the left side of the screen. They are all too small.  How can I make your program increase the size?

    NO way.
    Mylenium

Maybe you are looking for

  • Phone numbers in PDF files

    Is there a way to make phone numbers live in a pdf file that is viewed on the iphone or other smart phones so that if the user clicks on them they dial that phone number.? Chris

  • The display problem of Adobe Reader 11.0.09

    Hi, everyone, My operation system is Windows XP SP3 Professional. I encountered a strange display problem of Adobe Reader 11.0.09. The problem happened not only at Adobe Reader 11.0.09 Chinese Traditional, but also English United States. The display

  • Should I auto update iTunes and Quicktime?

    the System update asks me to update iTunes and Quicktime but I think the versions are incompatible to this version. This computer is old dog slow. Would it be slower if i upgraded to the latest OS? Is it even possible. Thanks. Will

  • Reader Extensions vs. Adobe Acrobat 8

    As you are probably aware, one of the best features of Reader Extensions is to allow people with Adobe Reader to save their form data locally. Now, Adobe Acrobat 8 Professional has enabled the same feature. So my question is... what's the benefit of

  • Opening/Printing pdfs in numerical order

    How do you open/print pdf files in numerical order. We have a bunch of pdfs that are named in numerical order (like 001filename.pdf, 002filename.pdf etc.), which we need to print to a color printer in the same order. Whenever we try to open a bunch o