Pls. help, SQL script page problem

Hi,
Im using the Hands On Oracle Database 10g Express Edition for Linux. Im in chap06 already p. 218. I just uploaded the SYSMGMT1 script. After that I Clicked the script's icon but I cannot see any SQL DDL commands inside. Nothing happened. It said in the book that I supposed to see and browse the SQL DDL commands that make up the script. I tried to click RUN, nothing happened either. Is there some kind of a bug in my System? Pls. help me because I cannot continue this chapter's exercise if I cannot solve this first problem that I encountered here in chap06. Any help from the guys outhere is really greatly appreciated. Thank you.
respectfully waiting,
Len

Hi, did you ever get a solution to this because I am having exact same problem - I cannot see the scripts if I upload them nor can I type them in from scratch as the area for seeing/editting the script doesn't seem to be accessible.

Similar Messages

  • Script: Page Problem.

    Hi Experts ,
                  In the script .. i have to display one 1 page in the output but the output is coming 3 pages...and in that first 2pages are dummy output and the 3rd page is the correct output.
      in se71 i have put only one page . in the mode i selected INC but i have even changed to HOLD ...the output is the same . So how can this problem be solved? Experts i knw its a simple one plz help me...
    I have give good points to people who have answered my questions! Its urgent...plz...
    Regards
    Sunita..

    hi
        I got same problem in my script .  When i delete the unwanted coding in my script I got output in only one page.
    at that time i copied from standard one and change as per our requirement.
        Please check your code is there any unwanted code is there for displaying . It may help you.
    Regards
    Rami Reddy

  • Ref: Immediate help required Approval Page problem / Task filter /

    Hi...
    I m facing the same problem wat Ryan has faced,..
    Problem with Recruiters recieving any approval notifications for requisitions where the status change is performed by someone logged on as a Restricted Recruiter. <b>The approval notification never appears in the Recruiters approval page, but appreas in Maintenance page...and in the maintanance page i dont see any option to appove the requiistion</b> The Restricted Recruiter is able to submit the request without any problems.
    I was hoping that someone could help point me in the right direction so that I may begin troubleshooting this.
    Thanks for your assistance.
    Raghav..

    Any Help plz

  • New to J2EE Pls Help in some basic Problems

    Hello Friends! This is Anand. I had started working in J2EE recentelly. In start we r using J2EE server. but later we deployed same java beans on iPplanet server. it gives some problems. So can anybuddy told me answers of my following questions-
    1) What is basic difference in J2EE server and iPlanet.
    2) Is iPlanet is reliable server or suggest some reliable server(shoule i use Oracle 9i)
    3) Sometimes i come accross an error - Marshal Error or UnMarshal error. i cant understand what actually
    i have to change in my EJB.
    so pls guide me.
    - Thanks in advance

    Hello Friends.
    Thanks for quick replay.
    I am using J2EE server means which comes with J2EE 1.3
    Now I am using MySql and iPlanet Server. In that i always face a problem with database and i have to restart database server-
    Too many connection
    I am using a helper class for database connection. So if there is any better way to connect to database pls suggest
    (We are not using CMP Entity Beans)
    The class is as follows
    public class help
         public String server="localhost";
         public static String database="system";
         public String driver="org.gjt.mm.mysql.Driver";
         public String user="root";
         public String dns="jdbc:mysql://"+server+":3306/"+database+"?user=root&password=";
         String passward="";
         String password="";
         public help(){
    public class help10 extends help
    public Connection c = null;
    public Statement st = null;
    public ResultSet rs = null;
         public help10()
         public void connect()
              try
                   Class.forName(driver);
                   c=DriverManager.getConnection(dns,user,passward);
                   st=c.createStatement();
              }catch(Exception ex){e.printStackTrace();}
    public void disconnect()
              try
                   if(c!=null)
                        c.close();
              }catch(Exception ex){e.printStackTrace();}
              c = null;
    }

  • Pls Help: SQL Oracle; Win Unix!!

    I'm looking to move SRM from SQL on Windows to Oracle on Solaris 10. Has anyone any experience in this and how difficult this may be? We are basing the Solaris SRM install on the Win SRM install - ie. same config, same version. We have 2 challenges:
    - converting embedded SQL to Oracle - will Oracle SQL Developmer Migration handle my needs here?
    - Win to Unix - Would the Java Machine install take away any need to convert existing java / javascript / perl scripts?
    Hints and top tops greatly appreciated.
    Thanks

    Hi, did you ever get a solution to this because I am having exact same problem - I cannot see the scripts if I upload them nor can I type them in from scratch as the area for seeing/editting the script doesn't seem to be accessible.

  • Hi Pls help me understand this problem

    Hi,
    I know its a weired doubt, i select (select empno,ename,sal,deptno from emp where ename = 'SMITH')
    Result what i have is
    EMPNO ENAME SAL DEPTNO
    7369 SMITH 800 20
    I copied the result from the sql*plus and pasted the same into the same tool,
    SQL> EMPNO ENAME SAL DEPTNO
    SP2-0734: unknown command beginning "EMPNO ENAM..." - rest of line ignored.
    SQL> ------ ---------- ---------- ----------
    SQL> 7369 SMITH 800 20
    SQL>|
    For first copyied line i got error message: SP2-0734: unknown command beginning "EMPNO ENAM..." - rest of line ignored. And for second line i did not get error why ? could any one help me understand this.
    Thanks in advance
    Mahesh Ragineni

    Hi,
    The first line from
    EMPNO ENAME SAL DEPTNO
    7369 SMITH 800 20
    is treated as sql statement and gave the error.
    the second line is treated as comment hence no error;
    In the third line as the line begin with the number
    and followed by text it is treated as the sql statement to be added at the given line hence no error. if the first field was not number you will receive error.
    for ex:- SMITH 7369 800 20 will give u error.
    try this when u get sql prompt after
    7369 SMITH 600 20
    press / and press enter(to execute the 7369 SMITH 600 20)
    then u will receive error.
    Regs
    Dhananjaya

  • Help in script logic - problem in FOR loop

    Hi Experts,
    We are using BPC 7.5 SP08. I have written a FOR loop in script logic default.lgf which is as follows:
    *FOR %TIM_MEM%=%TIME_SET%
    *XDIM_MEMBERSET TIME =%TIM_MEM%
    *WHEN P_ACCT2
    *IS "OSDU"
    REC(EXPRESSION=[P_ACCT2].[ASSTCAINVURO][P_ACCT2].[COGSUPRVIPSA]/[P_ACCT2].[ASSTUPRVTAQTY],P_ACCT2="COGSUIPSAO")
    *ENDWHEN
    *COMMIT
    *NEXT
    As per my requirement, all this members: [ASSTCAINVURO], [COGSUPRVIPSA], [ASSTUPRVTAQTY] exists for months September to next year's August. But in my input schedule, the months are from August to next year's July(which is the company's fiscal year). Consequently the loop runs for month August to next year's July while I need to run the loop 1 month late(i.e. September to next year's August). This was achieved earlier by hard-coding the time members which we cannot afford as this requires to update these hard-coded member IDs every year.
    We have also tried using the "NEXT" property of TIME dimension as follows:
    *XDIM_MEMBERSET TIME =%TIM_MEM%.NEXT
    but %TIM_MEM%.NEXT doesn't get the month in 'NEXT'.
    Please suggest if there is any way out to solve this problem.
    Thanks in advance.

    Hi Appu,
    Even if you restrict the scope using the XDIM statement, your script will just run the number of times as per the for loop. Actually, in reality, the same calculation is happening again and again, in your code; since your calculation is not based on the time member.
    To use the for loop effectively, you need to incorporate the time member in your calculation.
    Please look at the below sample code:
    *XDIM_MEMBERSET TIME = %TIME_SET%
    *FOR %TIM_MEM%=%TIME_SET%
       *WHEN P_ACCT2
       *IS "OSDU"
          *REC(EXPRESSION=<CALCULATION>,P_ACCT2="COGSUIPSAO")
       *ENDWHEN
    *NEXT
    And in your calculation, you can use statements like
    ([P_ACCT2].[ASSTCAINVURO],TMVL(1, [TIME].[%TIM_MEM%]))
    This will ensure that everytime (as per the for loop), the calculation works on separate set of data.
    Hope you got the idea.

  • Pls help me , I have problem with SB X-fi, can not config Speakers more

    My SB X-fi for notebook still working fine with window xp and I can config speaker out 2. to 7. but?last?week?I upgraded window to vista and install new dri've from creative ( XFXA_NBDRV_LB__0_0003 ), I only show 2/2. Speaker when I click Speaker Configuration can not config to more 2.
    Please help me how to fix this problem.
    Thanks

    unfortunately you are not alone, a lot of people have had problems incluiodng myselfm why did you updte in the first place? the best option is to roll back to old drivers and forget about update.
    have a look around these forums.
    ebmitie

  • Pls help with JTree editor problem

    Hi,
    I have a JTree where each node in the tree is a JPanel. In each
    JPanel are two JTextField objects. Only one of the JTextField objects
    is editable.
    When I click on node (a line in the JTree) with the mouse, it is
    painted using the custom editor (TreeCellEditor) that I have written.
    When the selected and editable JTextField has the focus, and when a
    certain key is hit, I capture that key, do some things, and then select
    a different node in the JTree.
    When selecting the new node, I need the node to be painted with
    the editor, just as if I had clicked on it with the mouse.
    In the method called as a result of the key binding, I call the
    following --
    TreeUI.stopEditing( JTree ) -- stops editing of the cell that resulted
    in the key binding call
    TreeUI.startEditingAtPath( JTree, TreePath )
    -- according to the JavaDocs, this should select the new cell and
    start editting of it.
    This last method does call my editor to get the components, but then my
    Renderer is also called (twice in fact). When the cell is painted, it is
    painted with the Renderer's components.
    PLEASE HELP HERE !

    Thank you so much for giving a reply to this problem.
    I will experiment with your suggestion. However, in looking at the JavaDocs
    I would need to make one class that implements both TreeCellEditor and
    TreeCellRenderer, with the methods getTreeCellEditorComponent() and getTreeCellRendererComponent(). Since currently, my editor is called and then
    my renderer is called, over-writing the editor's result, I would suspect that
    both of these methods would also be called (even though they are in the same
    class), having the same effect.
    Again, thank you.

  • Hi, I am from Maldives can anyone pls help me this sms problem.. I restored many times but sms not delivered.. pls help me????

    about one month this problem but I can't solve...

    Are you using a supported carrier? SMS is a carrier feature. Talk to them about it.

  • Pls Help urgent with DATE problem

    Dear Sir,
    I have to make a classified system using asp and its almost
    ready but.....,
    i really have a big hope that someone helps me here
    I have two columns to play with
    1. strDate
    2. StrDateDisplayAD
    Once the user submits his AD I want the date to be inserted
    into the date
    column strDate which is working perfectly well
    but at the same time I want the date to be added + 5 days and
    insert into
    the strDateDisplayAd column
    for Example,
    Lets say someone post his ad on 5th July, then the values in
    the column must
    be
    strDate | StrDateDisplayAD
    5/6/06 | 10/5/06
    Thanks in advance

    Use a hidden form element that has a value of 5 days added.
    In ASP VBScriptit would look like this:
    <input name="StrDateDisplayAD" type="hidden"
    id="StrDateDisplayAD"
    value="<%= FormatDateTime(DateAdd("d", 5, Now()),2)
    %>">
    Ken Ford
    Adobe Community Expert
    "Techy" <[email protected]> wrote in message
    news:e883h2$it2$[email protected]..
    > Dear Sir,
    >
    > I have to make a classified system using asp and its
    almost ready
    > but.....,
    > i really have a big hope that someone helps me here
    >
    > I have two columns to play with
    >
    > 1. strDate
    > 2. StrDateDisplayAD
    >
    > Once the user submits his AD I want the date to be
    inserted into the date
    > column strDate which is working perfectly well
    >
    > but at the same time I want the date to be added + 5
    days and insert into
    > the strDateDisplayAd column
    >
    > for Example,
    >
    > Lets say someone post his ad on 5th July, then the
    values in the column
    > must
    > be
    >
    > strDate | StrDateDisplayAD
    >
    > 5/6/06 | 10/5/06
    >
    >
    > Thanks in advance
    >
    >
    >

  • PLS help: animate gif decoding problem

    i am making a gif animation decoders
    using http://www.fmsware.com/stuff/gif.html
    after i decoded the gif, i could only view the animation by ACD See, but cant view by web browser(it only show the last frame of the gif) !!
    Thanks all you guy ~~~

    It seems this animated gif decoder doesn't function properly. Perhaps, you may use Jimi (http://java.sun.com/products/jimi/) to decode animated gif image :
    Enumeration images=Jimi.createJimiReader(inputStream, Jimi.SYNCHRONOUS).getImageEnumeration();

  • Bought a 2nd hand iphone4. On the screen it shows "Connect to itunes" after connecting it shows in my itunes "There is a problem with your iphone" Pls help me what to do next? Thanks

    Hi. I would really appreciate if someone could help me find a way to solve my problem. I bought a second hand iphone4 from my friend's friend. I fully trust my friend coz she said this iphone is working but it was handed to her lowbat so i get home i recharge it immediately and after charging it, i open and it shows to select language and country and i did select. After this it shows on the screen "Connect to itunes". Then i plug it in to my laptop and connect to itunes. It shows in my itunes " There is a problem with your iphone". Please visit the Service Answer Center to find answers to all your questions etc. To find your nearest Apple Store pls click here. I know i was so stupid to fully trust and paid before i check the phone. Can anybody pls help me with my problem.

    It's probably broken. Is there an error number displayed by iTunes?

  • Webservice problem. Pls help

    Hi All,
    When I use transaction WSADMIN and try to execute my webservice in webservice homepage
    I am getting error in webservice homepage:
    Cannot download WSDL from http://cscappnoi022.asiapac.globalcsc.net:8000/sap/bc/srt/rfc/sap/RSPO_SXOMS_DEFINE_PRINTER?sap-client=100&wsdl=1.1: Cannot connect to http://cscappnoi022.asiapac.globalcsc.net:8000/sap/bc/srt/rfc/sap/RSPO_SXOMS_DEFINE_PRINTER?sap-client=100&wsdl=1.1: cscappnoi022.asiapac.globalcsc.net
    I have defined in J2EE server -- http://cscappnoi022.asiapac.globalcsc.net:8000
    Pls help
    Regards

    >"The Page cannot be displayed"
    Are you getting this in browser.
    If so act accordingly as per my previous reply.
    Once you get the tunnel IP address, put it in the previously opened browser for this webservice (which you exeucted from WSADMIN tcode and which is failing) in place of fully qualified domain name i.e., "cscappnoi022.asiapac.globalcsc.net" in your case and hit return key on the keyboard.
    So your URL in browser should be: [http://<tunnelIPAddress>:8000/sap/bc/srt/rfc/sap/RSPO_SXOMS_DEFINE_PRINTER?sap-client=100&wsdl=1.1|http://<tunnelIPAddress>:8000/sap/bc/srt/rfc/sap/RSPO_SXOMS_DEFINE_PRINTER?sap-client=100&wsdl=1.1]
    It should prompt for username & password. Give the correct credentials and test the webservice as per your requirement.
    Thanks,
    - Gujjeti.
    Edited by: Praveen Gujjeti on Mar 10, 2009 4:56 PM

  • Please please please help me to solve problem

    hi everybody,
    i am facing the problem when am upload the table from one system to another.i was able to import and export the applications but i was unable to import and export the tables and schemas.what i have to do? what is the procedure to do?
    can anybody please help me to solve this problem.....
    regards,
    vally.s

    hi chrissy,
    i have exported the table succesfully, when am import the table to another schema it shows the error get block error. and also i was tried with upload the table , it is also unsuceesfull, it shows the error application id is inconsistent, can you please tell me the difference between upload and lmport in the sql workshop(you can find this in sql script page)
    regards
    vally.s

Maybe you are looking for

  • Hard Drive Not detected after replacing DC In Board

    So after more than a year of jiggling an easliy bent AC adapter in the port to get my ibook G4 to charge it just quit and would not charge. I suspected it was the slightly loose DC in port (having no idea what was behind the little hole) so I took it

  • Set Default Value based on Field from another table for a custom object

    I'm trying to set the default value on a custom object field to the value of an account field. I have tried the syntax 50 different ways, and just am getting no where. The account field label displays as DBA, the integration tag is ltDBA_ACCT, and it

  • WDA iview keeps reloading itself all the time

    Hi experts, I have a problem with WDA iview, that in portal (NW 7.0) keeps reloading itself time and time again not getting anything ready. If I run the same WDA application directly from backend in SE80 (ECC 6.0), there is no problem. namespace: sap

  • Acrobat DC and XI different Output preview; same setting on the same machine

    Hello, I've got an question regarding Output preview My sample PDF does have different output preview values on Acrobat DC (100% Black) and Acrobat XI (CMYK values) Both use the same setting (Euroscale Coated v2), doc has no PDF/X output intent Still

  • Can't find the iMovie in app store ?

    Hi I can't find the iMovie app in the app store on iPhone and also on the iTunes. Why is it not available ?