Determining ORACLE_HOME location from DBA_ or V$ views

DB Version:10gR2
Is there a DBA_ or V$ view which i can query to determine ORACLE_HOME location?
Edited by: james_p on Oct 13, 2008 3:18 AM

SELECT substr(file_spec,1,instr(file_spec,'lib')-2) ORACLE_HOME FROM dba_libraries
WHERE library_name='DBMS_SUMADV_LIB';Interesting idea. Unfortunately when I tried the query on 10g NULL was returned :(
The oracle home might be extractable from V$PARAMTER name = 'user_dump_dest'
SQL> c/name/value
1* select value from v$parameter where name = 'user_dump_dest'
SQL> /
VALUE
C:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\UDUMP

Similar Messages

  • How to determine Oracle_Home default from multiple home installation?

    Does anyone know how to determine the current Oracle Home default in the registry when multiple Oracle Home exists?
    Both 8i and multiple 9i Version X's exist on a client machine. We need to determine the current default oracle home to determine path for various drivers.
    In analyzing the Oracle Home registry keys I have been unable to find a means for identifying the current Oracle Home default.

    Thank you for you reply, your advice is good. Unfortunately our application has to deal with all kinds of Oracle configurations and one of those is the multi-home issue. We have looked throughout the registry particular in the HKLM\SOFTWARE\ORACLE|ALL_HOMES\
    but have not found any entry that would indicate a default home. One two different system installation of multiple client installations there is no DEFAULT_HOME. We do have the HOME0, HOME1, ... HOME4 but, these are just sequencial based on when they where installed not on the order of preference or any default setting. Problem is our application needs to know the default home to locate the appropriate drives to use and appropriate connects service to look-up(tnsname) also.
    Thanks.

  • Delete locations from weather app

    How do I delete locations from my weather app

    If viewing a specific location, go to list view by tapping the 3 horizontal line icon at lower right. In list view slide the location you want to delete to the left and then tap Delete.

  • My location service is not working from the day one the response is that (cannot able to determine the location) .What can i need to do to see my location in maps and other application even the location services is enabled in the settings?

    From the day one the response is that (cannot able to determine the location) while using ios5.1 .What can i need to do to see my location in maps and other application even the location services is enabled in the settings?.Which means that is there is any problem in my ipad ? currently running on IOS 6.

    Your location is determined from a location database which contains the MAC addresses of routers and their physical location. A MAC address is a unique number which is built-in to all network devices when manufactured. The database is built and updated by actually driving around and mapping router locations.
    Since you just moved the location of your router has not been updated in the database and when you use Maps you will see your old location.
    If you go outside your house you can be correctly located because your iPod sees other routers which are in the location database. Note that you do not need to be connected to a router for your iPod to see it and obtain its MAC address.

  • Launching Microsoft Access from Internet Explorer to view a downloaded MDB file opens the wrong file (not a problem if I use Firefox)

    When clicking on a link (in Internet Explorer 9) to download an Access MDB file and then choosing to open the file directly in Microsoft Access (2007) instead of saving it, the file is copied to Temporary Internet Files but Microsoft Access tries to open
    a different file and displays an (Unrecognized database format) error.
    When I click on the option to open the file, the MDB file is copied to Temporary Internet Files\Content.IE5 but instead of that file, Access tries to open a different (incorrect) file located in Temporary Internet Files\Content.MSO (e.g. in the above error
    message, NativeView.do is an XML file containing an error message).
    I don't see this problem with Word, Excel or PowerPoint files. When opening a Word file (without saving) the Word file is copied to Content.IE5 but an identical .tmp file is created in Content.MSO which when opened in Microsoft Word displayed the required file
    correctly. The same happens for Excel files. PowerPoint appears to be handled a little differently (no .tmp file created in Content.MSO but the required file is still copied to Content.IE5) but the PPT file is still opened correctly in Microsoft PowerPoint.
    I think the Content-Type "application/msaccess" is fine because Internet Explorer does launch Microsoft Access. It just tries to open the wrong file (or so I think). However, it looks like the file type is not being determined. Here is what I noticed
    when trying to open different Microsoft Office files using Internet Explorer:
    The last one is the MDB file. As you can see, only for this type of file, the "Type" (Microsoft Office Access 2007?) is not displayed in this Open/Save dialog box.
    On Firefox, I don't see this problem. When I tried clicking on the link to the MDB file in Firefox, Microsoft Access was launched and the file was opened correctly. Is there something I can do so the MDB file is opened properly using IE? I can add/change headers
    in the HTTP response that writes this file to the output stream (on disk) if that helps.
    Thanks for your time!

    Sounds like a problem symptom to be discussed in either an IE forum or an Access forum, not here.  How did you come to post here?  ForumsRedesign.  That might be an on-topic issue for this forum.  <eg>
    Can you find your way to either of those other forums easily from here?  Another on-topic question for here I think.   ; )
    Robert Aldwinckle
    Oops, my bad. Thanks for letting me know! :)
    I've re-posted it here: http://social.technet.microsoft.com/Forums/ie/en-US/1a818501-296c-42fb-8abb-ba914629c962/launching-microsoft-access-from-internet-explorer-to-view-a-downloaded-mdb-file-opens-the-wrong-file?forum=ieitprocurrentver
    Hopefully that's the right place for this.
    Cheers!

  • BI 7.0 Urgent:  unable to locate an InfoPackage in any view

    In BW 3.x, we can locate an InfoPackge which loads data from one ODS to another ODS in DM (Data Mart) view of InfoSource view.  But on BI7.0, in the DM (Data Mart) view, we can not locate this InfoPackage and we can only locate this InfoPackage in Process Chain.  Could someone let us know the trick on how to locate such InfoPackge in a view on BI 7.0?
    Thanks

    Hi Kevin,
    I don't exactly understand what do you mean by view? But what I understand from your question is - you want to know if there is any place where we can find the infopackages without using the technical name?
    If that is what you are looking for then you can drill down the related infoprovider data flow (which was the nice feature introduced by SAP in BI) and look for your infopackages. Just keep in mind that sometime you don't find the infopackages even you drill down through the infoprovider coz you need to check from which source system you are extracting data. In the infoprovider you need to change the source system and then drill down and see with the description.
    Hope this helps,
    Bye...

  • How to determine the location of Oracle Client

    Hi folks,
    how can I determine the location on a given machine where the Oracle Client was installed ?
    My java-application, which has used the 9i-Client until now, has to run with a 10g-client in future. The problem is: for a transition period, it has to use both clients optionally. So when the application starts running it doesn't know which client is installed on the machine.
    There are never installed both clients, so before starting the jvm I have to decide which one has to be used, since I have to set the right classpath for accessing the jdbc14.jar.
    Are there any settings (e.g. ORACLE_HOME or something like that) which are used in the same way in both clients (and on different platforms) ?
    Thanks
    Jens

    Hi Amit,
    If you are not able to check the note 118823 or you can't able to find the solution. Just start client copy in test mode, there you can get the size of the client then you can cancel the client copy(which is in test mode).
    Hope it will resolve your doubt.
    Thanks
    Kishore

  • Excluding storage location from MRP run in Long Term Planning

    Hi,friends,
         In my scenario , i want to exclude storage location from MRP run in long term planning.When i set storage location MRP indicator "2" in SPRO and SLoc MRP indicator "1" MRP4 in material master, i can exclude the storage location after run MRP with MD01/MD02,and i can see the expected result in MD04.But in Long Term Planning scenario the storage location can not be excluded after run MRP with MS01/MS02,and the requirements list in MS04 include the stock in the storage location i want to exclude. i dont know if i miss something.Plz give me some advice.
    Regards
    Joey

    Hi,
    Refer the OSS Note 208017 - LTP: Long-term planning and storage locations
    ==========================================================================
    Symptom
    In long-term planning (Transactions MSBT / MS01 / MS02 / MS03), the MRP indicator of a storage location for a material is not taken into account (material master, view MRP 2 [up to and including Release 3.1I] or MRP 4 [as of Release 4.0A]).
    The storage locations excluded by MRP or planned separately are also planned in the plant segment.
    Additional key words
    LTP, MM01, MM02, MM03, master data, MRP indicator, LGORT ...
    Cause and prerequisites
    The MRP indicator for a certain storage location of a material is only taken into account in operative planning (requirements planning, MRP).
    The long-term planning occurs exclusively at plant level.
    Solution
    This is no error. The system works as intended.
    The individual storage locations should not be distinguished in the long-term planning, in order to perform a comprehensive long-term planning.
    This is important, for example, within the kanban processing where the storage locations with kanban MRP are excluded from the MRP, but in spite of that should be included in the long-term planning.
    ==========================================================================
    Regards,
    Siva

  • Message impossible to determine the location .Please you can help?

    suddenly in my iPad wifi, shows the message impossible to determine the location . please you can help! Grazie ciao

    Wifi-only iPads rely on getting thier position from the router that they are connected to being in Apple's database. If you used to be able to get your location on the iPad then are you now using a new router ?

  • How can I import Canon GPS location from one picture in project to remaining pictures in project?

    How can I import Canon imbeded GPS location from one picture in project to remaining pictures in project?

    If you have several photos taken at the same location you can use the Lift&Stamp tool to copy the GPS data to the other images.
    Seelct the image, press the "Lift" button, deselect all tags in the Lift&Stamp HUD but the GPS coordinates, then select all photos taken at the same place and and press the "Stamp" tool. (marked by the down arrow)
    Alternately use the "Places View". You will see the photos with a GPS location marked by a pin. Drag the photos you want to assign to the same place simply to that pin on the map and they will be assigned to the same place.
    Regards
    Léonie

  • Can anyone tell me why maps cannot determine my location over wifi?

    can anyone tell me why maps cannot determine my location over wifi?

    If you only have the wifi only version iPad then the location is derived from the router that you are connected to - if it's not in the database that Apple use then your location can't be determined. Only the 3G iPad has a built-in GPS chip. If you have another wifi-only iOS device that does get a location then you could try this https://discussions.apple.com/message/15446656#15446656

  • I want to exclude a storage location from MRP

    I want to exclude repair storage location from MRP so that the stock with repairs storage location should not be considered for other demands.
    Also repair storage location stock should not be calculated against 'stocks'  term in MD04.
    How to do this ? Pls share.

    Hi,
    In transaction OMIR, choose your plant & then for the storage location you want to exclude from MRP enter 1 (exclude from MRP).
    After this setting is maintained, whenever a material is created in this plant & storage location, it will have MRP indicator as "1" in the mrp 4 view .
    For materials already in this storage location if the MRP indicator "1" is not maintained in mrp 4 view, please go for a mass change maintenance in the material master & maintain this indicator.
    Stock in the excluded storage location will not add up to the stock which is displayed in the top in the md04 screen. This stock will be displayed separately in the bottom of the screen.
    Please let me know if you have any questions.
    Regards,
    Senthilkumar

  • Deactivation of storage locations from MRP run

    Hi gurus,
    How can i deactivate a particular storage location from MRP in a particular plant.
    Regards
    Kaisar

    Hello,
    There are 2 ways of doing that.
    1. With the Transaction OMIR and selecting th indicator 1 Storage location stock excluded from MRP
    This storage location will be excluded from MRP.
    2. For a Specific Material(s), if you want the Storage location to be excluded from MRP:
    You need to select the storage locatio MRP indicator as 1 in MRP4View of the Material.
    Some concerns:
    Your Materials are extended to the St.location say xxxx.
    Now if you want this storage location to be excluded from the MRP.
    By simply seeting the Customization settings will not work.
    You need to manually select the MRP4 view and change the St.Loc MRP Indicator to 1.
    The Materials created after this customization setting will adopt this settings automatically.
    Hope this helps..
    Regards,
    Siva

  • Need to exclude storage location from MRP.

    Hi Gurus,
    Is there an option to exclude a specified storage location from MRP at configuration level. But not at material level as in MRP4 view.
    We have excluded the stoarge location in config OMIR, however the system considers that stock if the same is not excluded in MRP4 of that material.
    Now, the problem is every time i need to go to the material master of every material  i have to excude from MRP, which is very time consuming..!
    Please advise me is there any option in point of view of Storage Location,  just simply  define the storage location to be excluded from MRP run.
    Thanks in advance.
    Naveen.

    Dear,
    Yes you can do it though OMIR or MMSC 1-Storage location stock excluded from MRP.
    Also check this link for more details,
    Exclude purchase order on storage location from MRP
    Regards,
    R.Brahmankar
    Edited by: R Brahmankar on May 25, 2009 12:22 PM

  • Movement   types  from  sd  point of view

    does somebody have a list of movement  types   and   some  document   explaining  what  movement types  are  meant for   what?  from  sd  point of  view
    thank
    s.r.c
    [email protected]

    Movement types
    Any movement of stock in SAP has a movement type , u can see the movement types in  T:code: OMJJ
    As such a movement type is not directly related to any order type. But the combination of
    order type + item category group ==> item category
    now
    item category + MRP type ( from mat master) --- > Schedule line category.
    The movement type is linked with schedule line category. As a thumb rule all Movement types from 601 to 699 belong purely to SD.
    If u want to c the movement type related to that particular order go with the following path.
    Hit the icon 'schedule line for the item' , in the following screen hit 'procurement push button' there u will find the movement type.
    For each material movement, the system uses the movement type to determine the rules for updating the stock quantities and the stock values in the relevant G/L accounts.
    http://help.sap.com/saphelp_40b/helpdata/ru/fc/6cec6eb435d1118b3f0060b03ca329/content.htm
    601 Goods issue for delivery (Shipping)
    In Shipping, this movement type is created automatically with the Goods issue for delivery function.
    The quantity is taken from unrestricted-use stock.
    Possible special stock indicators:
    E, K, Q
    603 Goods issue for stock transport order (Shipping) with additional
    item
    If you issue goods for a stock transport order in Shipping using movement type 641, you can use this movement type to assign an extra item to the order.
    The ordered material is transferred to the stock in transit of the receiving plant. The material for the additional item is transferred from unrestricted-use stock in the issuing plant to stock in transfer in the receiving plant.
    You can also use this movement type without referencing a purchase order.
    Possible special stock indicators:
    None
    See also: 303, 641
    605 Goods receipt for a stock transport order (Shipping) with
    additional item
    You can use this movement type to transfer into unrestricted-use stock the material you posted into stock in transfer in the receiving plant using movement type 603. You post the goods movement with reference to the purchase order (if available) or the delivery.
    Possible special stock indicators:
    None
    See also: 305 and 641
    621 Transfer posting unrestricted-use - returnable packaging (Shipping)
    The quantity is transferred from unrestricted-use stock to the returnable packaging stock at customer.
    Possible special stock indicators:
    none
    623 Goods issue from returnable packaging stock at customer (Shipping)
    This quantity is withdrawn from unrestricted-use returnable packaging stock at the customer.
    Possible special stock indicators:
    V
    631 Transfer posting unrestricted use - customer consignment stock (Shipping)
    The quantity is transferred from unrestricted-use stock to consignment stock at customer.
    Possible special stock indicators:
    E, Q
    633 Goods issue from customer consignment (Shipping)
    The quantity is withdrawn from unrestricted-use consignment stock at the customer.
    Possible special stock indicators:
    W
    641 Goods issue for a stock transport order (Shipping)
    The quantity is transferred using a delivery in Shipping from unrestricted-use stock of the issuing plant to stock in transit of the receiving plant.
    The goods receipt for the stock transport order takes place using movement type 101 and can, if required, refer to the purchase order or to the delivery. If a purchase order item is flagged as a returns item in the stock transport order, you can post the goods receipt of the returns in the issuing plant with movment type 671.
    Possible special stock indicators:
    E, Q
    For the special stock indicators E and Q and for purchase orders assigned to an account, you must ensure that the quantity is not posted to the stock in transit of the receiving plant.
    See also: 351, 643, 671
    643 Goods issue for a cross-company stock transport order (Shipping)
    It is used only for cross-company stock transport orders with SD billing and invoice. The quantity is withdrawn from the unrestricted-use stock of the issuing plant. No stock in transit is created here. In the second step, the goods receipt must be entered in the receiving plant. If a purchase order item is flagged as a returns item in the stock transport order, you can post the goods receipt of the returns in the issuing plant with movment type 673.
    Possible special stock indicators:
    E
    See also: 351, 641, 673
    645 Goods issue for a cross-company
    stock transport order in one step (Shipping)
    Unlike movement type 643 when a goods issue is posted using movement type 645, a goods receipt line is generated automatically 101). If a purchase order item is flagged as a returns item in the stock transport order, you can post the goods receipt of the returns in the issuing plant with movment type 675.
    Possible special stock indicators:
    E
    See also: 675
    647 Goods issue for a stock transport order in one step
    (Shipping)
    Unlike movement type 641 when a goods issue is posted using movement type 647, a goods receipt line (movement type 101) is generated automatically in the receiving plant. If a purchase order item is flagged as a returns item in the stock transport order, you can post the goods receipt of the returns in the issuing plant with movement type 677.
    Possible special stock indicators:
    E, Q
    See also: 677
    651 Returns from customer (Shipping)
    Using movement type 651, you post returns from a customer with a return delivery in Shipping to blocked stock returns.
    Possible special stock indicators:
    None
    See also: 451, 453, 653
    653 Returns from customer (Shipping) to unrestricted-use stock
    With this movement type you post returns from the customer with returns delivery via Shipping directly to the valuated stock.
    Possible special stock indicators:
    E
    See also: 451, 453, 651
    655 Returns from customer (Shipping) to stock in quality inspection
    With this movement type you post returns from the customer with returns delivery via Shipping directly to the valuated stock.
    Possible special stock indicators:
    E
    See also: 451, 453, 651
    657 Returns from customer (Shipping) to blocked stock
    With this movement type you post returns from the customer with returns delivery via Shipping directly to the valuated stock.
    Possible special stock indicators:
    E
    See also: 451, 453, 651
    661 Returns to vendor via Shipping
    As with movement type 502, a return delivery to the vendor is entered without reference to the purchase order, but the goods issue is posted via a delivery in Shipping.
    Possible special stock indicators:
    E
    671 Returns for stock transport order via Shipping
    If a purchase order item is marked as a returns item in a stock transport order using movement type 641 when a goods receipt for a stock transport order ( 101) is posted, the return is posted to stock in transit using movement type 161. When the return arrives, the issuing plant posts the goods receipt for the return using movement type 671. Movement type 671 (like movement types 352 and 642) reduces the receiving plant's stock in transit and increases the issuing plant's unrestricted-use stock.
    Possible special stock indicators:
    E, Q
    673 Returns for cross-company stock transport order
    (Shipping)
    673.
    Possible special stock indicators:
    675 Returns for cross-company stock transport order
    (Shipping) in one step
    677 Returns for stock transport order in one step (Shipping)

