Finding is which userid has DBA authorization

Other than finding about by trying to log on as connect abc/abc as sysdba are there any tables which have all userids which hav DBA roles/priveleges assigend to them.
Or what's the fastest way to see if an id has DBA roles/priveleges assigned to it.
Thx

Zieja, Selecting from v$pwfile_users only works if a password file is in use while selecting from dba_role_privs will always return the DBA users:
UT1 > select count(*) from v$pwfile_users;
COUNT(*)
0
UT1 > select count(*) from dba_role_privs where Granted_Role = 'DBA';
COUNT(*)
14
Just something to keep in mind.
-- Mark D Powell --

Similar Messages

  • How to find out which user has the permission to execute startsap ?

    Hi All
    How do I find out which user has the permission to execute the startsap and stopsap? Do I control the permission on those script using windows standard authorization? For example: only allow certain user have the read and write permission?
    Thank you.!
    Vincent Lo

    Well to me this is really weird question..
    <b>noone un-authorized should have access to OS on your system</b>
    If this is valid you do not need to solve problems who can and who cannot start/stop SAP, because if you want to prevent some users from shutting down the SAP you have really hard job to do - there are many ways how to kill the SAP (for example killing relevant process from task manager, killing of database, messing with services etc.) - yes, this is harmful way of stopping SAP, but we are talking about attack, right? I would contact some Windows specialist to help you disable all the ways how to harm the running SAP. But still after that - there are many files that can be modified/deleted so SAP will crash after restart - you need to protect them too, etc.
    In case you take the first assumption as granted (and you really limit access to this server) you do not need to worry who can stop or start SAP - at the other hand it may be handy to be able to start/stop SAP from other users - for this you can run the stop/start script "under different user".
    But to answer the question - to me this is question just of access control (but really never tried that myself):
    <a href="http://technet2.microsoft.com/WindowsServer/en/library/c6413717-511e-42bd-bd81-82431afe4b2a1033.mspx">Permit or restrict access to a snap-in for a domain</a> (or see other related links down there on this page)
    Please award points for useful answers.
    Thanks

  • What information can I use to find out which software has been downloaded for my company?

    Hello Adobe forums! I hope this is the right spot to put these questions.
    This is the situation:
    I work for a very small printing outfit in a very small town in the middle of nowhere, Canada.
    Everybody that worked for the company that was involved with adobe in the past has now moved on, except people that can't help with this issue.
    I have managed to slueth some information from some people here but nothing concrete.
    Anyways, so far that I know that this company subscribed to some sort of Adobe subscription service that enabled them to upgrade as need be for an annual fee. At least this is what i've been told.
    We have both a PC and a Mac version of Adobe Design Premium CS3, working on their respective computers. The reason I need to know whats going on is that the PC with CS3 is about to go kaput - So I've got a new PC. Now I need to transfer the design suite from one computer to another. I know I can have active two installations of the design suite per purchase, but I also know I can deactivate one activation and reactive it again elsewhere. Thats the option I want to pursue.
    I have no idea what usernames were used to download these products, no idea which people in the company's history were responsible for acquiring these suites. I have a list of names and emails, and also I do beleive the company credit card has remained the same for many years, and so I have that as well.
    I also still have the working and legitimate copies of Design Premium CS3. I do not have serial numbers for these programs because I dont have access to the emails that purchased them. I did however yesterday register the photoshop CS3 to the current email address I use now for adobe.com (although I haven't seen anything reflected in my account just yet - I understand it takes 24-48 hours for that to show up) So that I believe should at least be one step towards proving to adobe I exist and that my design suite is genuine.
    So basically I'm looking for two things. One, I need to find out which account we used to acquire the software (With email addresses and a CC# should will I be able to find this?) and two, I need the serial number and a link to download CS3 Design Premium, which I'd imagine is dependant on the first objective.
    (An interesting side note: in the Adobe folder on the dying PC there is an unistalled zip file containing CS4 Design Premium. I know the PC wont support CS4, so maybe thats why its not installed. Interesting that it is on there - is there any way i can tell if it was downloaded from a subscription service by jsut looking at the .7s zip file?)
    Thanks for any help anyone can provide! Any further info I can give I will glady hand out, cheers!

    Two thoughts:
    (1)     It is possible that your Adobe software was the result of belonging to a now-discontinued Adobe Print Service Provider program where for a certain annual membership fee, print service providers were provided with (a) both a Windows and Macintosh license to the Adobe print-oriented software products (such as InDesign, Illustrator, Photoshop, and Acrobat) and (b) special direct product support as well as the ability to put your name on Adobe's website as a member of this program. The program ended over a year ago if I remember correctly.
    (2)     You may wish to contact Adobe Customer Support (not Technical Support) and see if they can track down any and all licenses associated with your company. If you have the names of the former employees who worked with this software, it would be helpful. Likewise, if you were a member of the discontinued Adobe Print Service Provider program, you may have some options for upgrading/updating the software you have.
    Unfortunately, you cannot get any more definitive information about your situation on these forums.
    Good luck.
              - Dov

  • ADF: How to find out which query has taken what time?

    Hi,
    I have an ADF application which has many SQL queried running on each button click/page load, so how to find out which query is taking what amount of time? So that i can identify the long running queries and modify them to improve the application performance.
    Thanks in advance.

    Hi,
    As suggested by Timo,you need to start tracing on oracle.jbo package for getting the SQL queries.But I think the second option suggested by him would be better.You will have to override executeQueryForCollection method in VO Impl class .Pseudo code would be
    @Override
    Take start time
    super.executeQueryForCollection
    Take end time

  • How to find out which vendor has PO text

    I would like to pull out info about vendors and need to know which vendor has PO text, without of course having to check them one by one.
    is there any way i can see that? tables? text id??
    thanks
    Alisa

    Go to SE75 and Select EKKO or EKPO
    and Double click the EKKO or EKPO and Note the Text id..
    Then go to SE16 > STXH and enter Text ID..
    then execute , you will see the PO numbers for which the text id is maintained in 'Text Name' Column
    From EKKO table you can find the Vendor for the above PO's.

  • How to find out which user has locked a particular record of a table

    Hi
    Is it possible to know - which user has locked a particular record (I know the primary key of the record) of a table
    Regards

    select     OS_USER_NAME os_user,
         PROCESS os_pid,
         ORACLE_USERNAME oracle_user,
         l.SID oracle_id,
         decode(TYPE,
              'MR', 'Media Recovery',
              'RT', 'Redo Thread',
              'UN', 'User Name',
              'TX', 'Transaction',
              'TM', 'DML',
              'UL', 'PL/SQL User Lock',
              'DX', 'Distributed Xaction',
              'CF', 'Control File',
              'IS', 'Instance State',
              'FS', 'File Set',
              'IR', 'Instance Recovery',
              'ST', 'Disk Space Transaction',
              'TS', 'Temp Segment',
              'IV', 'Library Cache Invalidation',
              'LS', 'Log Start or Switch',
              'RW', 'Row Wait',
              'SQ', 'Sequence Number',
              'TE', 'Extend Table',
              'TT', 'Temp Table', type) lock_type,
         decode(LMODE,
              0, 'None',
              1, 'Null',
              2, 'Row-S (SS)',
              3, 'Row-X (SX)',
              4, 'Share',
              5, 'S/Row-X (SSX)',
              6, 'Exclusive', lmode) lock_held,
         decode(REQUEST,
              0, 'None',
              1, 'Null',
              2, 'Row-S (SS)',
              3, 'Row-X (SX)',
              4, 'Share',
              5, 'S/Row-X (SSX)',
              6, 'Exclusive', request) lock_requested,
         decode(BLOCK,
              0, 'Not Blocking',
              1, 'Blocking',
              2, 'Global', block) status,
         OWNER,
         OBJECT_NAME
    from     v$locked_object lo,
         dba_objects do,
         v$lock l
    where      lo.OBJECT_ID = do.OBJECT_ID
    AND l.SID = lo.SESSION_ID
    hope this helps
    Zekeriya

  • How to find out which GR has been invoiced?

    Hello,
    I am working on one scenario in which I am making a sales order through which automatic Purchase order is getting generated. I am doing a MIGO(GR) for lesser quantity on this PO. lets say I am creating 4 GRs of 10 quantity for a PO of 50. Now, I am making direct invoice for this through VF01 with reference to sales order. An invoice of 40 will be created.
    Now, I am doing creating one more GR of 10 for the rest of the amount. I have 5 GR's now.
    How can I get to know which GR has been invoiced (table relation) and which is yet to be invoiced?

    Amrish,
    RSEG is the "Document Item: Incoming Invoice" table. In this table, Look for the field LFBNR , LFGJA, LFPOS.
    LFBNR - Refernced GR Number
    LFGJA - Year
    LFPOS - Ref Doc Item
    Hope this helps
    Vinodh Balakrishnan

  • How to find out which object has a specific attribute value

    Hi all,
    which is the easiest way to check in a collection of objects which object has an attribute with a specific value?
    i.e. I have n objects of classA and they all have an attribute "String value;".
    How can I check which object has that attribute set to "myvalue"?
    Thanks,
    A.

    hi,
    i don't know if this would be the best way to do it, but i would add all the instances of the objects to a hashtable with the key as the attribute with which you want to search them. You would then retrieve the object using the value.
    Cath

  • Any way to find out which program has created a job using 'JOB_OPEN'?

    Hi,
    I have some jobs created by some program. The job is incomplete, i.e., the programs which created the job just used 'JOB_OPEN' and it doesn't have any steps.
    Is there any way to find out which program created that incomplete job?
    Thanks in advance.
    Regards,
    Arun Mohan

    Not sure but try this FM
    BP_JOB_SELECT -Returns a table with job(s) details .
    кu03B1ятu03B9к
    Edited by: kartik tarla on Dec 30, 2008 6:50 PM

  • How to find out which node has a specific word in xml query

    hi
    I have to query xml file. My xml file has items like this.
    <item>
      <product_code>SVUF2640</product_code>
      <site_name />
      <group>XDC</group>
      <description>towerxxx1 aaaa</description>
      <vf_no>44000077777</vf_no>
      <serial_no />
      <vendor>AAA</vendor>
      </item>
    <item>
      <product_code>SXXX</product_code>
      <site_name />
      <group>SXS</group>
      <description>xx1</description>
      <vf_no>4xxx7777</vf_no>
      <serial_no />
      <vendor>BBA</vendor>
      </item>I want to get item node which has a "tower" word in description tag. I'm looking something "like" word in sql. Thanks in advace.

    XPath has a contains() function.

  • My issue is not a particular add-on, but not been able to find out which one has the royan hourse in it, every morning it scans throuth all the site visited the day before and send the information somewhere!

    I first started thinking my all Forum passwords was stolen because all the link as mark as read, so I change my passwords but the problem persisted, so I installed a packet sniffer to see is was a problem of my password been taken as I changed them.. but I could not see that.... BUT as I watch the packets I notice al the domain links of the sites I visited the day before (100's) passing through.., I try testing again but only appends one a day (the first time, maybe twice a day) I open Firefox (3.6 - 3.6.13), how can I pin point the bad add-on? I remove the one I thought were the bad ones (a have 40 or so installed) with no luck, I ran Firefox in save mode and the problem went away!!.. Please help.. One of the add-on from the Firefox Add-on site is snooping on you users..

    Two thoughts:
    (1)     It is possible that your Adobe software was the result of belonging to a now-discontinued Adobe Print Service Provider program where for a certain annual membership fee, print service providers were provided with (a) both a Windows and Macintosh license to the Adobe print-oriented software products (such as InDesign, Illustrator, Photoshop, and Acrobat) and (b) special direct product support as well as the ability to put your name on Adobe's website as a member of this program. The program ended over a year ago if I remember correctly.
    (2)     You may wish to contact Adobe Customer Support (not Technical Support) and see if they can track down any and all licenses associated with your company. If you have the names of the former employees who worked with this software, it would be helpful. Likewise, if you were a member of the discontinued Adobe Print Service Provider program, you may have some options for upgrading/updating the software you have.
    Unfortunately, you cannot get any more definitive information about your situation on these forums.
    Good luck.
              - Dov

  • How do I find out which JComponent has the current focus

    I see myJComponent.requestFocusInWindow();
    but I can't see anything like
    JComponent focusIsOn = myJContainer.getFocus();

    In JDK1.4 the FocusManager was replaced by the KeyBoardFocusManager and I believe you would use:
    KeyBoardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();

  • Where to find which plant has a particular factory calendor?

    Hi
    Where can i find that which plant has been assigned to which factory calendor?
    Transaction SCAL helps to display calendor if i know the calendor ID...But i want to know factory calendor for a particular plant??
    Please give your comments
    Rgds

    Hello,
    Open the screan where the filed you are interested is existing. it can be any screan
    Click on filed Press F1 and click on Tech document
    Double click on data field
    Clcik on whre used icon on top
    Select button Table and enter
    You will get list of table where this perticular filed is used.
    Select perticular table by reading description.
    You can open the table from the same screan or you can open from SE16/se12
    Award if usefull
    shrish

  • Which user has what permissions in AD

    Greeting Folks
    , is there a way to find out which user has what permissions in the entire domain? Are there any tools / software
     that can be leveraged to get such information.

    Hi,
    Based on my knowledge, you need to use PFDavAdmin Tool to open mailboxes and verify the folder permission of calendar on Exchange 2007. Since the Get-MailboxFolderPermission cmdlet is unavailable for Exchange 2007.
    In Exchange 2010, the most suitable command should be "MailboxFolderPermission" for calendar permission. If you would like to check the permissions that user2 has to view user1's calendar, you can use the following cmdlet:
    Get-MailboxFolderPermission -Identity "User1:\Calendar" -User User2
    What's more, you can use the Get-Mailbox | Get-MailboxfolderPermission cmdlet to query the permissions of all the folders.
    Get-Mailbox | Get-MailboxfolderPermission
    Hope it helps.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Command to find upto which archivelog

    Whats the command to find upto which archivelog has been backed up by rman?
    will the 'crosscheck archivelog all;' command register the rman repository with the 'not yet backed up' archivelogs?

    RMAN> list archivelog all;
    Lista de Copias de Archive Log para la Base de Datos con db_unique_name ORAWISS
    =====================================================================
    Clave     Thrd Sec.     S Hora Inferior
    5       1    1       A 23/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_23
    \O1_MF_1_1_674P8LM1_.ARC
    6       1    1       A 23/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_23
    \O1_MF_1_1_675CO96T_.ARC
    7       1    2       A 23/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_23
    \O1_MF_1_2_675RN100_.ARC
    8       1    3       A 23/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_24
    \O1_MF_1_3_675VV87B_.ARC
    9       1    4       A 24/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_24
    \O1_MF_1_4_675VX4MK_.ARC
    10      1    5       A 24/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_24
    \O1_MF_1_5_676ZWLF5_.ARC
    11      1    6       A 24/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_24
    \O1_MF_1_6_678FP7VT_.ARC
    12      1    7       A 24/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_25
    \O1_MF_1_7_679MRW8S_.ARC
    13      1    8       A 25/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_25
    \O1_MF_1_8_67C2JWX9_.ARC
    14      1    9       A 25/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_25
    \O1_MF_1_9_67C480J3_.ARC
    15      1    10      A 25/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_26
    \O1_MF_1_10_67D9BHMK_.ARC
    16      1    11      A 26/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_27
    \O1_MF_1_11_67GPFK0Z_.ARC
    17      1    12      A 27/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_27
    \O1_MF_1_12_67GW1PCQ_.ARC
    18      1    13      A 27/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_27
    \O1_MF_1_13_67HOK0BQ_.ARC
    19      1    14      A 27/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_27
    \O1_MF_1_14_67J6CLN0_.ARC
    20      1    15      A 27/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_28
    \O1_MF_1_15_67KHF8KL_.ARC
    21      1    16      A 28/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_29
    \O1_MF_1_16_67M38H3X_.ARC
    22      1    17      A 29/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_29
    \O1_MF_1_17_67N6WCKL_.ARC
    23      1    18      A 29/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_29
    \O1_MF_1_18_67O0200Z_.ARC
    24      1    19      A 29/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_29
    \O1_MF_1_19_67OLMBJ3_.ARC
    25      1    20      A 29/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_30
    \O1_MF_1_20_67PTS3SD_.ARC
    26      1    21      A 30/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_30
    \O1_MF_1_21_67R47TQG_.ARC
    27      1    22      A 30/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_30
    \O1_MF_1_22_67R5YVSD_.ARC
    28      1    23      A 30/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_31
    \O1_MF_1_23_67SH7N98_.ARC
    29      1    24      A 31/08/10
            Nombre: F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHIVELOG\2010_08_31
    \O1_MF_1_24_67SSC200_.ARC
    RMAN> crosscheck archivelog all
    2>
    3> ;
    canal liberado: ORA_DISK_1
    canal asignado: ORA_DISK_1
    canal ORA_DISK_1: SID=127 tipo de dispositivo=DISK
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_23\O1_MF_1_1_674P8LM1_.ARC RECID=5 MARCA=727795122
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_23\O1_MF_1_1_675CO96T_.ARC RECID=6 MARCA=727817034
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_23\O1_MF_1_2_675RN100_.ARC RECID=7 MARCA=727830307
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_24\O1_MF_1_3_675VV87B_.ARC RECID=8 MARCA=727833610
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_24\O1_MF_1_4_675VX4MK_.ARC RECID=9 MARCA=727833670
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_24\O1_MF_1_5_676ZWLF5_.ARC RECID=10 MARCA=727870514
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_24\O1_MF_1_6_678FP7VT_.ARC RECID=11 MARCA=727917417
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_25\O1_MF_1_7_679MRW8S_.ARC RECID=12 MARCA=727956413
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_25\O1_MF_1_8_67C2JWX9_.ARC RECID=13 MARCA=728004287
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_25\O1_MF_1_9_67C480J3_.ARC RECID=14 MARCA=728006050
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_26\O1_MF_1_10_67D9BHMK_.ARC RECID=15 MARCA=728044016
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_27\O1_MF_1_11_67GPFK0Z_.ARC RECID=16 MARCA=728122962
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_27\O1_MF_1_12_67GW1PCQ_.ARC RECID=17 MARCA=728128727
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_27\O1_MF_1_13_67HOK0BQ_.ARC RECID=18 MARCA=728154817
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_27\O1_MF_1_14_67J6CLN0_.ARC RECID=19 MARCA=728172052
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_28\O1_MF_1_15_67KHF8KL_.ARC RECID=20 MARCA=728214089
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_29\O1_MF_1_16_67M38H3X_.ARC RECID=21 MARCA=728267188
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_29\O1_MF_1_17_67N6WCKL_.ARC RECID=22 MARCA=728303662
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_29\O1_MF_1_18_67O0200Z_.ARC RECID=23 MARCA=728329441
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_29\O1_MF_1_19_67OLMBJ3_.ARC RECID=24 MARCA=728348428
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_30\O1_MF_1_20_67PTS3SD_.ARC RECID=25 MARCA=728389572
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_30\O1_MF_1_21_67R47TQG_.ARC RECID=26 MARCA=728432029
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_30\O1_MF_1_22_67R5YVSD_.ARC RECID=27 MARCA=728433790
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_31\O1_MF_1_23_67SH7N98_.ARC RECID=28 MARCA=728476054
    validaci¾n correcta del archive log
    nombre de archivo log archivado=F:\APP\ORAWISS\FLASH_RECOVERY_AREA\ORAWISS\ARCHI
    VELOG\2010_08_31\O1_MF_1_24_67SSC200_.ARC RECID=29 MARCA=728486402
    25 objetos con comprobaci¾n cruzada
    RMAN>

Maybe you are looking for