Tracing the Logical Key...Forms5.0

Hello friends,
Here is a problem with me that I have tried and
tried but didn't achieve. Please:
Q: I need a to write a function which will tell the
last logical key pressed. ie: if I press enter/NEXT KEY
etc..then the function should trap that and should display in a
display item on the forms.
----- like
FUNCTION GET_CMD()
RETURN VARCHAR2 IS
BEGIN
END;
Thanks a lot for the valuable time that U have taken for this.
Ajaya (india)
null

8eb56315-84fd-4876-86cf-c5b6dae0387a wrote:
So, I've recently taken over a few DB servers.  One of the servers (we'll call it TEST), if I ps -ef oracle|grep pmon, I find 2 running processes, GREEN and BLUE.
OK - on to my client's TNSNAMES.ORA
TEST_GREEN=(DESCRIPTION=
        (ADDRESS=(PROTOCOL=TCP)(HOST=IP_FOR_TEST_SERVER)(PORT=1521))
        (CONNECT_DATA=(SID=RED)))
TEST_BLUE=(DESCRIPTION=
        (ADDRESS=(PROTOCOL=TCP)(HOST=IP_FOR_TEST_SERVER)(PORT=1521))
        (CONNECT_DATA=(SID=ORANGE)))
Note, that the SIDs in the tnsnames do not match the running PMON processes.
So, I thought, let's look at the listener.ora, as you can see - the SID in the listener matches the SID of the TNSNAMEs.  But, my question is - how does the listener push a connection bound for RED to a process running as GREEN and an ORANGE to BLUE? PLEASE HELP!  Here it is the listener.ora:
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (GLOBAL_DBNAME = RED49.FQDN)
      (ORACLE_HOME = /u03/oracle/product/11.2.0.3)
      (SID_NAME = RED)
    (SID_DESC =
      (GLOBAL_DBNAME = ORANGE49.FQDN)
      (ORACLE_HOME = /u03/oracle/product/11.2.0.3)
      (SID_NAME = ORANGE)
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY=RED))
        (ADDRESS = (PROTOCOL = IPC)(KEY=ORANGE))
        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = FQDN_OF_DB_SERVER)(PORT = 1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = IP_FOR_TEST_SERVER)(PORT = 1521))
Use of "(CONNECT_DATA=(SID=ORANGE)" in tnsnames is deprecated, in favor of "(CONNECT_DATA=(SERVICE_NAME=ORANGE)"
Show us the output of 'lsnrctl status'
In that output, observe the difference and relationship between 'service" and 'sid'

