Manage AUDIT using  different user

Dear Friends ,
I have to run audit trail in my production database which only gathered user session related information . I just run following two lines as 'SYS' user :
SQL> conn sys/password as sysdba
SQL> audit session whenever successful;
Audit succeeded.
SQL> audit session whenever not successful;
Audit succeeded.
Now, I get all audit related information in AUD$ table as SYS user . But I dont want to use AUD$ table in system tablespace .
Instead of using the AUD$ table , I like to use a different user like AUDIT1 (which is created in different tablespace) who holds a different table like AUD$ and also keeps all the session realted information like AUD$ table . Is it possible to do ?
Plz inform me .. ..

Shipon,
If you are going to make auditing via Database than the records will go in AUD$ table only. There is a metalink note that talks about the movement of AUD$ to another tablespace and also for related objects. You may want to check that note,*Metalink notes 72460.1 "Moving AUD$ to Another Tablespace and Adding Triggers to AUD$" and 1019377.6: "Script to move SYS.AUD$ table out of SYSTEM tablespace".*
On the other hand, you may want to look around for other options to enable Auditing, for example, o/s based.
HTH
Aman....

Similar Messages

  • I rented a movie. I want to see it using different user on same mac for security reason. How can I do this? Home Sharing fails to do this, so far.

    I rented a movie. I want to see it using different user on same mac for security reason. How can I do this? Home Sharing fails to do this, so far.

    Copy the movie from the current library to the correct library.
    iDevices can only sync to one library at a time.

  • Can I run the admin and managed servers as different users?

    in unix, is it possible to run my admin and manged servers as different users with
    7.1?

    As long as users are in admin group, there could be different users starting different
    servers.
    "Frank" <[email protected]> wrote:
    >
    "Erik Johnson" <[email protected]> wrote:
    Hi, Frank.
    Could you be a little more specific about what it is you want to do?
    Thanks.
    erikUh, I'm on unix, I have Weblogic 7.0 service pack4. I have 1 managed
    server and
    I have one admin server...Can I run the admin server as user 'hithere'
    and run
    the managed server as user, 'byethere'......
    "Frank" <[email protected]> wrote:
    in unix, is it possible to run my admin and manged servers as different
    users with
    7.1?

  • Node Manager starting managed servers under different users

    Hi all,
    I have multiple domains running on the same server.
    Is it possible to get node manager to start managed servers from different domains under different users?
    Default is the user under which node manager was started originally.
    Thanks
    Arnaud

    Oracle documentation is still in confussion state for Unix platform nodemanager.
    NodeManager Admin Guide had chapter 3 for General configuration of nodemanger. Chapter 5 is for script based nodemanager.
    In chapter 5 there is clear way defined for " Starting a node manger for Unix machine".
    chapter 3 is mess there is clear-cut direction to reach the remote startup of servers.
    Why we have so many types of nodemanager for connect. howbout start them?
    Can someone expert in Oracle WebLogic please respond to this.
    *Nodemanagers are NOT meant for multiuser development env.
    They are defined for production env and for HA, FailOver.*
    Edited by: PavanBhavanishekhar on Jan 6, 2010 9:10 PM

  • Using different user accounts?

    Does it slow down your computer if you add users to your computer and does it slow it down using fast user switching?

    Luc,
    Only two things will slow it down noticably:
    Filling up the hard drive too much.
    Running more programs than RAM can hold at one time. (Note - you can have hundreds of programs "running" if they are programmed well, and can sit idle if they don't have things to do).
    Adding 10 or 20 users will not change things noticably as long as you only use one at a time and keep 4 or more Gig free on disk. Running two or three at one time is normally fine as long as movies are not being rendered, programs compiled or other CPU intensive tasks. Safari with lots of tabs and annoying adds and flash animations playing is the one thing that can really slow my mac down. (But it seems to get better and better as Safari and the plug ins mature and the OS patches come out)

  • IMac - can it work with 2 people using different user names?

    My wife and I each have IPhone and IPad.  We are buying a new IMac.  We have different user names.  Will we both be able to download pictures but keep our email and messages separate?

    Keep in mind that only one user who has Administrative rights is the Master Account holder on your Imac. I thought it would have been whomever is the original account signed into the machine... Wrong!
    My Imac was a birthday gift from my husband who I later learned had full Root Account control of my Imac, and everything I do, type, or surf on the Internet. Wish someone would have warned me. Later after several blocked menu and program issues and after finding parental controls set on my own user name, and several other glitches I was informed by Apple Care tech support that I was NOT the Master Account holder for my Imac and they refuse to give me the Account Master's name! My husband adamantly denies that he is behind this criminal act and the issues have only grown worse with time? Go figure as to how one can begin to resolve this all but after reading your question I just wanted to put this out here for your awareness in this situation, as it does apply.

  • General question: How to execute a batch input using different user name?

    Hi everyone,
    I would be very grateful if someone could tell me how to execute a batch input from source code using a differente username so the batch input is executed with different permissions.
    For example, I log on with:
    Username: A
    , but I'd like to execute a batch input using the rights and permissions of user B.
    Thanks in advance and best regards.
    Ben.

    If you are calling the BDC in a program, create a job to run the program and specify the user you want each program to run under.

  • How can I manage playlists for different users with home sharing?

    I have two teenagers with no taste in music, my wife who appreciates Abba my own music to manage across a fleet of devices.  My kids dont like Ozarks or Pink Floyd, and I would rather skin myself with a cheese grater than have One direction on my phone.  Does home sharing allow for different devices to sync different playlists???  And furthermore is the icloud Match thing worth the trouble???
    thanks

    After researching through the forums, I figured it out. You have to make sure you are logged in under the same account on both computers. At first I was logged under my account on my computer and logged in under my father's account on my father's computer. You have to choose one account to log in under on both computers and then you will be abler to import songs from both computers. If you do not log in under the same account, you will be able to listen to both computers' music, but not import.

  • How to use different (not local) user for NTLM auth in Authenticator?

    Hi All,
    I use custom authenticator to provide user / passwords to connect to .NET Web Services. I overloaded function getPasswordAuthentication() that returns right user / password combination for the requested URL. It all works perfectly for many kinds of HTTP connections: basic, ntlm, ntlm-v2, through proxy, ssl, etc.
    My problem is that during NTLM authentication from Windows computers JVM uses credentials of the currently logged in domain user instead of calling Authenticator to get other user / password provided by the user. In case when local user credentials fail to authenticate, JVM calls my Authenticator but in case authentication is successful it does uses local domain user and never calls my Authenticator. The issue is when this local domain user does not have enough permissions but authenticated correctly there is no way to supply JVM with another user to begin with.
    What can I do to force JVM to ignore local domain user and to use Authenticator to collect credentials during NTLM authentication requested by the server in case the software runs on a Windows box with currently logged in domain user?
    I am looking for the answer for a long time already but found only questions and suggestions to switch server from NTLM authentication which is not an option for me. From the developer's view it has to be pretty simple change for Sun to do in Java networking API. Is there any way to escalate it to Sun support? Maybe there is some property in some JRE patch level that allows to do this?
    Thank you very much!
    Mark

    Thank you for the reply. I have kind of an opposite problem. I can perfectly connect from Linux computers to Microsoft IIS servers using NTLM or even NTLMv2 authentication. My problem is connecting from Windows client computer joined to the same domain as IIS server with the domain user logged in to this computer. In this case this user account will be used in any HTTP connections I initiate to this IIS server instead of the one that I want to supply in my custom Authenticator.
    I have graphical interactive application that connects to IIS Server. When user runs it and connects to IIS server I want to prompt for the user/password regardless whether JRE may correctly authenticate using current user account credentials. The current user may not have enough permissions in IIS application so I want to use different user to login to IIS application.
    Thank you anyway,
    Mark

  • Using same Aperture 3 library with different user accounts. Suggestions?

    My wife and I share the same iMac but use different user accounts. Currently, I have our photos and Aperture library on a second partition with no ownership, allowing us both to access the library and edit, reorganize, etc (I know we need to be careful not to make changes "simultaneously," so we simply shut one instance down before switching user accounts). The trick is quickly becoming the organizational scheme. My wife thinks (and I agree) that Aperture will be able to free us from having to "give in" to the other's way of thinking when it comes to grouping pictures in projects, etc. The only trick is, we can't figure out how to do it. My initial thought is to figure if one photo can exist in two different projects and then just have "hers" and "his" folders. The other thought would be to create two different libraries, but then I'm not sure how we would keep the two libraries "current" if one uploaded photos and didn't tell the other.
    So, those are my two thoughts, but I'm sure there are others. I'm open to any and all suggestions.

    1 Quit iTunes.
    2 Drag your entire *iTunes folder* from /Username/Music to /Users/Shared.
    3 Log out.
    1 Log in on your other account(s).
    2 Start iTunes and immediately press an hold the Option key.
    3 iTunes will ask to *Create new library* or *Choose existing library*. Select *Choose existing library*.
    4 Select the *iTunes library file* in the *iTunes folder* in /Users/Shared.
    5 Now go to File -> *Add to library* and select the *iTunes music folder* located in /Username/Music.
    6 - iTunes will add all the music in from this account to the main iTunes music folder/library.
    7 Delete the *iTunes folder* in /Username/Music
    8 Restart iTunes normally (don't hold Option). Everything should be there.
    9 Quit iTunes and log out of the account.
    10 Do the above steps for all users. Don't do the first 1-3 steps. Start at the second series.
    Log into your account, start iTunes normally and all music should be there.
    Whenever any of you do anything in iTunes, it will be seen by all since you are using one and the same iTunes library file.
    Create a "main" playlist for each user with their own music. Create a smart playlist and set it to Playlist is not the playlist you created above. Select this and it will show you everything NOT in your playlist. Do the same for the others. This will help when adding only the music you want your own playlist.
    Note that iTunes can only be opened by one user at a time. If you have Fast user switching enabled, the other users must quit iTunes in order for anyone else to use it.

  • Using Oracle Users in Realms and DataSource.getConnection

    Is it possible to authenticate using an Oracle User via JAASRealm and also retrieve connections specific to that user from a DataSource?
    I currently have an application which doesn't use either, but rather sets up a OracleDataSource. So basically I just want to allow the container to administer both the authentication and data source setup, while still allowing the getConnection(user,password):
    CODE
    ocpds = new OracleConnectionPoolDataSource();
    ocpds.setURL(connectionString);
    ocpds.setConnectionProperties(props);
    ods = new OracleDataSource();
    ods.setURL(connectionString);
    ods.setConnectionCachingEnabled(true);
    ods.setConnectionProperties(props);
    // Pool and Cache
    Properties poolProps = new Properties();
    poolProps.setProperty("AbandonedConnectionTimeout", "60");
    poolProps.setProperty("InactivityTimeout", "5");
    poolProps.setProperty("TimeToLiveTimeout", "60");
    poolProps.setProperty("ConnectionWaitTimeout", "60");
    ods.setConnectionCacheProperties(poolProps);
    ods.setConnectionProperties(props);
    Util.logln("Connection Cache Properties");
    cache = OracleConnectionCacheManager.getConnectionCacheManagerInstance();
    cache.createCache(cacheName, ods, poolProps);
    cache.setConnectionPoolDataSource(cacheName, ocpds);
    ........later in the BatCave (JSP or a servlet).....
    conn = (OracleConnection) ods.getConnection(username, password);
    ENDCODE
    This section from OAS Containers for J2EE Services Guide worries me:
    (from: http://download-east.oracle.com/docs/cd/B14099_19/web.1012/b14012/datasrc.htm#sthref572 )
    Using Different User Names for Two Connections to a Single Data Source
    When you retrieve a connection from a DataSource object with a user name and password, this user name and password are used on all subsequent connection retrievals within the same transaction. This is true for all data source types.
    For example, suppose an application retrieves a connection from the jdbc/OracleCMTDS1 data source with the scott user name. When the application retrieves a second connection from the same data source with a different user name, such as adams, the second user name (adams) is ignored. Instead, the original user name (scott) is used.
    Thanks for reading all of this, and I appreciate any help!

    Update:
    I'm still not quite sure what to do. Where I am now:
    1. I don't know how to authenticate against Oracle database users (non-ldap) via JNDI/JAAS/whatever
    2. Proxy authentication (ALTER USER...CONNECT THROUGH...) seems to be promising for using connection pools, and in addition, once realm authentication happens, I can just pass the username and piggyback on the middletier connection without knowing the password used in authentication
    3. I'm not sure if proxy addresses the issue that OAS Containers for J2EE Services Guide talks about in the original post
    4. I'd prefer not to use OID
    Again, if you have any little information, I'd really like to hear it.

  • Test 2 - different user account

    Another test to attach a zip file....
    Tom

    sqlConnectionString="data
    source=[PRINCIPALSERVER]; failover partner=[MIRRORSERVER];initial catalog=ASPState;user id=[DBUSER]; password=[DBPWD];network=dbmssocn;"
    However, I encouter one issue that we use different User id and password for Principal server and Mirror server.
    Is it able to connect to two database servers with different user/password? Does any one know how to configure it?
    Hi Chet,
    According to my knowledge, whatever user and password combo you choose to use for DBUSER and DBPWD in the above connection string , it must be present on both principal server and mirror server with the correct permissions on the database,
     and the password must be same on both servers when using SQL server authentication.
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • New task assigned to user from CurrentItem:UserField using Assign task action is assigned to different user.

    Hello ! 
    I have run into "funny" problem. 
    I have following workflow:
    User is creating item in ListA. In new form he needs to put Manager which is User Field column type. From people picker he is choosing login name Domain\jo (Two letters seems to be important here). User is resolved correctly to John Doe. Item is saved and
    added to list correctly. In list view John Doe is displayed in Manager column. In view item John Doe is in Manager field. In powershell Id;#John Doe is as a Manager field value. 
    Now the "funny" part:
    After item is added to ListA workflow is started automatically. Workflow is assigning new task to user from Manager (CurrentItem:Manager) field using Assign task action. Now the new task is assigned to different person i.e. John Dimagio with login name DOMAIN\jod
    ! When I am logging value to wf history of the CurrentItem:Manager field I am getting sth like i;123#DOMAIN\jod . So value is completely different and wrong. 
    Can someone explain why is this happening? 
    My guess is that using two letters login name can cause such case but why ?
    Regards,

    Hello ! 
    I have run into "funny" problem. 
    I have following workflow:
    User is creating item in ListA. In new form he needs to put Manager which is User Field column type. From people picker he is choosing login name Domain\jo (Two letters seems to be important here). User is resolved correctly to John Doe. Item is saved and
    added to list correctly. In list view John Doe is displayed in Manager column. In view item John Doe is in Manager field. In powershell Id;#John Doe is as a Manager field value. 
    Now the "funny" part:
    After item is added to ListA workflow is started automatically. Workflow is assigning new task to user from Manager (CurrentItem:Manager) field using Assign task action. Now the new task is assigned to different person i.e. John Dimagio with login name DOMAIN\jod
    ! When I am logging value to wf history of the CurrentItem:Manager field I am getting sth like i;123#DOMAIN\jod . So value is completely different and wrong. 
    Can someone explain why is this happening? 
    My guess is that using two letters login name can cause such case but why ?
    Regards,

  • Using file receiver adapter with a different user

    Hello.
    I have a simple question (at least I think it is)
    Can I use a file receiver adapter (where the transport protocol is NFS - not FTP)
    so that a different user will access the directory (not the usual SAPServiceSID)?
    I don't see any place for using username and password, and using the FTP protocol is not possible
    because of security reasons.
    Any help Appreciated.

    Hello.
    Thanks for the quick answers.
    I'm sorry for not being clear enough before.
    I have a microsoft network share on a different server then the PI.
    When I use the path:
    server\share
    I manage to successfully put a file via the file receiver adapter, with NFS as the transport protocol.
    However in order to do this, the owner of the share had to give credentials to the user: SAPServiceSID of my PI system
    which is an active directory user.
    The owner wants me to use a local user instead.
    Can this be done with a local user?

  • BPC User Management Tools in different versions

    Hi all,
    I am comparing the different versions of BPC from 5.1 to 10.0 and I have the following questions about user management tools:
    1)
    How does "User Management Server" work?
    What's the difference when it is compared with "Active Directory" and "BPC NW Authorization"?
    2)
    I have summarized my understand on the availability of the user management tools in different versions of BPC but I don't know if it is correct.
    Active Directory
    Central Management Server
    BPC NW Authorization
    NetWeaver version
    N/A
    BPC 7.X, 10.0
    BPC 7.X, 10.0
    Microsoft version
    BPC 5.1, 7.X, 10.0
    BPC 7.X, 10.0
    BPC 7.X, 10.0
    Please kindly correct me if I am wrong.
    Thanks in advance!
    Winson

    Hi Winson,
    You are incorrect for BPC NW 7.5 - it uses Active Directory users...
    Vadim

Maybe you are looking for

  • Problem with search API -- TextSearchConstraint.SOUNDS_LIKE

    Hi All, Im trying to use TextSearchConstraint.SOUNDS_LIKE to find similiar data records in MDM repository. There are 3 records in table "MDM_BUSINESS_PARTNERS", the value of it' "name" field are: "akedemic",  "akedemci",  and "akedemic Inc." respecti

  • Jinitiator with a Proxy

    Problem loading Jinitiator applet with proxy. I have been successful in running a forms 6i web app without going through a proxy. But I have a few customers who use a proxy and they get the following error in the Java Console: File not found when loo

  • Opening JPEG files from Camera RAW

    Hi - I just installed ACR V4.1 on my PC. I have PS CS3 installed...My understanding is that from Bridge I could click on a JPG file and it would open ACR 4.1 directly.At the moment i click on the file and PS CS3 open and then it loads ACR. Is this th

  • Mac Book Pro 2011

    hello, i just purchased a MPB 2011 15", i returned one to best buy because of dead pixels. i was treated like crap there, and they said keep the machine or get a refund. i took the refund and bought one from the apple store. glad i did!so far this MB

  • Contacts on work and personal phone, need to take them off each other??

    Hi, I have 2 iPhone's ( iPhone 4S & iPhone 5S) 1 for work and 1 for personal, initially I used my apple ID & iCloud ID to set them both up but since I have taken both apple & iCloud ID off my work phone however my contacts from personal phone are sti