Maybe you are looking for

  • Unable to set up voice mail

    When I dial the number provided to me to set up my voice mail, I get a message that I am entering an incorrect phone number.  When I dial my new number directly to attempt to access voice mail that way, I get a rapid busy signal.  I have attempted to

  • How to start a trigger in a begin/end block ?

    Hi all, I need to start a trigger inside a block begin end in order to manage errors. The trigger is created inside trigger_faef_c.sql as CREATE OR REPLACE TRIGGER TRIGGER_FAEF and I would like to start the trigger in another file "create_trigger.sql

  • Connecting more than 5 Apple TVs to a user account does not work!!!

    Hi, I have purchased a number of Apple TVs to my company to distribute information in the coffe-rooms as picture-shows from iPhoto. I asked the Apple store where I bought the units if there where any limits of number of units to be connected, and the

  • Fill a "select options" from a direct input.

    Hi there my new need is this, into a report I call a transaction (FMMC) and I'd like to fill a multiple selection into a select option (belnr) , there is a way to do only an execution of this "batch" or I have to launch the transaction for every docu

  • PowerMac G5 Dual 1.8GHz Booting Up Problem, HELP!

    *I have an Apple PowerMac G5 Dual CPU 1.8 GHz.* *This machine has a problem where it will not always boot up. Basically when the machine is cold, it will powerer up, but then give 3 flashes of the power LED, which signifies a memory error. If you lea