Last Successful Login

Hello,Is there any way to get a User's Last Successful Login date/time stamp using MAXL? We are on v6.5.3. Thanks in advance.

I know you can get this from the GETUSERINFO command in Esscmd. Couldn't find it in MAXL.

Similar Messages

  • Retrieving all users and last successful login

    Hi. I"m trying to return a list of all users and thier last successful login to a particular database. Oracle version is 10.2.0.4 on RHEL 5.3. I am attempting to join to the sys.aud$ table or use the audit_trail views but I didn't know if there was something more obvious to do. We don't have Audit vault yet nor do we have actual logon triggers that write to an audit table - just have auditing turned on. audit_trail=db_extended.
    I appreciate any help in advance.

    Thanks....I have that on. I am now trying to get this information out of the sys.aud$ table to a report in a format similar to
    username, last successful logon
    by joining the all_users and sys.aud$ tables to get the max timestamp for action 100
    where user is in a list of users from all_users.
    This is taking a long time to return any information.
    I am wondering if there are other ways to get this information out of the database in a quicker fashion.

  • Displaying last successful login details of user

    Hi,
    I want to display last successful login details (timestamp may be) on Portal homepage.
    By configuration
    Is there any configuration that we can do to display it on Masthead area may be?
    By code
    I found following two links that talk about direct access of Portal table.
    http://wiki.sdn.sap.com/wiki/display/Snippets/DirectAccesstoDatabaseTables
    http://help.sap.com/saphelp_nw04/helpdata/en/48/6aa9429b930b31e10000000a1550b0/frameset.htm
    In this case, what query should I write to get the last login details of user?
    Please help.
    Thanks and regards,
    Amey

    Hi Ameya,
    Thanks for reply.
    1. I was wondering if there is any System admin level configuration we can do to show this info?.
    Is there any such facility?
    2. Through code, this is what I did: -
    I am getting the last logon timestamp by following code (inside JSPDynpage) : -
    import java.sql.Connection;
    import java.sql.ResultSet;
    import java.sql.Statement;
    import java.sql.Timestamp;
    import javax.naming.InitialContext;
    Connection con=null;
    Statement stmt=null;
    ResultSet rs=null;
    InitialContext ctx = new InitialContext();
    DataSource ds = (DataSource)ctx.lookup("jdbc/SAP/EP_PCD");
    con = ds.getConnection();
    stmt = con.createStatement();
    String connectedUser = _request.getUser().getUniqueName();
    rs = stmt.executeQuery("select MAX(TIMESTAMPHOUR) from WCR_USERSTAT where LOGONID='"+connectedUser+"'");
    int m = 0;
    while(rs.next()){
         m++;
           Timestamp ts = new Timestamp(rs.getLong(m));
         lastLoginString = ts.toGMTString();
    I guess selecting 'MAX' value of time-stamp would return the latest logon time.

  • Solaris 10 / Sparc: Last Unsuccessful Login

    Hi guys,
    I would like to know if there is a way to configure my "Solaris 10 / Sparc" system in order that, after a user login on the system, the console displays a message containing the Last Successful Login date and the number of failed login the same user attempts since last login successfully carried out . I hope I've been clear even if the requirement is a bit contorted.
    It would be enough for me just know who is the program that produce the message "Last Login: ..." (eg, "Last Login: Mon Jul 6 10:03:59 from 10.173.123.34") in order that I can try to do the same thing with the number of unsuccessful login.
    The message "Last Login: ..." is already printed on my Sistem. So I don't need to configure this: I only need to know how to print the number of failed login the same user attempts since last login successfully carried out.
    I did some research online and almost all advise to put in "/etc /profile" the following lines:
    echo "Login Successful LAST: $ (last-R $ LOGNAME | head -1)"
    echo "Login Unsuccessful LAST: $ (lastb-R $ LOGNAME | head -1)"
    The problem is that on my machine I can not find the command lastb. I can find Only the "last" command.
    Thank you

    lastb is a Linux program, also available on HP-UX but not Solaris.
    For Solaris you use the loginlog file - create a file in /var/adm - touch /var/adm/loginlog. Make it read and write only for the owner, which is root, and in group sys. Any failed logins at the command line login will show up in /var/adm/loginlog. Failures at the GUI login will not, these show up in /var/adm/messages. The only place I can see to get the last login information at the GUI would be from the /.dt/startlog.old in the user's home directory or /var/adm/messages.

  • How to log successful logins to a syslog server in NX-OS

    Does anyone know how to do this in NX-OS?  I do it in IOS with the following commands:
    login on-failure log
    login on-success log
    logging x.x.x.x
    With that I get a syslog message that I can then log to a file to track who has logged into which device and when.  But I can't find the syntax to do the same thing in the Nexus switches that we have.  Does anyone know what the equivalent commands are?
    Thanks,
    Ben

    Hi Ben,
    By default, failed logins are logged.
    You can checked the log using:
    show logging logfile | last 15
    and for every logging failed (by default) you will get something like this:
    2012 Dec 18 14:51:08 Nexus5010-B %AUTHPRIV-3-SYSTEM_MSG: pam_aaa:Authentication
    failed for user en from 2.2.2.1 - login
    To get the success-login to show up in the logs we need to increase the level of the authpriv to 5 (it is 3 by default), and doing this will add a new log for failed or succesful connections.
    Use the following command:
    Nexus5010-A(config)# logging level authpriv 5
    You can check loggin levels by using:
    #show logging level
    After you do this with the logging level you will see in the log something like this when a succesful login takes place:
    2005 Jan  6 03:29:48 Nexus5010-A %AUTHPRIV-5-SYSTEM_MSG:    admin :TTY=unknown
    ; PWD=/var/sysmgr/vsh ; USER=root ; COMMAND=/usr/bin/strings/proc/18340/environ
    - sudo
    Now for a failed login and after increasing the authpriv level you will see the following logs:
    2005 Jan  6 03:31:36 Nexus5010-A %AUTHPRIV-4-SYSTEM_MSG: pam_unix(aaa:auth):check pass; user unknown - aaad
    2005 Jan  6 03:31:36 Nexus5010-A %AUTHPRIV-5-SYSTEM_MSG: pam_unix(aaa:auth):
    aut
    hentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  - aaad
    For logging *****
    Nexus7018(config)# logging ?
      console           Set console logging
      event             Interface events
      ip                IP configuration
      level             Facility parameter for syslog messages
      logfile           Set File logging
      message           Interface events
      module            Set module(linecard) logging
      monitor           Set terminal line(monitor) logging level
      origin-id         Enable origin information for Remote Syslog Server
      server            Enable forwarding to Remote Syslog Server
      source-interface  Enable Source-Interface for Remote Syslog Server
      timestamp         Set logging timestamp granularity
    You can use logging source-interface ....
    Thanks-
    Afroz
    ***Ratings Encourages Contributors ****

  • Courier-IMAP disconnecting at successful login

    Hi,
    I'm using an x64 Arch Linux Server and I've been very happy with Arch Linux so far, especially the Wiki was very helpful.
    Unfortunately I've run into trouble with the courier imap server.
    I'm autheticating via authdaemond via mysql (plain) and everything works fine, I can logon, send & receive mail etc. until after an (seemingly undefined) uptime the server disconnects after a successful login. All I get is
    # telnet localhost 143
    Trying ::1...
    Connected to localhost.
    Escape character is '^]'.
    * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2011 Double Precision, Inc.  See COPYING for distribution information.
    0 LOGIN %user %wrongpass
    0 NO Login failed.
    1 LOGIN %user %pass
    Connection closed by foreign host.
    mail.log is full of
    May 21 23:33:48 %host imapd: Connection, ip=[::ffff:%IP]
    May 21 23:39:09 %host imapd: Connection, ip=[::ffff:%IP]
    May 21 23:39:09 %host imapd: Connection, ip=[::ffff:%IP]
    May 21 23:39:09 %host imapd: Connection, ip=[::ffff:%IP]
    May 21 23:39:09 %host imapd: Connection, ip=[::ffff:%IP]
    May 21 23:39:25 %host imapd: Connection, ip=[::ffff:%IP]
    May 21 23:39:25 %host imapd: Connection, ip=[::ffff:%IP]
    May 21 23:39:25 %host imapd: Connection, ip=[::ffff:%IP]
    May 21 23:39:25 %host imapd: Connection, ip=[::ffff:%IP]
    May 21 23:39:45 %host imapd: Connection, ip=[::1]
    Where ::1 is telnet (obviously) and %IP is my mail client
    Authetication itself (authdaemond) works, postfix (sending mail) still works and I can successfully use authtest
    # authtest %user %pass
    Authentication succeeded.
         Authenticated: %user  (uid 999, gid 999)
        Home Directory: /www/mail
               Maildir: %user@%host
                 Quota: (none)
    Encrypted Password: (none)
    Cleartext Password: %pass
               Options: (none)
    Restarting courier, authdaemond, mysqld does not help, rebooting temporarily fixes the problem.
    A similar server on x86 doesn't have the problem but the config isn't entirely the same so I can't say it must be x64.
    Not sure wether this is a bug or I'm missing something. Anyone able to help?
    Thanks so far
    Last edited by XT (2012-05-21 22:01:02)

    How were you able to build FAM?  I'm getting a ton of build errors in DNotify:
    DNotify.c++:627:14: error: redefinition of ‘int DNotify::pipe_write_fd’
    DNotify.c++:44:5: error: ‘int DNotify::pipe_write_fd’ previously defined here
    DNotify.c++:628:14: error: redefinition of ‘int DNotify::pipe_read_fd’
    DNotify.c++:45:5: error: ‘int DNotify::pipe_read_fd’ previously defined here
    DNotify.c++:629:32: error: redefinition of ‘volatile sig_atomic_t DNotify::queue_overflowed’
    DNotify.c++:46:23: error: ‘volatile sig_atomic_t DNotify::queue_overflowed’ previously defined here
    DNotify.c++:630:32: error: redefinition of ‘volatile sig_atomic_t DNotify::queue_changed’
    DNotify.c++:47:23: error: ‘volatile sig_atomic_t DNotify::queue_changed’ previously defined here
    DNotify.c++:631:36: error: redefinition of ‘int DNotify::change_queue [1024]’
    DNotify.c++:48:5: error: ‘int DNotify::change_queue [1024]’ previously declared here
    DNotify.c++:632:23: error: redefinition of ‘volatile int DNotify::queue_head’
    DNotify.c++:49:14: error: ‘volatile int DNotify::queue_head’ previously defined here
    DNotify.c++:633:23: error: redefinition of ‘volatile int DNotify::queue_tail’
    DNotify.c++:50:14: error: ‘volatile int DNotify::queue_tail’ previously defined here
    DNotify.c++:634:32: error: redefinition of ‘void (* DNotify::ehandler)(dev_t, ino_t, int)’
    DNotify.c++:51:23: error: ‘void (* DNotify::ehandler)(dev_t, ino_t, int)’ previously declared here
    DNotify.c++:636:50: error: redefinition of ‘DNotify::DirWatch* DNotify::dir_hash [367]’
    DNotify.c++:53:20: error: ‘DNotify::DirWatch* DNotify::dir_hash [367]’ previously declared here
    DNotify.c++:637:53: error: redefinition of ‘DNotify::FileWatch* DNotify::file_hash [823]’
    DNotify.c++:54:21: error: ‘DNotify::FileWatch* DNotify::file_hash [823]’ previously declared here
    DNotify.c++:639:17: error: redefinition of ‘struct DNotify::FileWatch’
    DNotify.c++:56:17: error: previous definition of ‘struct DNotify::FileWatch’
    DNotify.c++:648:17: error: redefinition of ‘struct DNotify::DirWatch’
    DNotify.c++:65:17: error: previous definition of ‘struct DNotify::DirWatch’
    DNotify.c++:658:17: error: redefinition of ‘struct DNotify::ChangeEventData’
    DNotify.c++:75:17: error: previous definition of ‘struct DNotify::ChangeEventData’
    DNotify.c++:664:1: error: redefinition of ‘DNotify::DNotify(Monitor::EventHandler)’
    DNotify.c++:81:1: error: ‘DNotify::DNotify(Monitor::EventHandler)’ previously defined here
    DNotify.c++:670:1: error: redefinition of ‘DNotify::~DNotify()’
    DNotify.c++:87:1: error: ‘DNotify::~DNotify()’ previously defined here
    DNotify.c++:695:1: error: redefinition of ‘static void DNotify::overflow_signal_handler(int, siginfo_t*, void*)’
    DNotify.c++:112:1: error: ‘static void DNotify::overflow_signal_handler(int, siginfo_t*, void*)’ previously defined here
    DNotify.c++:713:1: error: redefinition of ‘static void DNotify::signal_handler(int, siginfo_t*, void*)’
    DNotify.c++:130:1: error: ‘static void DNotify::signal_handler(int, siginfo_t*, void*)’ previously defined here
    DNotify.c++:748:1: error: redefinition of ‘static bool DNotify::is_active()’
    DNotify.c++:165:1: error: ‘static bool DNotify::is_active()’ previously defined here
    DNotify.c++:781:1: error: redefinition of ‘static DNotify::DirWatch* DNotify::lookup_dirwatch(int)’
    DNotify.c++:198:1: error: ‘static DNotify::DirWatch* DNotify::lookup_dirwatch(int)’ previously defined here
    DNotify.c++:804:1: error: redefinition of ‘static DNotify::DirWatch* DNotify::lookup_dirwatch(dev_t, ino_t)’
    DNotify.c++:221:1: error: ‘static DNotify::DirWatch* DNotify::lookup_dirwatch(dev_t, ino_t)’ previously defined here
    DNotify.c++:826:1: error: redefinition of ‘static DNotify::FileWatch* DNotify::lookup_filewatch(dev_t, ino_t)’
    DNotify.c++:243:1: error: ‘static DNotify::FileWatch* DNotify::lookup_filewatch(dev_t, ino_t)’ previously defined here
    DNotify.c++:849:1: error: redefinition of ‘static void DNotify::hash_dirwatch(DNotify::DirWatch*)’
    DNotify.c++:266:1: error: ‘static void DNotify::hash_dirwatch(DNotify::DirWatch*)’ previously defined here
    DNotify.c++:860:1: error: redefinition of ‘static void DNotify::hash_filewatch(DNotify::FileWatch*)’
    DNotify.c++:277:1: error: ‘static void DNotify::hash_filewatch(DNotify::FileWatch*)’ previously defined here
    DNotify.c++:869:1: error: redefinition of ‘static void DNotify::unhash_dirwatch(DNotify::DirWatch*)’
    DNotify.c++:286:1: error: ‘static void DNotify::unhash_dirwatch(DNotify::DirWatch*)’ previously defined here
    DNotify.c++:888:1: error: redefinition of ‘static void DNotify::unhash_filewatch(DNotify::FileWatch*)’
    DNotify.c++:305:1: error: ‘static void DNotify::unhash_filewatch(DNotify::FileWatch*)’ previously defined here
    DNotify.c++:907:1: error: redefinition of ‘static Monitor::Status DNotify::watch_dir(const char*, dev_t, ino_t)’
    DNotify.c++:324:1: error: ‘static Monitor::Status DNotify::watch_dir(const char*, dev_t, ino_t)’ previously defined here
    DNotify.c++: In function ‘char* dirname_dup(const char*)’:
    DNotify.c++:956:1: error: redefinition of ‘char* dirname_dup(const char*)’
    DNotify.c++:373:1: error: ‘char* dirname_dup(const char*)’ previously defined here
    DNotify.c++: At global scope:
    DNotify.c++:966:1: error: redefinition of ‘Monitor::Status DNotify::express(const char*, stat*)’
    DNotify.c++:383:1: error: ‘virtual Monitor::Status DNotify::express(const char*, stat*)’ previously defined here
    DNotify.c++:1026:1: error: redefinition of ‘Monitor::Status DNotify::revoke(const char*, dev_t, ino_t)’
    DNotify.c++:443:1: error: ‘virtual Monitor::Status DNotify::revoke(const char*, dev_t, ino_t)’ previously defined here
    DNotify.c++:1071:1: error: redefinition of ‘static void DNotify::all_watches_changed()’
    DNotify.c++:488:1: error: ‘static void DNotify::all_watches_changed()’ previously defined here
    DNotify.c++:1090:1: error: redefinition of ‘static void DNotify::read_handler(int, void*)’
    DNotify.c++:507:1: error: ‘static void DNotify::read_handler(int, void*)’ previously defined here
    *Edit: apologies to moderator for incorrect tagging
    Last edited by shaggystyle (2012-06-04 12:39:06)

  • Black screen after successful login into Remote Session

    Hi,
    I am having windows 8.1 pro(64bit) and windows 7 pro(64bit) machines using which i am trying to connect to a remote VM with windows 7 enterprise through vpn client 5(64bit). After successful login, BLACK SCREEN with Connection bar is displayed. Ctrl+Alt+End
    did not work.
    In fact, a strange behaviour experienced. After failing once, i tried again with IP address instead of host name. Bingo, it works well. Then disconnect and try to reconnect, problem repeats. What i mean is, the problem is neither Consistent not persistent.
    I am frustrated trying to solve the issue. Blogs, forums, communities.... where ever what ever solutions suggested, tried without any luck. Any help please ? Thanks in advance.

    Hi,
    Thank you for posting in Windows Server Forum.
    From your description it seems that you facing Black screen issue, but when you tried with IP address you can logon to the remote session but during reconnection issue repeats. Correct me if misunderstand your case.
    From last how may days you are facing this issue?
    Can you find any suitable error\event ID for this case?
    For this firstly please check that you have proper connectivity between systems. Please check that you can Ping successfully to the remote system with IP address and hostname. 
    Might this issue caused by some stopped service “Desktop window manager session” which stop after RDP login. You can check the status as follow.
    1. After the issue appear, please use RDP connect to the computer again and check the Desktop Window Manager Session Manager service status. 
    2. Then, please restar the computer and check System Event log to check if has a Desktop Window Manager Session Manager service error.
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Which table will give the completion timestamp of the last success run?

    Which table will give the completion date timestamp of the last successful execution of an OWB Mapping or Process_flow.?
    I was thinking of using
    select max(RTA_LOAD_DATE|| RTA_LOAD_TIME) from OWBSYS.OWB$WB_RT_AUDIT
    where
    trim(RTA_LOB_NAME) like '%EMP_LOAD1%'
    and
    rta_status = '1'
    But the RTA_LOAD_DATE AND RTA_LOAD_TIME is null
    and RTA_STATUS column is having the value 1 irrespective of whether the JOB has completed or abended
    Please advise??

    Check with these tables :
    <b>coss
    cosl
    cosp</b>
    aufk
    qmat

  • Last user login

    Hi all ,
    I need to shutdown a few databases, but before that i need to know the users who had used it and when did they use it.
    How to go about it ?
    I checked and found dba_users view , but that will not give me the information of the last user login with the date.
    Other option is select * from dba_audit_session;
    but for that also , I am not sure if auditing is enabled or not.. Need to check on that.. Also this is my homework that i am doing for the database whose access i will get in a while.. so dont even know the version. All i know is that itys on windows machine.
    any suggestion/help would be appreciated
    KKuKreja

    Hi,
    If you want to check who all are accessing the database just before the shutdown you can check the v$session.
    COLUMN username FORMAT A15
    col osuser for a15
    col module for a15
    COLUMN machine FORMAT A30
    col program for a20
    COLUMN logon_time FORMAT A20
    SELECT NVL(s.username, '(oracle)') AS username,
           s.osuser,
           s.sid,
           s.serial#,
           p.spid,
           s.status,
           s.module,
           s.terminal,
           s.machine,
           s.program,
           TO_CHAR(s.logon_Time,'DD-MON-YYYY HH24:MI:SS') AS logon_time
    FROM   v$session s,
           v$process p
    WHERE  s.paddr  = p.addr
    and s.username not in '(oracle)'
    ORDER BY s.username, s.osuser;But if you want to know who all have accessed till now, auditing is necessary.
    Well, little weird, but if you are on 10g and above check the v$active_session_history where you have 'machine' column.You can get all the distinct machine names from which the connections came to the database.
    Anand
    Anand

  • Guest Portal appears again after successful login

    I'm setting a Wireless Guest with a WLC 5508 (7.3) and ISE (1.1.2) -- (no anchor).
    It appears to work (still some adjustments are required), but I found when the guest user log in, it receives the successful login screen and inmediately the guest portal again. If another browser window or tab is open, the user can browse properly.
    I think I'm missing something.

    Sorry for the delay! Were you able to figure out what was/is causing this? I have done many deployments and never had this issue before, unless something was misconstrued in a custom HTML portal. Couple of more questions:
    1. Do you have the latest patch installed
    2. Have you tried adding a new portal based on the pre-built templates and try it again

  • Time machine tells me last successful back up 19 August 2014. Have done restores and utility checks to no avail.

    time machine tells me last successful back up 19 August 2014. Repeated attempts to correct have failed. any thoughts?
    thanks, Diane

    We need a bit more info.
    You don't state that you are backing up to a Time Capsule but I am guessing that is the case.
    1. I need to know, what TC??
    A1xxx from the base please. They do go faulty as they age.
    2. How is it connected into the network? Is it main router or bridged? Plugged into what router or modem?
    3. How does the computer connect to it?
    4. Is the computer running Lion as per your profile or is it Mavericks? This latest OS is problematic. Its network reliability is poor.
    If you are running mavericks.. and using wireless then I recommend you plug the computer directly to the TC by ethernet.
    You can turn off wireless and see if you can get TM to start.
    Otherwise go through the Mavericks clean setup with the TC and see if that will get it going.
    Airtport Utility can't find Airport Time Capsule on either of my 2009 Macs
    The very simple version of this..
    Mount the TC hard disk in Finder manually.
    Type AFP://10.0.1.1 (or whatever IP is shown by the airport utility)
    You will be asked for the disk password.. supply it and save it in the keychain.
    Try TM.. if it still doesn't work, reset TM and try again.
    A4 here. http://pondini.org/TM/Troubleshooting.html
    Ensure that IPv6 is set to link-local only in both wireless and ethernet (if you use it).
    No luck you will need to follow the clean setup instructions and start over from scratch.

  • RMAN  - Last Successful backup

    Dear Experts,
    RDBMS - 11.1.0.7
    I would like to know if anyone of you have experienced this issue.
    Below is my backup report (queried from recovery catalog) and see DB1 database, I see Last successful Incremental backup date showing 01/01/0001 while the actual date was from a week back. However, Archivelog backup shows correct dates. Any thoughts?
    NAME           DBID DBBKP            ARCBKP                                    
    DB1   2145674345 01/01/0001 00:00 09/10/2012 07:54                          
    DB2   1634931935 01/01/0001 00:00 08/10/2012 19:09                          
    DB3    901592423 01/01/0001 00:00 09/10/2012 07:54                          
             

    select start_time,end_time,status from v$rman_status
    order by 1
    or
    select
    SESSION_KEY, INPUT_TYPE, STATUS,
    to_char(START_TIME,'mm/dd/yy hh24:mi') start_time,
    to_char(END_TIME,'mm/dd/yy hh24:mi') end_time,
    round((end_time-start_time)*1440,2) "Minutes"
    from V$RMAN_BACKUP_JOB_DETAILS
    order by session_key desc;
    Asif @ How to find RMAN backups are successful

  • My password keep change on my email account once I closet them and come back last to login

    Is safari-net-help.com a real company of not.
    Safari went $35.00 to check my system by credit card.
    My password keep change on my email account once I closet them and come back last to login
    Still waking on the answer to my question.
    Thx
    I will wake

    NO ! ! ! Do not pay !! Ignore.

  • DB12 last successful back up not available

    Hi, i am having problem with backup in our quality system.
    Orcale :10g
    sap ecc6.0
    we are taking online backup  every monday, wednesday, thursday. DB12- last successful backup  not available
    overview of redo log files     not yet backed up  300.
    sapqas:orabqs 3> pwd
    /oracle/BQS/102_64/dbs
    sapqas:orabqs 4> ls
    agent.lic                    initBQS.sap
    dsmerror.log                 initBQS.sap.040107
    hc_BQS.dat                   initBQS.sap.backup040407
    init.ora                     initBQS.utl
    initBQS.000                  initBQS.utl.old
    initBQS.001                  initBQS2703.sap
    initBQS.002                  initdw.ora
    initBQS.1.ora                initoraBQS.bki.old
    initBQS.2.ora                initoraBQS.utl.old
    initBQS.bki                  initorabqs.bki.old
    initBQS.bki.cms              initorabqs.utl.backup030407
    initBQS.bki.old              initorabqs.utl.old
    initBQS.dba                  lkBQS
    initBQS.ora                  orapwBQS
    initBQS.ora.SAPINST-ORIG     spfileBQS.ora
    sapqas:orabqs 5> more initBQS.sap
    @(#) $Id: //bas/700_REL/src/ccm/rsbr/initAIX.sap#5 $ SAP
    SAP backup sample profile.                                           #
    The parameter syntax is the same as for init.ora parameters.         #
    Enclose parameter values which consist of more than one symbol in    #
    double quotes.                                                       #
    After any symbol, parameter definition can be continued on the next  #
    line.                                                                #
    A parameter value list should be enclosed in parentheses, the list   #
    items should be delimited by commas.                                 #
    There can be any number of white spaces (blanks, tabs and new lines) #
    between symbols in parameter definition.                             #
    backup mode [all | all_data | full | incr | sap_dir | ora_dir
    | all_dir | <tablespace_name> | <file_id> | <file_id1>-<file_id2>
    | <generic_path> | (<object_list>)]
    default: all
    backup_mode = all
    restore mode [all | all_data | full | incr | incr_only | incr_full
    | incr_all | <tablespace_name> | <file_id> | <file_id1>-<file_id2>
    | <generic_path> | (<object_list>) | partial | non_db
    redirection with '=' is not supported here - use option '-m' instead
    default: all
    restore_mode = all
    backup type [offline | offline_force | offline_standby | offline_split
    | offline_mirror | offline_stop | online | online_cons | online_split
    | online_mirror
    default: offline
    backup_type = online_cons
    #backup_type = offline_force
    backup device type
    [tape | tape_auto | tape_box | pipe | pipe_auto | pipe_box | disk
    | disk_copy | disk_standby | stage | stage_copy | stage_standby
    | util_file | util_file_online | rman_util | rman_disk | rman_stage
    | rman_prep]
    default: tape
    backup_dev_type = tape
    #backup_dev_type = util_file
    #backup_dev_type = util_file
    backup root directory [<path_name> | (<path_name_list>)]
    default: $SAPDATA_HOME/sapbackup
    backup_root_dir = /oracle/BQS/sapbackup
    stage root directory [<path_name> | (<path_name_list>)]
    default: value of the backup_root_dir parameter
    stage_root_dir = /oracle/BQS/sapbackup
    compression flag [no | yes | hardware | only]
    default: no
    compress = no
    compress command
    first $-character is replaced by the source file name
    second $-character is replaced by the target file name
    <target_file_name> = <source_file_name>.Z
    for compress command the -c option must be set
    recommended setting for brbackup -k only run:
    "compress -b 12 -c $ > $"
    no default
    compress_cmd = "compress -c $ > $"
    uncompress command
    first $-character is replaced by the source file name
    second $-character is replaced by the target file name
    <source_file_name> = <target_file_name>.Z
    for uncompress command the -c option must be set
    no default
    uncompress_cmd = "uncompress -c $ > $"
    directory for compression [<path_name> | (<path_name_list>)]
    default: value of the backup_root_dir parameter
    compress_dir = /oracle/BQS/sapreorg
    brarchive function [save | second_copy | double_save | save_delete
    | second_copy_delete | double_save_delete | copy_save
    | copy_delete_save | delete_saved | delete_copied]
    default: save
    archive_function = save_delete
    directory for archive log copies to disk
    default: first value of the backup_root_dir parameter
    archive_copy_dir = /oracle/BQS/saparch
    directory for archive log copies to stage
    default: first value of the stage_root_dir parameter
    archive_stage_dir = /oracle/BQS/sapbackup
    delete archive logs from duplex destination [only | no | yes | check]
    default: only
    archive_dupl_del = only
    new sapdata home directory for disk_copy | disk_standby
    no default
    new_db_home = /oracle/C11
    stage sapdata home directory for stage_copy | stage_standby
    default: value of the new_db_home parameter
    stage_db_home = /oracle/C11
    original sapdata home directory for split mirror disk backup
    no default
    orig_db_home = /oracle/C11
    remote host name
    no default
    remote_host = <host_name>
    remote user name
    default: current operating system user
    remote_user = <user_name>
    tape copy command [cpio | cpio_gnu | dd | dd_gnu | rman | rman_gnu
    rman_dd | rman_dd_gnu]
    default: cpio
    tape_copy_cmd = dd
    disk copy command [copy | copy_gnu | dd | dd_gnu | rman | rman_gnu]
    default: copy
    disk_copy_cmd = copy
    stage copy command [rcp | scp | ftp]
    default: rcp
    stage_copy_cmd = rcp
    pipe copy command [rsh | ssh]
    default: rsh
    pipe_copy_cmd = rsh
    flags for cpio output command
    default: -ovB
    cpio_flags = -ovB
    flags for cpio input command
    default: -iuvB
    cpio_in_flags = -iuvB
    flags for cpio command for copy of directories to disk
    default: -pdcu
    use flags -pdu for gnu tools
    cpio_disk_flags = -pdcu
    flags for dd output command
    default: "obs=16k"
    recommended setting:
    Unix:    "obs=nk bs=nk", example: "obs=64k bs=64k"
    Windows: "bs=nk",        example: "bs=64k"
    dd_flags = "obs=64k bs=64k"
    flags for dd input command
    default: "ibs=16k"
    recommended setting:
    Unix:    "ibs=nk bs=nk", example: "ibs=64k bs=64k"
    Windows: "bs=nk",        example: "bs=64k"
    dd_in_flags = "ibs=64k bs=64k"
    number of members in RMAN save sets [ 1 | 2 | 3 | 4 | tsp | all ]
    default: 1
    saveset_members = 1
    additional parameters for RMAN
    rman_channels and rman_filesperset are only used when rman_util,
    rman_disk or rman_stage
    rman_channels defines the number of parallel sbt channel allocations
    rman_filesperset = 0 means:
    one file per save set - for non-incremental backups
    all files in one save set - for incremental backups
    the others have the same meaning as for native RMAN
    rman_channels = 1
    rman_filesperset = 0
    rman_maxpiecesize = 0   # in KB - former name rman_kbytes
    rman_rate = 0           # in KB - former name rman_readrate
    rman_maxopenfiles = 0
    rman_maxsetsize = 0     # in KB - former name rman_setsize
    additional parameters for RMAN version 8.1
    the parameters have the same meaning as for native RMAN
    rman_diskratio = 0      # deprecated in Oracle 10g
    rman_pool = 0
    rman_copies = 0 | 1 | 2 | 3 | 4 # former name rman_duplex
    rman_proxy = no | yes | only
    special parameters for an external backup library, example:
    rman_parms = "BLKSIZE=65536 ENV=(BACKUP_SERVER=HOSTNAME)"
    rman_send = "'<command>'"
    rman_send = ("channel sbt_1 '<command1>' parms='<parameters1>'",
                 "channel sbt_2 '<command2>' parms='<parameters2>'")
    remote copy-out command (backup_dev_type = pipe)
    $-character is replaced by current device address
    no default
    in oracle/sid/sapbackup  folder i found one file bdxwbpsz.ant that was created on  May 7th 2008( Wednesday)
    plz check this:
    sapqas:orabqs 21> more bdxwbpsz.ant
    BR0051I BRBACKUP 7.00 (24)
    BR0055I Start of database backup: bdxwbpsz.ant 2008-05-07 01.04.17
    BR0484I BRBACKUP log file: /oracle/BQS/sapbackup/bdxwbpsz.ant
    BR0477I Oracle pfile /oracle/BQS/102_64/dbs/initBQS.ora created from spfile /ora
    cle/BQS/102_64/dbs/spfileBQS.ora
    BR0280I BRBACKUP time stamp: 2008-05-07 01.04.18
    BR0319I Control file copy created: /oracle/BQS/sapbackup/cntrlBQS.dbf 46383104
    BR0101I Parameters
    Name                           Value
    oracle_sid                     BQS
    oracle_home                    /oracle/BQS/102_64
    oracle_profile                 /oracle/BQS/102_64/dbs/initBQS.ora
    sapdata_home                   /oracle/BQS
    sap_profile                    /oracle/BQS/102_64/dbs/initBQS.sap
    backup_mode                    ALL
    backup_type                    online
    backup_dev_type                tape
    compress                       no
    tape_copy_cmd                  dd
    cpio_flags                     -ovB
    cpio_in_flags                  -iuvB
    dd_flags                       obs=64k bs=64k
    dd_in_flags                    ibs=64k bs=64k
    rewind                         tctl -f $ rewind
    rewind_offline                 tctl -f $ offline
    tape_size                      307200.000 MB
    tape_address                   /dev/rmt0.1
    tape_address_rew               /dev/rmt0
    volume_backup                  BQSB29
    expir_period                   0
    tape_use_count                 100
    exec_parallel                  0
    system_info                    bqsadm/orabqs sapqas AIX 3 5 00C0799E4C00
    oracle_info                    BQS 10.2.0.2.0 8192 2370 485914644 sapqas WE8DEC
    UTF8
    sap_info                       700 SAPSR3 0002LK0003BQS0011V18391775040013NetWea
    ver_ORA
    make_info                      rs6000_64 OCI_102 Mar  3 2007
    command_line                   brbackup -u / -jid ALLOG20080507010416 -c force -
    t online -m all -p initBQS.sap -v BQSB29 -a -c force -p initBQS.sap -sd
    BR0116I ARCHIVE LOG LIST before backup for database instance BQS
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            /oracle/BQS/oraarch/BQSarch
    Archive format                 %t_%s_%r.dbf
    Oldest online log sequence     2367
    Next log sequence to archive   2370
    bdxwbpsz.ant (6%)
    plz suggest how can I take online backup and redo log backup.

    Hi Shrinivas,
    Are you taking backup from the local tape device or from 3rd party software.
    I cannot clearly what is the exact problem, Your saying either Db12 the status is mot shown then asking for how to take the backup.
    If a backup device is properly configured in the system, then you can take online and offline backup by scheduling in the DB13 tcode.
    Pls state the exact problems so that it is easy to provide the solution.
    Regards,
    Maheswaran

  • What is means "Transport Type" "Number of Failures" "Last Failure Time" "Last Success Time" "Last Failure Status"

    when i running repladmin /showrepl    it show status
    Showrepl_COLUMNS
    Destination DC Site
    Destination DC
    Naming Context         is
    means  ?
    Source DC Site
    Source DC
    Transport Type         is
    means  ?
    Number of Failures     is
    means  ?
    Last Failure Time   
    Last Success Time   
    Last Failure Status    is
    means  ?
    Please explain to me .  Thnak you

    Naming Context: NamingContext refers to the directory partitions that Active Directory comprises. Naming contexts include the three Read/Write naming contexts — domain, schema, and configuration — and the optional Read-only naming contexts
    that are present on domain controllers that are global catalog servers. A naming context can also be an application directory partition. A naming context is specified as a distinguished name, which indicates its hierarchical relationship to the forest root
    domain (for example, DC=MyDomain,DC=Microsoft,DC=Com). 
    Source: http://technet.microsoft.com/en-us/library/cc757782(v=ws.10).aspx
    Transport Type: See Transport Type section in this Microsoft article: http://technet.microsoft.com/en-us/library/cc755994(v=ws.10).aspx
    As for the Number of Failures and the Last Failure Status
    they are used to identify how many failures occurred since the last successful replication and the the status of the replication (If
    Last Failure Status is equal to 0 then the replication is done successfully). Details here: http://support.microsoft.com/kb/2498185/en-us
    This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
    Get Active Directory User Last Logon
    Create an Active Directory test domain similar to the production one
    Management of test accounts in an Active Directory production domain - Part I
    Management of test accounts in an Active Directory production domain - Part II
    Management of test accounts in an Active Directory production domain - Part III
    Reset Active Directory user password

Maybe you are looking for