Similar Messages

  • How to determine the logical Keys of logical fact table in BMM layer?

    Hello guys
    I'd like to know more about how to know what columns of the logical fact table should be used as key in BMM layer. How OBIEE behaving differently when different keys are selected?
    In my situation, I have 1 fact table that physically joins to 20 dimensions in physical layer. Therefore, in physical layer, this fact table has about 20 foreign keys but no primary keys..
    In the logical layer, this fact table is logically joined to the same group of dimension tables. So in this case, how do I know what columns in logical fact table I should use as keys?
    Please advice
    Thanks

    thanks for the reply...
    The interesting thing I notice is that, when I start using fragmentation with the fact tables in its LTS, if not primary key is defined in the logical fact table, then I will be getting errors:
    [nQSError: 10058] A general error has occurred. [nQSError: 14023] None of the fact sources for columns are compatible with the detail filter []. (HY000)
    When I create the key by choosing random columns from the fact table as the logical key columns, this error goes way and the correct SQL is generated according to the frag..
    Because of such behavior, I'd really like to know how logical key really works in BMM layer.

  • How to get the UDDI Key to publish a service provider system in SR?

    Hi,
    I am following instruction in appendix 1 & 2 of the white paper at https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1079b1af-dcb7-2b10-9ebb-eafcaa3cbbea?overridelayout=true
    trying to publish a service provider system into the service registry. One thing not clear to me is how to get the uddikey as needed in step 6 in appendix 1.
    My service registry is in a PI 7.1 SP4 system. I followed the instruction in appendix 2 but there is no uddi key displayed in the General tab. Please help.
    Regards,
    Jiannan
    Paragraph extracted from the whitepaper:
    There may be cases in which the NWA logical settings do not match the Services Repository
    settings when Visual Composer is trying to locate the enterprise services. Such cases can occur
    when there is no SLD ID definition of the physical system in the Services Repository.
    Currently, Visual Composer cannot search for services on a physical system with an empty SLD ID
    (which is not a valid one).
    To obtain this capability, the following steps should be performed to generate the necessary data
    for each system with a non-valid SLD ID, so that Visual Composer can search for services over it.
    1.Log on to http://<serverName>:<serverPort>/WSNavigator.
    2.Select the Services Registry radio button.
    3.In the Find field, enter sr and choose Go.
    4.Select the ServicesRegistrySi line and choose Next.
    5.Under the Operation Name, search for the publishPhysicalSystems operation, select it and choose Next.
    6.Fill the service information parameters with the following (see Appendix 2 for details on how to get this information) :
      6.1.Click the + icon in the physical system[].
      6.2.Deselect the Classifications checkbox.
      6.3.Click the + icon in the classificationReferenceGroups[].
      6.4.Click the + icon in the classificationReferences[].
      6.5.Deselect the classificationSystemKey checkbox.
      6.6.Deselect the uddiKey checkbox and enter the value <localUddiKey>.
      6.7.Deselect the value checkbox and enter the value <localSystemHostName>.
      6.8.Deselect the host checkbox and enter the value <localHostName>.
      6.9.Deselect the physicalSystemKey checkbox.
      6.10.Deselect the logical key checkbox and enter the value <System name>.<SystemHome>.<host name>.
      6.11.Deselect the systemName checkbox and enter the value <system name>.
      6.12.Deselect the type checkbox and enter the value 2.

    Hi Jiannan,
    No worries, you can go to UDDI client from the main page of PI  i.e. http://<serverName>:<serverPort>/
    And you use the search function for  the TModel for your Physical System. Search parameters can use the % wildcard.
    Hit the search and you find the UDDI Key for the Physical System.
    Cheers.
    Hemant Chahal

  • Logical Key for Degenerate Dimension

    Hi Gurus,
    Need some help on the degenerate dimensions in the BMM layer.
    I have one fact table with dimension attributes and I would like to move the attributes into separate logical table and treat it as dimension.
    Now my newly created dimension has the Fact LTS and I would like to assign a logical key to the newly created table and then create the logical dimension.
    Can anyone provide some inputs on we can assign the logical key to the column?
    Thanks

    Hi Srini,
    Since my main logical fact table consists of two LTS and the dimension being created from this table will also have 2 LTS, the content level will be set to all levels on which the fact is joined.
    So I would like to create a logical dimension based out of my dimension and then assign the content level at the detail level.
    Please let me know if I am not clear.
    Thanks

  • Logic Key interferes with PC Game?

    To cut a long story short. I put my Logic key back in my Dell PC in order to try out some old music I did in V5.5. I left the key in and came back later to the PC to play the game F.E.A.R. Well we all need time off!
    Bottom line, the game failed to start up. After an hour of mucking around and re-installing the game I was getting nowhere. Then I removed the Logic Key as a last resort and hey presto the game worked! Go figure, people.
    Anyone else ever have unrelated software not work due to the presence of the Logic Key?
    If you own F.E.A.R. by Sierra try it for yourself.

    Yup, I agree. This is the first time I've known this to happen. Just wondered if anyone else has seen it. The only saving grace is that since getting a Mac I only really use a PC for games playing, MS Critical downloads and virus collecting

  • What is the use of logical key in logical tabls in bmm

    hi
    can any one tell me why we have to create logical key for logical table in bmm
    Thanks
    sreedhar

    See the links below
    why we have to create logical key at  levels in Hierarchies
    Re: Business Model - Logical Primary key
    Regards,
    Sandeep
    Edited by: Sandeep Saini on 15-Sep-2010 05:17

  • The logics for ALL calc key figures (CKF) - Table available?

    Hello experts,
    I am going through a project here to convert a lot of CKF / RKF in BI Queries.
    There are 100's of them and what I want to do is to be able to see all the formula's used in one list as opposed to go through each on in query designer which is , as we all know, a big pain to use.
    Is there a  table in BI (RSZ something?) which will give me a list of all the CKF's in the system and the arthimatic used to calculate them... most of the CKF's im interested are calculated using RKF and is usually simple logic.
    If there is an easy way of seing the formula then this will help me lots.
    thanks for any ideas
    Iksit
    (BI7)

    Hello Sudheer
    2LIS_02_HDR, ITM and SCL do not take data from S011 but directly from transactionnal tables like EBEP, EBKO, EBPO (names quoted from memory).
    So you have to look for the key figures from those tables and not the one in S011.
    Historically, the three datasource were built to replace 2LIS_02_S011 but the calculations to rebuild the keyfigures were delivered in BW in an old BCT that made the conversions. The logic and modeling have changed completely.
    If you really need to transfer S011 to BW without remodelling the data, you may want to use a generic extractor based on S011 (provided you have a delta key available).
    Otherwise, in SBIW, Options for datasource specific to the application, Logistics, purchasing, you have two customizing transactions. you have to define branch and process key to load data into BW. But that will not have any effect to LBWE.
    Hope this helps.
    Regards
    Fabrice

  • I have logic pro studio 8 and the upgrade, however it will not upload on my mac book pro. It says i need a product key for the logic 9 and it come with one.

    I have logic pro studio 8 and the upgrade (logic pro 9) and it will not load up to my new mac book pro.  Its asking for a product key for the logic pro 9 upgrade and there wasn't one in the box.  i need some help

    Contact AppleCare... Explain you are a Logic User and you should be transfered to a Product Specialist to assist you with your Issue.

  • RGDIR already contains an entry with the same logical key

    Hi Gurus,
    We are getting the error"RGDIR already contains an entry with the same logical key" when we re-run the payroll in ECC 5.0
    Is this a Standard bug in the Payroll program or else configuration error .
    Found some note :776262 related to the same error in 4.0 to 4.7.But not for ECC 5.0.
    Let me know if there are any support packs available...
    Best Regards,
    Srikanth

    Hello Srikanth,
    Regarding your description, it seems there is an inconsistence in the payroll results.
    To analyze the exact problem in the cluster of this employee, You can run the report RPUDIR00.
    Additionally, you can make a test using the standard payroll schema, to see if you get the same error message.
    Kind regards,
    Graziela Dondoni

  • I need to add the logic for posting key,

    I need to add the logic for posting key, if posting key = 50 then amount is credit (add negative sign in amount field).
    I creadted this scenario in mapping, We wanted to make sure that the negative sign was placed in the amount field if the posting key was = 50.  So it seems we are good.  We will just need to test.
    How i can test this case?
    Please do needful.
    Thanks in advance.

    Hi,
    You need to use an IfElse node function in your mapping in which the input should be the posting key from the source structure.
    You need to check in the IfElse statement whether the posting key=50, if it is true, then use concat node function to concat the negative sign("-") along with the original value to be passed to the amount field on the target side. Else, if the condition is false(i.e posting key!=50), then simply pass the value to the amount field as it is without adding the negative sign.
    After the mapping is done, go to the test tab and then insert the values in the source fields and then execute from the lower left button showing start transformation.  You need to test with the value of posting key=50 once and with the value not equal to 50 once.In the first case, the output amount field should have the negative sign, which should not be present in the second case.
    You will find your target structure in the righter half of your screen. That's it mate
    Thanks
    Biswajit

  • Can Logic run with the XS key?

    This may be a dumb question but is there any way Logic can run with out the XS key plugged in? I saw in the Apple store, they didn't have the XS key plugged in. Is it because they have a demo version or something?

    logic will not run without an xskey, even the demo uses a dongle that only runs for 30 days, they probably do what my school does, to prevent theft a USB port has an extension on it that loops into the computer case which is then locked closed, it would be quite easy to walk away with an XSkey if they were just plugged into the back or something

  • Logic 7 and the XS Key

    Years ago I had purchased a Roland Studio Package Pro with Logic RPC for Windows and about a month after I got I heard that Logic was going to be discontiued on the Windows platform.  I would have never bought if I knew that in advance but anyway... I remember hearing about an offer to buy the upgrade to Logic 7 for $299.00 and even though I didn't have a Mac I purchased it because at the time it was a great deal.   Well about a month ago I finally got a hold of an Imac and after installling Lion and finally cracked open Logic 7 and went to install it.  It went to authorize the XS Key and failed.  It has never been registered.  I am out $300.00+ because the XS Key can't get authorized?  Also, I had picked up an NOS copy of Logic 6 and that is where I got the XS Key from.  Both Keys, the one from Logic RPC and Logic 6 don't work.  Is there any option other than another 200.00 investment in Logic 9 available to me?
    Thanks
    Russ

    What seems to happen with the XS Key is that after I installed Logic  it asked me to enter the serial number and I did then it tries to check  and validate it online with the XS Key server and fails.  It comes back  with a message asking to authorize manually or authorize later.  If I  pick later the program starts, but how many times do I get to do this  before it won't let me authorize later?
    I had Lion  on this Imac but I added an external hard drive and installed Leopard on  it and Logic 7.  After updates I still have problems. A few little  things and somethings like the drivers to my audio input device worked  once but with clicks happening in the audio and then it froze and hasn't  worked again. 
    What is the best way to install this  version on Logic 7?  Should I first get Snow Leopard and install it on  an external HD and then install Logic 7 on the main Imac hard drive? ( I  have an older 2009 Imac) and then update to Lion?  Will Logic still  run?  I am new to Apple so I am still learning.  I do have an Iphone and  Ipad and can't live without the Ipad. 
    I did contact  Apple and they could not find anyway to authorize the Logic 7 and  couldn't offer me a discount or free upgrade to Logic 9.  They were kind  enough to offer me a free accessory and I needed a wireless keyboard so  that is very much appreciated.  The support people were very nice about  the whole thing and didn't have to offer me anything but they did. 
    Thanks for all of the help,
    Russ

  • The logic of how sap identifies the hardaware key?

    hi,
    When we run 'slicense' transaction code, we can then get the hardware
    key.
    does anybody know the logic of how sap-ag identifies the hardware key?
    is that from motherboard? or harddisk? or OS?
    If we later change something on hardware like memory, harrdisk , will the key then change?
    any comments is appreciated

    Hi Shishir,
    Look at note 174911. It explains where Sap finds the HK, depending your OS.
    Best Regards,
    JC Llanes.

  • LSMW: Error concerning the logical path in Specify Files step

    Hi,
    I am trying on an ECC 6.0 EHP6 system to upload (open) POs from an existing SAP ERP system. Since I faced some complications in batch input recording method, I decided to go with the standard batch/direct input method.
    I selected object 0085 (Purchase Order) and method 0001 (Purchase Order). The program that is used is RM06EEI0. I followed all the usual steps, but in the "Specify Files" step I get the message:
    '****.lsmw.conv' does not exist; edit the logical path using transaction FILE
    Being aware of both the FILE and SF01 transactions, I created the logical path and file (through the FILE transaction). However, after the modification, I get the message:
    Logical file '****' is not assigned to physical file '****.lsmw.conv'
    There is also the related SAP Note 753511 (Logical and physical path and file name in transaction LSMW) that refers to this case.

    Hi,
    Click on specify file radio button>Legacy data-on the PC Front end
    where input file location like C:\mydocument\desktop\test.txt
    and give input in Name field: mydocument
    in delimiter section > select Tabular
    File structure section> tick on Field order matches source structure definition
    File type: Record end marker(Text file)
    then press enter key and other steps as same.
    Second thing you said that you have used Batch input recording
    after creation and recording finish , scroll the page below on recording and put a cursor unwanted field and remove unwanted input field.
    I hope your problem will resolve. you can find the steps pdf on Google search try now.
    Thanks
    Sanjeet Kumar

  • Hi all.When pressed play and make some changes in loop (eg fade in fade out) are very slow to implement, and also the loops from the library are very slow to play, corrects the somewhat self so is the Logic??

    hi all.When pressed play and make some changes in loop (eg fade in fade out) are very slow to implement, and also the loops from the library are very slow to play, corrects the somewhat self so is the Logic??

    Hey there Logic Pro21,
    It sounds like you are seeing some odd performance issues with Logic Pro X. I recommend these troubleshooting steps specifically from the following article to help troubleshoot what is happening:
    Logic Pro X: Troubleshooting basics
    http://support.apple.com/kb/HT5859
    Verify that your computer meets the system requirements for Logic Pro X
    See Logic Pro X Technical Specifications.
    Test using the computer's built-in audio hardware
    If you use external audio hardware, try setting Logic Pro X to use the built-in audio hardware on your computer. Choose Logic Pro X > Preferences > Audio from the main menu and click the Devices tab. Choose the built in audio hardware from the Input Device and Output Device pop-up menus. If the issue is resolved using built-in audio, refer to the manufacturer of your audio interface.
    Start Logic with a different project template
    Sometimes project files can become damaged, causing unexpected behavior in Logic. If you use a template, damage to the template can cause unexpected results with any project subsequently created from it. To create a completely fresh project choose File > New from Template and select Empty Project in the template selector window. Test to see if the issue is resolved in the new project.
    Sometimes, issues with the data in a project can be repaired. Open an affected project and open the Project Information window with the Project Information key command. Click Reorganize Memory to attempt to repair the project. When you reorganize memory, the current project is checked for any signs of damage, structural problems, and unused blocks. If any unused blocks are found, you will be able to remove these, and repair the project. Project memory is also reorganized automatically after saving or opening a project.
    Delete the user preferences
    You can resolve many issues by restoring Logic Pro X back to its original settings. This will not impact your media files. To reset your Logic Pro X user preference settings to their original state, do the following:
    In the Finder, choose Go to Folder from the Go menu.
    Type ~/Library/Preferences in the "Go to the folder" field.
    Press the Go button.
    Remove the com.apple.logic10.plist file from the Preferences folder. Note that if you have programmed any custom key commands, this will reset them to the defaults. You may wish to export your custom key command as a preset before performing this step. See the Logic Pro X User Manual for details on how to do this. If you are having trouble with a control surface in Logic Pro X, then you may also wish to delete the com.apple.logic.pro.cs file from the preferences folder.
    If you have upgraded from an earlier version of Logic Pro, you should also remove~/Library/Preferences/Logic/com.apple.logic.pro.
    Restart the computer.
    Isolate an issue by using another user account
    For more information see Isolating an issue by using another user account.
    Reinstall Logic Pro X
    Another approach you might consider is reinstalling Logic Pro X. To do this effectively, you need to remove the application, then reinstall Logic Pro X. You don't have to remove everything that was installed with Logic Pro X. Follow the steps below to completely reinstall a fresh copy of Logic Pro X.
    In the Finder, choose Applications from the Go menu.
    Locate the Logic Pro X application and drag it to the trash.
    Open the Mac App Store
    Click the Purchases button in the Mac App Store toolbar.
    Sign in to the Mac App Store using the Apple ID you first used to purchase Logic Pro X.
    Look for Logic Pro X in the list of purchased applications in the App Store. If you don't see Logic Pro X in the list, make sure it's not hidden. See Mac App Store: Hiding and unhiding purchases for more information.
    Click Install to download and install Logic Pro X.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

