Help required for storage management

Hi,
I want that for each and every distinct row the columns value of that particular row should be stored in specific variables.
Eg:
table 1:
Name add telephone_number
a qw123 2323423545
b vsdfv34 3454645645
c wew222 8888867675
Result:
for row1:
variable1: a , variable2: qw123 , variable3: 2323423545
for row2:
variable1: b , variable2: vsdfv34 , variable3: 3454645645
for row3:
variable1: c , variable2: wew222 , variable3: 8888867675
Please tell me the query
Message was edited by:
user505950

Simple answer: no. After fixing some typos
DECLARE
   v_name    table_name.NAME%TYPE;
   v_add     table_name.ADD%TYPE;
   v_phone   table_name.phone%TYPE;
   v_count   NUMBER;
BEGIN
   SELECT COUNT (*)
     INTO v_count
     FROM table_name;
   FOR i IN 1 .. v_count
   LOOP
     SELECT NAME, ADD, phone
INTO v_name, v_add, v_phone
FROM table_name;
      DBMS_OUTPUT.put_line('The record is '|| v_name '||'v_add'||'v_phone');
   END LOOP;
END;You will still have the problem, that the SELECT I marked as bold will return all the rows into your variables - which will not work. Don't know what you'll expect from the SELECT Count(*) statement, but that and the loop won't automagically select an individual record.
Like I said in my last post: you have to use cursors. Maybe it's time to take a look at the developer guide on otn.oracle.com?
C.

Similar Messages

  • BP requirements for Lead Management ?????

    Hello everyone,
    We need to understand the BP requirements for Lead Management.
    We need to determine if a separate Java stack is required on CRM side for this to work.
    Please guide.
    In case anyone can send me the supporting documents please.
    Its urgent.
    Thanks in advance,
    Samta

    Hello Kaushal,
    I have configured the CRM business package on my portal.
    However quite many of the iViews under Lead management are giving errors like "Page cannot be Found", Some of them are giving "Error occured.. No data found"
    Any idea,
    Why these errors are appearing. I feel my system properties may be incorrect.
    Please help.
    Thanks in advance,
    Samta

  • Requirements for lead management system in sap sd

    hii
    can we maintain lead management system in sap sd module..what are the requirements for lead management system.

    no

  • Help required -for MRP Run at storage location level

    Hi ,
    we need to have separate MRP fro two storage locations with direct procurement from Storage locations. Right now we have MRP run at Plant level for all the storage locations. we donot want the materials in these two storage locations to be planned at Plant level only with Separate storage locations. Plant level MRP will run for the other storage locations .
    I have created separate MRP areas for the storage locations & activated MRP for MRP Areas client level. material masters for the two storage locations have been asigned the MRP areas & maintained the MRP area data in material master .
    When we run the MD01, the Planned orders are getting created at both MRP areas plus at the Plant level.we donot want the planned orders creation at Plant MRP area level-only at the storage location level for those two storage locations MRP areas.
    Can anybody guide me -how to achieve that ? Did we miss any configuration?
      I tried to maintain scope of planning & getting error for parallel processing .
    Do i need to maintain parallel procesing with servers ?
      Pls need your input on this. Any help will be highly appreciated .
       Thank you in advance.
        Regards,
        Krish.

    Hi,
         Go to IMG settings 'Materials Management + Consumption-Based Planning + Planning + Define Storage Location MRP per Plant' Enter your Plant, It will show list of storage location in that Plant, then select 2 in 'MRP Indicator' field for storage location for which u want to plan seperately.
    Hope It will clear Your Problem
    Regards
    Sunil Kumar

  • Help with a Requirement for a manager's direct reports

    Hi All,
    I have a requiremnt for a manager to be able to see his direct reports in US alone.
    ex: A manager is in US, he has reportees who are in US, and also reportees who are in other countires on other foreign assignments..but this requirement shld give him only the reportees present in US and exclude reportees who are working in other locations.
    i have a solution kinda..but not sure its the right way..i am thinking first pull out all his direct reports and then filter out based on all those employees for whom.. IT0710 is maintained.But i am not sure, if IT0710 is alone the determining factor for employees on foreign assignment..
    pls advice.

    Hi Mike,
    According to your description, I understand you have delegate permission and you want to create a rule to move message to your inbox.
    If I misunderstand your concern, please do not hesitate to let me know.
    Depending on my research and testing, it's unpossible. Rules are processed during send/receive or when selected manually so hooking it to the "Mark as Read" action would require a completely separate processing mechanism.
    Best Regards,
    Allen Wang

  • Help required for unicode compatibilty

    Dear All,
    We are in a process of analyzing the impact of unicode compatibility for our environment.
    Following is our scenario:
    - ECC6.0 is non unicode systsem
    - Need to buid unicode CRM 7, SCM 7, PI 7.1 and BI7
    - Need to integrate the above systems to non unicode ECC system.
    Our questions are :
    1. Is there any performance consideration when using communication between an Unicode and non-Unicode system?
       Is Unicode - Unicode faster than Unicode - non-Unicode communication performance wise?
    2. Do we face any  technical or functinal problems while trying to integrate
       unicode BI/ NW Java Stack  to non unicode systems.
    3. Do we need to review our sizing estimations due to unicode implemenation?
    5. what will be the storage consumption increase for unicode systems compared to non unicode?
    It would be greatly helpful for me if you can clarify these doubts.
    Thanks and Regards

    Hi,
    1. I think no one has really measured this. I expect a slightly higher requirement for Unicode <--> Non-Unicode interfaces.
    2. Please have a look at SAP Notes 838402, 73606, 975768 and 1358929 for restrictions in Non-Unicode systems. SAP highly recommends to go for Unicode in the whole landscape.
    3. and 5.  If you use the SAP quicksizer (http://service.sap.com/quicksizing), then Unicode is integrated.
    " Please note that the Quick Sizer results include Unicode requirements. For more
    information on additional requirements caused by Unicode, see
    http://service.sap.com/unicode -> Unicode Media Library -> Unicode information on
    specific topics: SAP Business Suite Unicode Hardware Requirements"
    Best regards,
    Nils Buerckel
    SAP AG

  • Firewall Ports Required for NAC manager to manage/add Cisco switch

    Hi,
    I am trying to add cisco switches to the NAM, however i am not able to add the switch as I am getting the error "unable to control switch" I have tried to open ports 161-162 on the firwall; if i was to allow any traffic between the NAM and switch, the cisco NAM is able to add/manage the switch.
    Not sure what other ports may be required for cisco NAM to manage the switch?
    Thanks.

    Hi,
    AFAIK, only the UDP ports 161-162 for the SNMP communication need to be open.
    Please make sure you have configured the correct port on the switch:
    (config)# snmp-server host 172.16.1.61 traps version 2c cam_v2 udp-port 162 mac-notification snmp
    If still not working i would check the logs on the firewall for any blocked traffic between the CAM and the switch.
    HTH,
    Tiago
    If  this helps you and/or  answers your question please mark the question  as "answered" and/or rate  it, so other users can easily find it.

  • Minimum steps required for Change Management and Incident management

    Hello experts,
    Does anyone have a check list of the absolute minimum steps required for getting Change Management and Incident management functioning in Solution Manager.
    I just need it to function with creating changes and incidents and be able to assign them, change their status and close them.
    The purpose is to get an idea if this is something for us to use. If we then find it useable, then we will go for a full scale implementation using official guides, education etc.
    I just need an absolute minimum guide for demonstrating the functions, and if you guys have any recommendations, things we should pay special attention to or other experiences feel free to tell me.
    Thanks in advance.
    Regards,
    Kenneth

    Hi,
    There are a number of Blogs in the SDN about Charm and ServiceDesk, explaining first steps and more.
    Check these to start:
    http://wiki.sdn.sap.com/wiki/display/SM/ChangeRequestManagement
    The Complete ChaRM Solution
    Change Request Management scenario: Usual questions and known errors
    First steps to work with Change Request Management scenario in SAP Solution Manager 7.0
    Regards,
    Jan

  • App-V 5.0 SP3 SQL Script modifications (KB3031340) Required for both Management and Reporting Databases?

    Can anyone confirm if I need to modify the InsertVersionInfo.sql and Permisioins.sql scripts for both the APP-V Management and Reporting databases?  KB3031340 only references the Management Database, but I suspect it is required for both.
    Thank You!

    It should only apply to Management Database. There weren't any changes to the Reporting DB AFAIK.
    Steve Thomas, Senior Consultant, Microsoft
    App-V/MED-V/SCVMM/Server App-V/MDOP/AppCompat
    http://blogs.technet.com/gladiatormsft/
    The App-V Team blog: http://blogs.technet.com/appv/
    The MED-V Team Blog: http://blogs.technet.com/medv
    The SCVMM Team blog: http://blogs.technet.com/scvmm/
    “This posting is provided "AS IS" with no warranties, and confers no rights. User assumes all risks.”

  • Looking for what software required for Enterprise Manager Installation

    Hi All,
      I am fairly new in working with Enterprise Manager, Previously used 11g Database Control, but never install Enterprise Manager (OEM). Now due to the increase in databases, I am considering to install OEM (Oracle Enterprise Manager) to list all database (from over 20 Linux severs) to one location.
    I have read documentation and still confused on what should be installed for OEM. I am planning to use OEM 12c Release (12.1.0.4), my current databases are 11gR2 (11.2.0.4 ).
    Could you tell what I need from below list?
    OEM (12.1.0.4)
    Web Logic server (Do I need that separately, or will this be installed with OEM?)
    OEM Agent on all other 20 servers (do I need to install separate software on them? Please guide)
    Any specific version of Java.
    Please guide me if I need any other software or plugin.
    I have already installed oracle software and have created a database by using “Custom” option in DBCA. My server OS is Linux 64 Bit for Enterprise Manager.
    Thanks in Advance.

    Hi,
    You would need 12c OEM cloud control software , Database software(For creating repository) and agent software (For monitoring targets on other hosts)
    Java Development Kit (JDK) 1.6.0.43.0 and Oracle WebLogic Server 11g Release 1 (10.3.6) are installed by default with the 12c OMS installation although you do have a option of installing it separately if you want but Oracle strongly recommends using the 12c installation process to install the JDK and Oracle WebLogic Server for use with Enterprise Manager 12c.
    Below is the link for Enterprise Manager Cloud Control 12c Architecture
    http://docs.oracle.com/cd/E24628_01/doc.121/e25353/overview.htm#EMCON112
    For 12c OMS installation steps refer to
    http://docs.oracle.com/cd/E24628_01/install.121/e22624/toc.htm
    EM 12c R2: How to Install Enterprise Manager Cloud Control 12.1.0.2 using GUI Mode (Doc ID 1488154.1)
    For agent installation refer to
    Installing Management Agents Using Add Host Targets Wizard or EM CLI
    http://docs.oracle.com/cd/E24628_01/install.121/e22624/install_agent.htm#EMBSC181
    Installing agents using other methods
    http://docs.oracle.com/cd/E24628_01/install.121/e24089/part_installing_agent.htm#sthref323
    To download 12c software
    http://www.oracle.com/technetwork/oem/enterprise-manager/downloads/index.html
    Regards,
    Rahul

  • PCUI 4.0, Search Help Required for New field

    Hi everyone
    I am working in CRM 4.0 Sales Order application
    We created a new field in CRM sales Order in Header level in SAP GUI through EEWB.
    The search help for the new field is working fine in SAP GUI. We want to add the same field with F4 help functionaliity in PCUI as well.
    The field has been added in structure CRMT_BSP_SLS_OD1_General. It also shows domain value for the field however Origin of input field ie empty
    The field has been added in PCUI and is successfully showing data inputted in SAPGUI
    However we need search help functionality for the field
    i tried these two steps
    1) i checked on domain value checkbox and changed the field from input to dropdown. However the dropdown is empty in PCUI. Whenever i check box domain values for some field then all the possible values in SPA GUI are displayed in PCUI, however this is not working here.
    2) I put Value_table in F4 of the field
    This is also throwing up empty values
    Am i missing something in this case
    Please let me know how to go about it
    TIA
    Asad

    Hi Frederic
    Thanks for your response
    I am not sure what is meant by regenerating the field group in this case
    I added the entries for my view in the field group and generated the layout of the field group (If this is what you mean)
    The field is working fine. I am able to save values to the field and able to see values saved in GUI.
    I haven't linked search help of the field in PCUI
    I am not sure how to go about it.
    I used the data element in the structure for the field.
    The data element has Domain entry in <b>Entry Help/Check</b> of the structure
    If i check the Domain Value checkbox in my field group then the domain values should be available in dropdown if the field is dropdown
    However i am not able to see the possible values of the field (It is present in SAP GUI)
    Does something else needs to be done in this case
    TIA
    Asad

  • Seeburger help required for 810 and Dispatch Advice (IDOC type DESADV).

    Hi All,
    1. Please let me know blogs which clearly shows settings for Seeburger components for 850 (Purchase Order) to IDOC Scenario
    --- Seeburger Workbench
    --- Seeburger Mapping Designer (BIC)
    --- Seeburger Counter and Varaibles
    --- Seeburger AS2 Spoke
    --- Any other Seeburger Component setting required
    I have understand blog for 850 -- /people/rajeshkumar.pasupula/blog/2009/08/05/wanna-implement-seeburger-for-edi-find-the-booster
    2. Anybody has blog for 810 or Dispatch Advice (IDOC type DESADV).
    3. Can anybody provide me Mapping Logic (at field level) done in XI/PI for 850, 810 , Dispatch Advice (IDOC type DESADV) .
    Regards

    Hi Rickkk,
    1. Please let me know blogs which clearly shows settings for Seeburger components for 850 (Purchase Order) to IDOC Scenario
    --- Seeburger Workbench
    --- Seeburger Mapping Designer (BIC)
    --- Seeburger Counter and Varaibles
    --- Seeburger AS2 Spoke
    --- Any other Seeburger Component setting required
    For SEEBURGER workbench please go through this blog and navigate the enbebbed links furthur to know about Seeburger workbench too.
    /people/prateek.srivastava3/blog/2009/08/01/seeburger--part-1--the-basics
    2
    2. Anybody has blog for 810 or Dispatch Advice (IDOC type DESADV).
    For 810 i think the procedure would be the same but themseeburger mapping program that validates the ANSX 810 would be different.As far as 997is concerned 997 is a functional acknowledgement.Its a genric format that is used to send acknowledgement for any EDI transaction set that has been sent.
    3. Can anybody provide me Mapping Logic (at field level) done in XI/PI for 850, 810 , Dispatch Advice (IDOC type DESADV) .
      The logic will be based on the trading partner guidelines which will contain the description of all the semantic and syntactiic description about the segments ,its feilds.we need to consider the guidelines and target side specifications too while mapping.
    Thanks,
    Ram.

  • Help Required for Adobe Forms.....

    Hello All,
    I have a very unique requirement as such we have a form and in the "TO" string field where we specify the email address of the receivers, now we want to send address memo to multiple users, however in our search window we can search only one name at a time & need to open search window every time for every new user to be included in the address field.  We need to have AJAX type of functionality such as AJAX does asynchronous calls to the back-end and get help values dynamically even when the user is entering help values.
    In my case if I start typing S in the manager filed, an event should get triggered and return back the names of all managers who start with the letter S,
    If we go to Google.com and start typing, as you type,e Google  gets help values and displays them below the  input field. This is based on making asynchronous calls to the back-end.
    We want to send interactive adobe forms to the multiple users for their approval or information. while entering email ids of multiple users, we need to have functionality as described above.
    I'll appreciate if anyone can help with some clear steps, document link or working code sample etc.
    Regards,
    Moderator message: sorry wrong forum, please have a look in the forum for "Adobe Interactive Forms".
    Edited by: Thomas Zloch on May 25, 2011 10:49 AM

    Dear Sunitha,
    Thanks for your reply.
    Can you please specify how to create a virtual table and Associated dataset in Adobe Forms.
    Our scenario is to create a Sales Order in SAP via Adobe Forms through Offline.
    Please find the below image.
    Data for Company Code and Plant is available in 2 Internal Table.
    Please assist in the following
    How to combine these 2 Internal tables inside Adobe Forms.
    Filter the values of Plant based on Company Code.

  • Help required for Page Customization test

    Hello all,
    Could anyone assist with a test on Page Customizations? I am interested in testing a specific Page Customization on Version 7 (any SP) or Version 9 (pre SP5).
    Test case:
    1. Create a Page Customization on MasterAgreement (or any other business document with Document Links) as follows:
    2. Check effect in Master Agreement (requirement is to check if Add/Delete buttons have been disabled by the PageCust)
    I think that this type of Page Customization was working in either 7 or 9 but we don't have any instance to check.
    Any help would be highly appreciated.
    Regards,
    Bogdan

    Hello Bogdan,
    I tried to reproduce it in a 7.0 system and I still see the Add button enabled on the Doc Links collection. I believe this was the behavior all along. My understanding is that this is on product management backlog for consideration for a future release.
    Regards,
    Vikram

  • Help! Urgent help required for adjusting image

    Hi - hoping someone can help.
    I sent the attached PDF -  http://www.sensecreative.co.uk/custUploads/SENSE-36-7977-95928/77317/SENSE-36-7977-95928-7 7317-2440.zip - to print with Sense Creative. The cards were printed and they've turned out quite visibly green on the reverse (where it should be white).
    I've printed the artwork on several printers I have access to and it looks as it should, however SC are saying that the issue is with the artwork
    "The green tinge you see on the reverse of these cards is prevalent in the artwork. The makeup of the background is approximately c-15 m-11 y-15 k-0. the predominant levels of the yellow and cyan will give you the green tint. Upping the levels of the artwork in or substituting the cyan, magenta and yellow levels with more black in Photoshop will likely give you the result you require. We are satisfied that in both instances, the artwork has printed correctly and the colours are well within tolerance given the nature of the artwork."
    So, I'm in a bit of a pickle as the cards are needed for an event next week.
    How do I change the image levels? Or are they talking nonsense and trying to pass the buck?
    Help!

    station_two,
    Acrobat View> Tools> Print Production> Output Preview: Object Inspector will call out the objects' profiles if you click on each one individually (in this case all appeaar to be "Device CMYK" or Untagged CMYK)
    untagged CMYK has the same pitfalls as untagged RGB... if one applys or assumes the wrong SOURCE PROFILE it doesn't CONVERT colors to Monitor RGB or Print Space correctly

Maybe you are looking for

  • Firefox often crashes when I watch a Flash video

    If my memory serves me right, it doesn't necessarily need a video to crash. I tried Safe Mode and memtest86+, Safe Mode crashed anyway and memtest found nothing wrong. Also, I tried updating Flash to the latest version, without any improvement. == Cr

  • A pop up window asking for my password?

    Ever since I changed the admistrators password, this stupid window keeps popping up. I've searched everywhere and it's driving me crazy LOL All I do is cancel it (hit the red circle)but it keeps coming back. any ideas? It says that Safari is asking f

  • How can I transfer this video from a disc to Final Cut Express?

    There's an empty Audio_TS folder and a Video_TS folder containing VOB, BUP, and IFO files. Please keep in mind, I don't know what any of that means :3 I tried to use Quicktime but it said they're not video files... but it can play on the dvd player a

  • How to implement request/response domain in JMS

    hi friends, I need help regarding implementing request/response domain in jms.please help me.

  • Support Package Manager 6.20/0015

    I installed an IDES 4.7x200 SR1 System. In the TA SPAM the Support manager seems to be totally outdated (Version 15). In the ServiceWeb of SAP there are only Packages from 17 to 29 available (even with some steps missing). Can I install just the late