Filysystem, how to make oracle base/home/inventory

[oracle@localhost ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
71G 3.6G 63G 6% /
/dev/sda1 99M 11M 83M 12% /boot
tmpfs 1009M 0 1009M 0% /dev/shm
this is my newly installed Oracle ELinux disks , Need suggestion to make oracle home/base etc ,should i just make directories for oracle base & home or need any other steps?

The above document suggest one possible answer.
If your organization does not have a standardized nomenclature, then oracle has recommendations.
http://download.oracle.com/docs/cd/B28359_01/install.111/b32002/app_ofa.htm#g641220
Or are you wanting someone to write the mkdir commands so you can copy and paste?

Similar Messages

  • How to make Oracle HTTP server a proxy server...

    I need a proxy server for Google Mini search Appliance. I have Oracle 9iAS on AIX 5.2; can someone tell me how to make Oracle HTTP server function as Proxy server?
    Thanks,
    Jess

    Maybe check the below link:-
    http://httpd.apache.org/docs/1.3/mod/mod_proxy.html

  • How to make oracle is case insentive ( not case sensitive)

    SqlServer by default is NOT case sensitive (data content) while Oracle by default is case sensitive (data content).
    please help me to give the solution
    How to make oracle is case insentive ( not case sensitive)
    if there is anyway to make Oracle behave like SqlServer changing NLS settings or any other Oracle settings?
    I have solution for application level . it is working fine
    Possible solutions:
    1. You want to store data case insensitive: do an 'insert...
    values(upper('Abcd'))...'.
    This will put your data in upper case into the tables.
    2. Your data will be mixed-case and you want to select them case
    insensitive:
    create 'function based indexes' on every column you want to use in
    your where-clauses.
    Then 'select ... where <column_name> = 'ABCD'.

    What version of Oracle? Oracle 10g has a capability that can toggle this feature on and off at the session level. Prior versions do not.
    For prior versions you usually have to make use of the upper and/or lower functions in your queries. Sometimes a function based index, FBI, is used to handle this.
    HTH -- Mark D Powell --

  • How to make query base delivery monthly report  link with delivery return

    Hi,
    I have facing some problem in Sales delivery report monthly. Problem is:
    1) When i make Monthly query delivery report without any delivery return and AR Credit memo, it is Fine.
    2) When i make Monthly query delivery report with any delivery return and AR Credit memo, it is not showing proper. Its showing in report including return quantity or AR Credit memo quantity.
    So, How to make query base delivery monthly report  link with delivery return and AR Credit Memo?
    Please help me regarding this.
    Mizan
    Edited by: mizan700 on Dec 18, 2010 2:50 PM
    Edited by: mizan700 on Dec 18, 2010 2:50 PM

    Hi,
    try this.
    SELECT DISTINCt T1.CARDCODE, T1.CARDNAME , T1.DOCNUM DELIVERY#,T1.DocStatus 'DELIVERY STATUS', T1.DOCDATE 'DELIVERY Date', T1.DocTotal 'DELIVERY Total', T3.DOCNUM Return#,T3.DocStatus 'Return Status', T3.DOCDATE 'Return Date', T3.DocTotal 'Return Total',T5.DOCNUM Invoice#,T5.DocStatus 'Invoice Status', T5.DOCDATE 'Invoice Date', (T5.DocTotal-T5.VatSum-T5.TotalExpns-T5.DiscSum) 'Total Before Discount', T5.VatSum 'Tax', T5.TotalExpns 'Freight', (T5.DocTotal - T5.PaidToDate) 'Total Payment Due', T7.DOCNUM AS 'CREDIT MEMO#', T7.DOCDATE
    FROM DBO.DLN1 T0
    INNER JOIN DBO.ODLN T1 ON T1.DOCENTRY = T0.DOCENTRY
    LEFT JOIN DBO.RDN1 T2 ON T2.BASEENTRY = T1.DOCENTRY
    LEFT JOIN DBO.ORDN T3 ON T2.DOCENTRY = T3.DOCENTRY
    LEFT JOIN DBO.INV1 T4 ON T4.BASEENTRY = T1.DOCENTRY
    LEFT JOIN DBO.OINV T5 ON T5.DOCENTRY = T4.DOCENTRY
    LEFT JOIN DBO.RIN1 T6 ON T6.BASEENTRY = T5.DOCENTRY
    LEFT JOIN DBO.ORIN T7 ON T7.DOCENTRY = T6.DOCENTRY
    WHERE  T1.DOCDATE >= [%0] AND  T1.DOCDATE <= [%1]
    Thanks,
    Joseph

  • How to make data base link from oracle 11g r2 to microsoft sql 2008 express

    I need to make data base link from oracle 11g r2 to microsoft sql 2008 express to make replication between then
    please help me !
    I didn't know what is the user and password in the command which create database link

    To replicate data you can ude Database Gateway for ODBC or Database Gatewy for MS SQl Server. Please use the search engine of this forum if you ant to get more details about each product.
    Some SQl Servers are set up to use Windows authentication only. In this case you won't be able to connect to the SQL Server as Windows authentication isn't supported with the gateways. You have to make sure your SQL server is supporting username and password authentication - a common user is the "sa" user. Regarding the username/password, please get in touch with your SQL Server Admin.

  • How to install oracle multiple homes in the same path

    Hi,
    In my environment i have multiple oracle home.
    for ex:
    /u01/oracle/product/10.2.0.3/
    /u01/oracle/product/10.2.0.4/
    /u01/oracle/product/11.2.0.1/
    The above are the oracle default home paths
    now i want to install 11.2.0.2 in the same path with different folder under the same name version
    may i know what are the pre-request parameter that i need to check in solaris 64 bit
    And i want to install oracle software alone
    while installing oracle software alone how about the file /var/opt/oracle/oratab and oracle oraInventory files
    whether it replace the old version oracle file. Please clarify
    Thanks in advance.

    Hello,
    By default, the Oracle Inventory directory is not installed under the Oracle Base directory.
    This is because all Oracle software installations share a common Oracle Inventory,
    ...The Oracle Inventory should be shared by all Oracle installations on the Server. So its location is unique.
    However, you may have several Oracle Base directories.
    Oracle Base is the root directory of the Oracle installation and may change from one major release to another one. However, the same Oracle Base may be used for several installations:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e17163/glossary.htm#g998168
    Also, by default OUI suggest you the Oracle Base directory. In general you have something like "/u01/app/oracle". But you are free to set the Oracle Base directory you prefer.
    Hope this help.
    Best regards,
    Jean-Valentin

  • How to make Oracle Developer Suite use different Oracle client version

    Hello,
    I have installed Oracle Developer Suite 10g (9.0.4) on Win7 32bit
    When I run Oracle Forms or Oracle Reports or any DB tool (like SQL Navigator or PL/SQL Developer) and trying to connect to remote Oracle DB 10g (10.2.0.5.0) I get an error ORA-02248: invalid option for ALTER SESSION.
    Then I've installed Oracle Instant Client 10.1.0.4.0 and made DB tools use this client and error was gone, but I still get that error using Forms and Reports.
    So my qustion is, can I make Oracle Forms and Reports use any other Oracle Client but that was installed with Oracle Developer Suite? Or any other suggestions are welcome how to fix connection issue in Forms and Reports?
    I have read many threads and some suggested to set NLS_LANG. Done that, but it didn't help :(

    The better question is why are you trying to use an obsolete Oracle product on such a new OS and expecting it to work properly? Are you also using MS Office 95 on this machine? Attempting to hack a solution is fine if you are just learning to use a product or just playing around. However, I would never recommend attempting to do what you are doing.
    Oracle Forms 9.x was desupported years ago, long before Windows 7 was released. Trying to use it in this manner is risky at best and not something that should be done in a professional environment. If you are a student or just home user trying to learn on your own, I would recommend that you use a virtualization product like Oracle Virtual Box and create a vm of an older OS. For example XP, then install on that platform. If you are a licensed user of Win 7 Pro or higher, I believe Microsoft is still giving away (for free) "XP Mode". Details here:
    http://www.microsoft.com/windows/virtual-pc/download.aspx

  • How to determine Oracle 10g Home programatically?

    With the Oracle 9i client, I was able to figure out (in a program or install script) where the Oracle 9i home folder was by looking at the registry key /HKEY_LOCAL_MACHINE/Software/Oracle/Oracle_Home. However, I don't see anything like this for the Oracle 10g client. I see a branch entitled KEY_OraClient10g_home but I don't think that is consistant across all Oracle 10g client installs (i.e. I think I entered the name OraClient10g_home when I installed the client).
    So... is there a way (programatically) to determine what the 10g home folder is? Thanks.
    Tom

    I just checked a fresh install of 10gR2, and a hybrid we have that is running 9iR2 with a 10g client in place. If you are looking for 10g home information, you will want to enumerate keynames under the HKLM/Software/Oracle key. You are looking for keys that begin with KEY_. These are likely Oracle homes.
    While it is true that you can name your Oracle home what you want to, Oracle seems to prefix KEY_ to its home names the way 9i would create keys named HOMEX to describe the homes. Underneath the KEY_ key you will find the values ORACLE_HOME, ORACLE_HOME_KEY, and ORACLE_HOME_NAME that will give you all the information about the home that you might need.
    While this means you have to write a loop to check for potential homes and a test to check for the value name you want to use, it should probably work. Worst case scenario is that you write a loop to iterate through the child keys under HKLM/Software/Oracle and check to see whether each key has the value ORACLE_HOME. Oracle names that value and sets its value, so you should always find it.

  • How to make Oracle BI Mombile to work when  SSO is implemented in BI?

    Hi folks:
    I have SSO enabled in my OBIEE 11.1.1.6.6 . Its is working fine from IE/Firefox Browser/Chrome.
    Before implementing SSO ipad app was running perfectly fine.. but now Its not getting connected...prompt for username and password all the time.
    I am aware of SSO limitation of Ipad. Hence I tried connecting with SSO switch OFF in Ipad....in none of the ways actually is working :-(
    For SSO ...I'm using AD Authentication with Kerberos.
    So is there any configuration I am missing somewhere to allow Oracle Mobile to work when SSO is configured for BI?
    Below is what I am using to connect:
    Host: xxx.yyy.com (also tried with IP address)
    Port: 9704
    SSL – Off
    SSO – Off (also tried setting to ON)
    Username: my username
    Pass: my password
    Save Pw: On
    Device Locale: On
    Analytics Path: /analytics/saw.dll
    Publisher Path: /xmlpserver
    Any feedback will be really appreciated ...I'm really stuck on this ... or if you faced this and had to implement a workaround ... please let me know.
    Thanks a lot!
    Matias

    Hi: I tried that and got the following error message.
    "Error 401--Unauthorized
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    Te request requires user authentication. Te response MUST include a WWW-Autenticate header field (section 14.46) containing a challenge applicable to the requested resource. The client MAY repeat the request with a suitable Authorization header field (section 14.8). If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials. If the 401 response contains the same challenge as the prior response, and the user agent has already attempted authentication at least once, then the user SHOULD be presented the entity that was given in the response, since that entity MAY include relevant diagnostic information. HTTP access authentication is explained in section 11."
    Again this was after SSO configuration. I have no way to bypass SSO based on the current configuration ... so not sure how to solve that in order to make it work from iPAD and also from the IOS application.
    Any thoughts?
    Thanks!
    Matias

  • How to make Oracle program executed through windows XP command line.

    I know this thread may not be appropriate to be posted here. However, I couldn't find place to post this question. However, the question is related to Oracle program execution. So I post here for help.
    I creted a windows XP shell program to execute a few oracle program to refresh data on database. All oracle programs work very well. But the windows shell program is not working properly. I seek your input to solve this problem. Here is the basic windows shell script:
    set oracle_sid=mydb
    set MyDir=C:\refresh
    sqlplus -s username_1/password_1@mydb @%MyDir%\updt_table.sql
    exit
    sqlldr username_2/password_2@mydb control=C:\refresh\control_file_1.ctl
    sqlldr username_2/password_2@mydb control=C:\refresh\control_file_2.ctl
    sqlldr username_2/password_2@mydb control=C:\refresh\control_file_3.ctl
    sqlldr username_2/password_2@mydb control=C:\refresh\control_file_4.ctl
    sqlldr username_2/password_2@mydb control=C:\refresh\control_file_5.ctl
    set oracle_sid=mydb
    set MyDir=C:\refresh
    sqlplus -s username_2/password_2@mydb @%MyDir%\refresh_table.sql
    exit
    The problem is: The first sqlplus is to connect to username_1. after windows shell execute and finish updt_table.sql as well as exit from that db schema, it suppose to go to next sql loader command line to login as username_2 to start sql loader control file to load data. The actual situation is: command line hang on at first "exit" and didn't login username_2 to do sql loader work. Please advise me where the problem is and how to fix it. Thanks for your kind help.

    krystian:
    I have tried this before I post for help. If I moved "exit" after updt_table.sql, the shell only finish the first part of command to update one table. Then windows shell hang on there and do nothing. It didn't go to login as username_2 to execute sql loader control files. This is where the problem is. How to force the windwos shell log into as username_2 to do next step? Thanks again.

  • Any idea on how to make a smart home?

    Is there anyway to use bluetooth microphones to station throughout your house to all simultaneous link to your iphone (iphone plugged into an AirPlay hub). So when you use Siri any microphone in the house can pick up your voice and broadcast Siri's response throughout the wired house via AirPlay. It would in essence be like having your house wired like a car is wired for "eye-free" driving. You would be able to access and hear siri from any room regardless of where your phone was. I know you need to press the home buttom to activate siri, but there are alternative accessories to fix that. My main concern is not the location of the home button.

    No, you can't have that many BlueTooth connections.

  • DVD Authoring: How to Make a Menu/Home/Splash Screen

    I searched for "DVD menu" and "DVD authoring" but came up empty for what I am trying to do.
    I am a newbie to InDesign (CS3), using mostly Premiere Pro. I am a teacher at a High School and for our 4th quarter project we are making a Senior year video. Anyway, one of the groups have the task of designing the cover art, liner notes, DV-disc cover, as well as the menu screens for the DVD itself.
    I clearly see that InDesign has some nice templates for most of this stuff, but is this the proper software to be using to create a menu screen to load the chapters, view additional content and things of that sort?
    Thanks for the guidance. I'm looking forward to this project but want to make sure I understand the general process first. I'm a quick learner but want to make sure I am studying the right software this weekend!

    InDesign is excellent for the printed material, but almost wholly useless for DVD menus. At best, you could create some graphic backgrounds by exporting the layout to JPEG - and that might be an approach to make your printed materials and menus match - but it has no features for creating or editing the menus themselves.
    What you want is a DVD authoring tool. There are quite a few around, most of which have flexible titling and menuing functions. Some very limited packages only work with a canned menu; others have some support for user-created menus and titles; others are full-function design and layout tools for those purposes.
    I find that Adobe Encore handles most of my needs, but you may be looking for a less expensive alternative. (Encore is about $200 with an academic license, if I remember rightly.)
    A general web search for "DVD Authoring" should turn up a selection of tools in all price ranges and with a spectrum of capabilities.

  • How to make separate home for ASM

    Hi,
    I have 11gr1 RAC setup in vmware having the common oracle home for database and ASM. Now I want to create the separate home for ASM instead of having common home, can you please guide me the process of how to create the separate home and thus to make the ASM instance up from new home.
    Thanks in advance,
    Mahipal

    Mahi wrote:
    Hi Hitgon,
    Thanks for the reply, I already have the setup with common location for ASM and DB home. It is 11gr1, for this we may not have the grid home.
    My question is how to make the separate home for ASM and start the ASM instances from new home in the current already existing environment.
    Thanks,
    MahipalHi
    What is the requirement for separate the home for ASM and Database
    Regards
    Hitgon

  • How to make OBPM 10.3g solutions highly scalable and performant?

    Hi experts,
    I would like to request some advice on how to make Oracle BPM 10.3g based solutions highly scalable. In our organisation, we are rolling out few processes (3-5) on OBPM 10.3g, with couple of 100 concurrent users on each. But going forward, we expect at least 50 processes, with concurrent users on each process reaching upto 500-1000. We understand that each process could be packaged as separate OBPM project, targeted to separate OBPM engine, where each engine itself is targeted to a separate WebLogic server cluster. Is this the correct approach?
    Apart from above, are there any additional factor/apporach that we must consider while implementing our solution?
    Is there any documentation that discusses how to improve the performance/scalability of OBPM 10.3g solutions?
    We would highly appreciate any pointers.. Many thanks.
    Brgds,
    Amit

    LoadRunner is one of the more popular means of performance testing BPM....
    [http://www8.hp.com/us/en/software/software-product.html?compURI=tcm:245-935779&pageTitle=loadrunner-software]

  • INS-32008 Oracle base vs user home

    Hi,
    Installing 11g R2 on Red Hat
    (uname -a
    Linux daniel3.wycliffe.org 2.6.32-279.9.1.el6.x86_64 #1 SMP Fri Aug 31 09:04:24 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux)
    Under 10.2, (and 10.1 and 9.2 etc...) we made the oracle account's home directory to be /u01/app/oracle, which is also our standard Oracle Base.
    But the 11.2 installer doesn't seem to like this. We get:
    [INS-32008] Oracle base location cant be same as the user home home directory. Are you sure you want to continue?
    This message can "apparently" be ignored and we have successfully installed several no frills 11.2 databases. But why this warning? What is the potential issue here that is troubling the installer? I really want us to be doing things as standard as possible.
    Thanks for any help here.
    Steve

    Hi,
    OFA means Oracle Flexible Architecture and this is recommended oracle directory architecture for Oracle installation and storing files. After years of eperiences of customers of Oracle, Oracle corporation comes up with new recommendations to make product better and better.
    In 11.g it is even not recommended to store oracle inventory under oracle base directory. So oracle inventory should be /u01/app/oraInventory and base directory should be /u01/app/oracle/
    When you violate OFA, you receive a warning, but, still it will allow you to install anything any where on the file system.
    Followig document may clear some of your doubts.
    http://docs.oracle.com/cd/E11882_01/em.112/e12255/oui2_manage_oracle_homes.htm
    Salman

Maybe you are looking for