Maybe you are looking for

  • I am having horrible problems getting some examples to work

    I am trying to get a couple examples to work from out of Java Examples in a Nutshell, but they are programmed oddly and will not work. I am using a windows 2000 platform with JDK 1.3.1 installed and working properly. I have so far typed in these 2 ex

  • Automatic legend not required

    hello, I m authoring a musical dvd (dual layer) with 2 subtitles options (spanish and portuguese) , by default the disc subtitle settings are set to "not set". When the DVD is done the spanish subtitles (stream 01) apear automaticly without chosing i

  • Model object not gettting updated with mergeWithReferences()

    I have a model object A that contains list of other models b as a collection. I want to update object A using getTopLinkTemplate().mergeWithReferences(a) but it is not updating object a values in the database. The changes seems to be in the cache but

  • Iphone, ipod wont mount on iMac 27 inc i5 iTunes & iPhoto

    Dear All I have had my new iMac 27 inch i5 for a week and all was well until (i think) last software update which had an iPhone SDK, I can mount drives fine to desktop still but I can't mount iPhone or iPod to iMac yes I have checked cables and both

  • How to understand patch level

    Hi experts. I have this problem. In my development portal, I see, under the System Administration->System Configuration->Collaboration the entry "Transports" Instead, in my production portal, I see, under the System Administration->System Configurati