Operating System User

Hi dear all
I have a problem in working with Oracle10g;My opreating system is Windows XP and My computer is personal and i have only one administrator usrename to use with my computer.
I would like to know what Operating system username and password are for Host credentials to set as prefered credentials.How can create this user that?
Thanks in advance
yours
Somayeh Dodge
[email protected]

Can explin ur question more in details
Thanks
SUMIT

Similar Messages

  • File Permissions on Oracle Directories for other Operating System Users

    Hi,
    I am trying to export the table data to flat file using a pl/sql function using UTL_FILE package and directories created using 'CREATE DIRECTORY' command. The function is called from a stored procedure which in-turn is called from a Java program using JDBC and the Java process runs as different operating system user. The problem for me is the file exported is being written as 'ORACLE' user with 'OINSTALL' group and '-rw-r--r--' linux file permissions. When I try to read this exported file from the java program it throws me a file access error.
    I would like to know if we can specify any additional parameters either in
    1) Database parameter file
    2) UTIL_FILE.FOPEN function
    3) CREATE DIRECTORY command
    so that the files written to the DIRECTORY have a read write access.

    Since you attempting to read the file from Java, you are constrained by the OS.
    Write a stored proc to read the file, since PL/SQL does have the correct permissions to read/write to files.
    P;

  • How to add operation system user in atable

    oracle 10g and Oracle Enterprise Linux 5.4
    i wouil like to add operation system user name in a oracle table so that i can monitor data in the particular table

    Your question is unclear.
    Check also v$session dynamic performance view may be you can get information from this view which you can pull into your custom table.
    And your query is about finding who is connected then,
    To know about the list of users that is now connected and the time when they connect to database issue the following query.
    SQL> SELECT s.username, s.program, s.logon_time
    FROM v$session s, v$process p, sys.v_$sess_io si
    WHERE s.paddr = p.addr(+)
    AND si.sid(+) = s.sid
    AND s.type = 'USER';
    USERNAME PROGRAM LOGON_TIM
    SAMI sqlplus@testerp (TNS V1-V3) 26-NOV-10
    oracle@testerp (J000) 26-NOV-10
    To know only the current session user name you can issue the following query,
    SQL> SELECT USERNAME from v$session where audsid = sys_context('userenv','sessionid');
    USERNAME
    SAMI
    To know about on which schema you are connecting issue following query.
    SQL> SELECT sys_context('USERENV', 'CURRENT_SCHEMA') FROM dual;
    SYS_CONTEXT('USERENV','CURRENT_SCHEMA')
    SAMI
    To know about the connected user user for the current session issue,
    SQL> SELECT sys_context('USERENV', 'SESSION_USER') FROM dual;
    SYS_CONTEXT('USERENV','SESSION_USER')
    SAMI
    If you use SQL*plus then simply issue,
    SQL> SHOW USER;
    USER is "SAMI"

  • Install Error (Operating System User Error)

    Hello,
    I am having a problem installing Oracle 9ias application server. I installed it once and then thought I messed the install up because I couldn't log on to the application manager. Anyway I deinstalled it using the product installer software they supply and then I rebooted and now I continue to get the following error. I am the only user who has ever tried to install the software.
    All Oracle 9iAS installations on a host must be installed by the same operating system user. The initial Oracle 9iAS installation located at C:\ora9ias was installed by a different operating system user. Please exit the install, log in as the user who installed the inital Oracle 9iAS installation and restart the install.
    Any ideas?

    Hi,
    you must drop manually the references in regedit to old iAs orcle home. Then you must drop the key 'em_loc' in regedit located in HKEY_LOCAL_MACHINE>Software>ORACLE if this key is pointing to Oracle 9iAS home.
    I have done this and I've installed my ias instance right in W2K.

  • Different Oracle Operating system user

    Hi
    I must install in a Solaris system an Oracle Management System (9i) with an Operating system user different that Oracle. (oramaster)
    When I begin the installation, the Universal Installer, require the oracle user.
    How to avoid this required oracle user?
    Thank you

    I have to install Oracle Enterprise manager (OEM)
    (9i) with a o.s. user different than OracleYou can install oracle/OEM with OS user different than Oracle. Add that user to dba group or dba and oinstall group.

  • Oracle installed under which operating system user?

    How can I know, under whıch operating system user does the oracle installed?
    Oracle 10gXE and windowsxp

    You can find it ..following the next steps:
    1) Control Panel
    2) Administrative Tools
    3) Computer management
    4) Click on 'groups' sub-folder of the 'Local users and groups' folder
    5) on the right pane .. search for the 'ora_dba' group... This group is automatically created by Oracle and puts in the O/S user you have logged on the system at the time of the db installation....
    6) Dbl-click on this group to find out the O/S username....
    I'm not sure for the above steps if you have installed OracleXE...
    Greetings...
    Sim

  • How to generate Operating system user list from windows server

    Hi,
    is it possible to extract the following report from windows server, if yes how to do it,
    1) Operating system User list from the server along with following details User Name, User Permission, Last Login date, User Status, 
    2) is it possible to include staff id, and staff name while creating any Operating system user

    Hi FBMUIIa,
    Would you please let us know current situation of this issue? Please refer to Mr X’s suggestion and check if
    can help you.
    Please also refer to following article and check if this script can help you.
    List Local
    User Accounts Using WMI
    In addition, regarding your current requirement, it seems that scripts will help you to achieve the target better.
    I suggest that you would post the question in
    Official Scripting Guys Forum or
    PowerShell Forum. I believe we will get a better assistance there.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Providing operating system user and password

    sir
    for various task in enterprise manager of 10g , it ask for the Operating system administrator usert id and password to perform various tasks.
    what userid and password of o/s administrator be provided.
    my o/s does not have any password for the o/s administrator account..
    pls guide
    thanks with regds

    Depending on the context of the OS user credentials, usually it is the OS user ID (name and password) of the software owner for the target in question.
    For example, if you are trying to perform an operation against a database target in EM, and you were requested to provide OS credentials, you should provide the OS username and password for the RDBMS home.
    You could post this question on the Grid Control forum instead of the HA forum for further discussion if needed.
    I hope this helps.
    Farouk

  • Operating system user for Host cridentials

    I get the following error when trying to save the backup settings within
    the Enterprise Manager 10g (10.1.0.4) DB console over Web. The database is running under linux Red Hat.
    Validation Error:
    Examine and correct the following errors, then retry the operation:
    Error - connection to host as user root failed: Failed to read error from
    command.
    Note that the OS user I'm using is "root" (also the oracle user didn't work) .
    Does anyone know which setting is missing on the database server?
    Thanks in advance
    Nike

    I would not encourage using root user.
    Your oracle user may not have the correct permissions. You need to ensure that oracle is in the required OS group and have the required privileges and file persmissions. Ensure that root.sh was run during your install.
    If you check the corresponding trace files under
    $ORACLE_HOME/sysman/log/ you may find more detailed message.
    e.g emagent.trc

  • SAP Operating System Users

    The company wants to rename these users to meet their standards.  In other words they want to rename <SAPSID>ADM to Z<SAPSID>adm and so on for the other user names.
    I know there is a lot involved when doing this, but I need something official from SAP that advices against this or steps to complete this. Preferable something from SAP that is against this.
    Can anyone direct me to some SAP documentation on the matter?
    Thanks,
    Nayt

    I don't think a company wants to make changes to standards/recommendations to maintain their standards.
    Yeah, you'd think that, and that's been repeated back to the one's wanting to make this change.  This company Does want to do that, they just do not understand what will happen and they do not understand SAP.
    Which is why I'm looking for something official saying this Should not be done from SAP. Any Notes anything.
    Edited by: NAYT CHRISTENSEN on Jul 13, 2011 5:44 PM

  • How to 'Remove' user access from deleted dual boot system's users in existing operating system's folders and files?

    I have Windows 7 Enterprise Professional, accessed earlier from (now deleted) other dual boot operating system (User folder), which shows it's users as unknowns for folder properties in Windows 7 Enterprise Professional's "C:\Users\Aniruddha",
    which causes system not responding, how to 'Remove' these unknown users from folder properties of "C:\Users\Aniruddha"?
    Also "C:\Users\Aniruddha\Application Data" creates many of own folders within eachselfs end folder ("C:\Users\Aniruddha\Application Data" creates a "C:\Users\Aniruddha\Application Data\Application Data", "C:\Users\Aniruddha\Application
    Data\Application Data" creates a "C:\Users\Aniruddha\Application Data\Application Data\Application Data" and many) because of which system stops responding randomly, starts responding only for "ctrl+alt+del", why such self
    creation begins?
    Whether a standby user with same file structure copied from a user would dynamically link it's shortcut folders with Windows user from whom these folders were copied or whether there would be no link and for above said problem I would restore User's file structre
    back to normal just by copying from standby user?

    It seems your PC is infected with some malware. Use a trusted antivirus software with the latest definition updates installed to scan and remove the malware.
    Balaji Kundalam

  • How can receive the user name of the present operating system

    HI,all.
        how can i receive the user name of the present operating system from SAP.Have any funciton to use?Thankyou!

    Hi hong,
    1. This FM BDL_SYSTEM_INFO
        will give operating system user of the database.
    regards,
    amit m.

  • Operating system userid

    Does anyone know how to pass the client operating system user id through an asp.net webserver to an Oracle database
    so that it be tracking using the FGA tables?
    Thanks

    Not sure if this is in the same realm but investigate "Proxy Authentication", I used this for DB user impersonation (from non-oracle credentials, not OS user ID but I think that OS user ID can be used as well).
    See:
    http://oraclesvca2.oracle.com/docs/cd/B10501_01/server.920/a96521/users.htm#17433

  • Retrieve information about the operating system

    Hi, I have an Air application and I need to retrieve
    information such as local IP address, local computer name and
    operating system user. It is possible?
    Thanks,
    Anselmo

    flash.system.Capabilities.os for operating system. IP and
    computer name I don't think you can get in ActionScript. You could
    get IP with a web service, but computer name... no idea, unless
    it's possible to find it in the file system...

  • HT1923 I have a Vista Operating system with 2 users.  Somehow I got two different play lists each with one user.  One is too big for the storage and has a vast amount of duplicates.  Can I delete the one that is twice as large and then access the other li

    I have a Vista operating system with 2 users.  Somehow I got two diffent libraries for the users.  How can I delete the one and then access the correct library on the other users profile?

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

Maybe you are looking for

  • Wacom tablet brush features lagging and non-responsive

    I am a photographer and rely heavily on my Wacom tablet to edit my images in Photoshop. The latest CS6 update and CC update disables any tool that uses the brush feature. If I work with a tool for example the quick selection tool, before I can use an

  • Can findText find two different objects at once?

    I have written a script that finds all italicized words, then compares them to a character style that italicizes characters. If there are any italicized words that do not use the character style, the user is alerted. Of course, not all fonts use a fo

  • Can recieve mail but not relayed to local users, can't send mail,

    I am working on setting up a home server for web and email. I have server 10.2 and I can get the web working fine but the mail is giving me fits. The computer is behind by router on my private network. I have a domain name that is set for my router a

  • User defined record types in package header

    hi. is there a way in sql developer to view just the record type names? for example, i have: TYPE my_rec_type_1 IS RECORD(...); TYPE my_rec_type_2 IS RECORD(...); TYPE my_rec_type_3 IS RECORD(...); and all i want to see is a list showing my_rec_type_

  • IPhoto book cover misprint

    The new version of iPhoto (9.2) duplicates the book title in the lower right of the cover. This seems not to be a dsiplay artifact, the pdf  shows it as well. This occurs on the "Simple Border" theme and one or two others. It may be the "spine" print