Please help me to start up

Hi
I am newbee in Oracle after 11 years in IT.(in microsoft products with MCSE, etc ).
i want to just focuse on pl\sql programming but i don't know where to start.
1.does pl\sql is capable of writting apps in web or n-tier?
2. pl\sql is environment (like visual basic) or it's a tool that is attached to database?
3.for me to start up do you know any good book with exercises or just random pick?
4.if pl\sql is a database tool that means i have to install oracle db and create a table in order to exercises pl\sql is that righ? if so what you recommend?
is there like ready-to-use db just for learning and exercising purposes?
Please help me to get started i am totally confused.
tanx
Shawn

Hi Matt or whomever would answer!
Thanks for quick response. although i need to ask few more questions if you don't mind.
I know it's way too early that i would think about web and n-tier apps development using pl\sql. I just want to measure up capability of pl\sql in long run and job demanding.
1. As you mentioned I can use the Oracle html package functions or the PSP compiler to write web-pages in PL/SQL.( i guess it's advance issue down the road).
where can i download those you mentioned above as i am new to the site too. if you don't mind include URL.
2. Where can I or can i download third-party products like TOAD and PL/SQL Developer? if you don't mind include URL. (which one you recommend that's used by other companies).
3. As you mentioned I at least need access to a database either on my pc or via a network connection.
you mean I have too download Oracle database? where and what version you recommend? Please include URL.
after downloading db do i have to create tables?
since i am new to oracle is there any on line reading material in Oracle site on how to creat tables (for learning and doing pl\sql exercises)
please include URL.
is there any ready-to-use database in the internet that i can connect through net instead of creating one on my pc in order to do pl\sql exercises or i have to start from scratch?
4. where and what version of the Oracle client do i need to install on my pc? if you don't mind include URL.
5. where can i download SQL*PLUS which is a command-prompt type interface which allows pl/sql compilation?
if you don't mind include URL.
6. Between TOAD, PL\SQL Developer and SQL*PLUS which one is good to go with in long run in sense of being demanding and doing the actual work and capability?
7. Do i have to install oracle client, oracle database and compilation tool (either TOAD, PL\SQL Developer or SQL*PLUS) all in one pc or laptab?
8. what setup do you recommend (for installing database, oracle client and compilation tool) in sense of familliarity and challenges for learning and doing actual work in live working environment.
9. Is it useful using Oracle Developer 10g suite for learning and doing PL\SQL exercises and overall pl\sql programming language in real work environment?
Thank you so much for leading me and helping me out to start my new career.
Shawn

Similar Messages

  • Please help me, cannot start I-tunes since Update 7,5

    Pleas Help me,
    cannot start I-tunes since Update 7.5. Informtion is, currant files are missing, i-tunes doesn´t start.
    Try to reinstal everything, and install i-Tunes with an old version from cd.
    Then information will be, cannot start becaus some parts from an newer Version.,
    so iám started updat to the new Version 7.5 and also i-tunes cannot started, because some current files are missing.
    Can anybody help me, i don´t now what to do now. I hade my new I-pod, because i have only problems, please help me to love it again.
    Ulrich

    ok I am no expert on PC's or itunes but I have had the same problems as a lot of you on here. Have a look at what the solutions are. You need to remove the itunes 7.5 program and the quicktime program as it is causing the problem. Uninstall may or may not work, manually deleting the programs will work but your regisry will still indicate it is installed. My advice is to install
    Windows Installer CleanUp Utility
    I am not sure how to make an active link to it so have a look through this forum, install it, run it, remove all traces of itunes and QT then install from the downloads section version 7.4.3 which was ok. Then dont update, not yet, let them get sorted first. I hope this helps, it did me after about 4 hours and the info was right there all the time.

  • Please Help...Start Up Disk

    I have been getting a message that pops up very frequently thats tells me my StartUp Disk is almost full and that I need to Delete Files...
    I have went through several times and deleted a ton of stuff and have saved only a few things extra other then what the Drive came with when I bought it.
    Yet still I get this message and also sometimes it will tell me while I'm in Itunes or IPhoto that it is not able to Save my Librarys due to lack of space...I find it very hard to believe I have lack of space now
    If I go into my Finder and click on my Macintosh HD disk, and get info...It tells me
    Capacity: 232.457 GB
    Available:87.2 MB
    Used: 232.48 GB on disk
    Is it possible I have some huge chunk of space being used up somewhere on my disk?
    If so, how can I find out?
    I know when I first got my MacBook I tried to use transfer stuff from my IMac onto it (if I recall correctly) using Migration Assistant but was never able to find it after the transfer on my MacBook
    I assumed I never transfered anything
    Please Help, I am afraid I may Crash soon
    Thanks a million

    Did you empty the trash?
    Also, download the program WhatSize or Disk Inventory X (both should be available from www.versiontracker.com). Open them and have them scan your hard drive. They'll show you what items are using up space on your hard drive.
    Make sure you take a look at the System>private>var>log folder--if it's large, you might have an issue we need to fix. If you're not sure what a file is, do NOT delete it--post the name here and we'll let you know if it's safe to delete.
    ~Lyssa

  • Please help- Itunes wont start up

    Can anyone help? I installed itunes from the web and when I click the icon, it tells me that the "itunes folder could not be created and that the default location should be in My music". Itunes does not start up. I am on a PC using windows XP. Please Please assist. Anyone?

    This problem is usually due to an incorrect registry setting for My Music, see this article:
    http://support.apple.com/kb/HT1866

  • Can someone please help? "illegal start of an expression"

    Hi, I'm new here and I've been lurking for some time. Just never really had the courage to post until today when I am desperate for help. Can someone please take a look and see why I keep getting the following error message?
    MortgageCalcv4.java:60: illegal start of expression
              public static void calculateTotals(int mortgageLength, double interestRate)'
    It's for an assignment in school, and I am having an impossible time figuring out why it won't compile! I'm sure it's something simple and I'm just missing it. Your help is very much appreciated. Here's the code:
    import java.io.*;
    import java.lang.*;
    import java.math.*;
    import java.util.*;
    import java.text.*;
    import java.text.DecimalFormat;
    public class MortgageCalcv4
         public static void main (String[] args)
              // declaration
              double interestamt,payment;
              int amtofloan,term;
              int[] arrayTerm = {7,15,30};
              double[] arrayInterest = {.0535,.055,.0575};
              DecimalFormat money = new DecimalFormat("$ 0.00");
              // calculations
              interestamt=.0575;
              amtofloan=200000;
              term=30;
              //for statement
              for(int y=0; y<arrayTerm.length; y++)
              calculateTotals(arrayTerm[y], arrayInterest[y]);
              //calculates the payment for the array
              payment=(amtofloan * ((arrayInterest[y]/12)/(1-Math.pow((1+(arrayInterest[y]/12)),-(arrayTerm[y] * 12)))));
              public static void calculateTotals(int mortgageLength, double interestRate)
              //2nd set of declarations
              double amtofloan = 200000.00;
              double interestamt = interestRate;
              int length = mortgageLength;
              DecimalFormat money = new DecimalFormat("$ 0.00");
              //calculations
              double payment=(amtofloan * ((interestamt/12)/(1-Math.pow((1+(interestamt/12)),-(length * 12)))));
              //displaying variables
              System.out.println("\nMortgage Payment Calculator");
              System.out.println("\nLoan total: " + (money.format(amtofloan)));
              System.out.println("Interest Rate: " + interestamt*100 + "%");
              System.out.println("Length of loan (in years)  " + term);
              System.out.println("\t\t\t----------");
              System.out.println("Your monthly payment is: "+(money.format(payment))+"\n");
              System.out.println("Your payment schedule:\n");
              System.out.println("\tPayment # \tRemaining Balance \tInterest");
              System.out.println("\t------------- \t----------------- \t-------------\n");
              //loop declaration
              int X;
              //loop calculations
              int termspread = term*12;
              int rows = 1;
              //begin loop
              for (X=1; X<=termspread; X++)
                   //calculations for rows
                   double interestamtpd = (amtofloan * (interestamt/12));
                   amtofloan = amtofloan - (payment - interestamtpd);
                   //display loop variable
                   System.out.println("\t" +X + "\t\t" + money.format(amtofloan) + "\t\t" + money.format(interestamtpd));
                   //if statement
                   if(rows == 24 && X<termspread)
                        rows = 1;
                        //try statement
                        try
                            Thread.currentThread().sleep(3000);
                        //catch exception
                        catch (InterruptedException e)
                   //else statement
                   else
                        ++rows;
    }

    You seem to be missing an end curly brace for a for loop:
        for (int y = 0; y < arrayTerm.length; y++)
          calculateTotals(arrayTerm[y], arrayInterest[y]);
          // calculates the payment for the array
          payment = (amtofloan * ((arrayInterest[y] / 12) / (1 - Math.pow(
              (1 + (arrayInterest[y] / 12)), -(arrayTerm[y] * 12)))));
        }  // **** this was missingbut also I have to ask what you do with the payment information once you get it? It seems a calculation where the answer is just thrown out after it's obtained.

  • Can anyone please please help - Can't start up at all!

    Hi,
    I've only had my ibook for a few weeks and came back to it after 24 hours to find it frozen. I turned it off, managed to get a grey screen with apple symbol, tried single-user restart with fsck which told me I had an HD volume error which it couldn't repair. I then tried the install disk OS9 but it wouldn't start in safe mode. Then I pressed C and restarted and now I have Mac OS X log in screen up but it won't accept my password. I am DESPERATE - with a dissertation to finish. Can anyone help please?

    Agreed,
    Failing is not a good sign at all.
    <hr></hr>
    Helenah-
    I suggest bring it to your local Apple Store/Reseller and have it checked out by an Apple Certified Technician. To be honest, I am surprised your S.M.A.R.T. status is failing after a couple of weeks. Your iBook should be covered by Apple's One (1) Year Limited Warranty, but it really depends on the circumstances. The warranty doesn't cover damage inflicted by the consumer*. Do you have an external hard drive? You may want to invest in an external hard drive for backing up your computer. There a many reasons for getting one; let us know if you would like suggestions or reasons why to invest in one. You should probably backup your computers hard drive before bringing it to the Apple Store. You may want to look at Knowledge Base Document #106941 which has examples on How to back up and restore your files. Do you have access to another Mac? You can transfer files from your iBook via Target Disk Mode (the other Mac needs FireWire). You may want to look at Knowledge Base Document #58583 on How to use FireWire target disk mode for more information.
    Jon
    * I am not an Apple Certified Technician nor have I seen the iBook in person, so I can't promise you that the warranty covers it.
    Mac Mini 1.42Ghz, iPod (All), Airport (Graphite & Express), G4 1.33Ghz iBook, G4 iMac 1Ghz, G3 500Mhz, iBook iMac 233Mhz, eMate, Power Mac 5400 LC, PowerBook 540c, Macintosh 128K, Apple //e, Apple //, and some more...  Mac OS X (10.4.5) Moto Razr, iLife '06, SmartDisk 160Gb, Apple BT Mouse, Sight..

  • Please help me get started... JSP

    Hey, I'm brand new to web development. But I'd like to get into the field. For various reasons, I would like to start with JSP dev. I'm a C++ programmer, so concepts of OOP are not foreign to me. However, I don't have any idea as to where to start.
    I have installed Forte 4.0 software, Apache-Tomcat software, Sun JDK1.3, and JRun 3.0. Now I'm stuck. Although I have set the CLASSPATH, JAVA_HOME, and TOMCAT_HOME roots, I cannot write, compile, debug, or execute JavaServer Pages.
    Thank you for your time in assisting me.
    Moshe

    Hi,
    For debugging
    =============
    It seems that JSP runtime errors are impossible to debug. The exception
    thrown is always in some compiled servlet code. For example
    java.sql.SQLException, java.lang.ArrayIndexOutOfBoundsException,
    java.lang.NullPointerException and java.lang.ClassCastException. Is it
    possible to debug runtime errors, other than printing multiple checkpoint
    statements, which is not an efficient method?
    SOLUTION:
    There are no hard and fast rules to do that. It is very dependent on
    your JSP engine. In general, you need to find where your .java files
    are. You need to tell your JSP engine to leave them around. By default
    most engines delete them after creating the .class file. It may get
    tricky, though. Some engines put your HTML text into some kind of data
    structure (an object dump, basically) so it is not stored in your .class
    file. This makes your class files much smaller, and the HTML is not
    stored on the VM's stack. This makes it very difficult to debug.
    One suggestion is to use Forte for Java to do debugging of JSP codes. It can be
    downloaded and purchased from http://www.sun.com/forte. The following is
    a short tutorial to demonstrate how to debug a JSP file, set breakpoints,
    and watch variable content values during runtime.
    1) Set the compiler property for your JSP.
    - Go to the Explorer window.
    - Select your JSP file.
    - Set the Servlet Compiler property to Internal Compilation.
    (Hint: Use the context-sensitive Properties window.)
    - Set the Debugger property to Servlet/JSPDebugging.
    2) Now you will debug the JSP file by setting breakpoints, watching
    variables, and switching between the JSP and corresponding servlet.
    Set the breakpoint in your JSP file.
    - Go to the Source Editor window.
    - Select a few lines to watch
    - Using the context-sensitive menu (right click), select Add/Remove
    Breakpoint. This line will turn red to indicate that there is a
    breakpoint for this line.
    3) View the breakpoints in the corresponding servlet for your JSP file.
    - Go the Explorer window.
    - Select your JSP file.
    - Using the context-sensitive menu, select View Servlet.
    You will see the corresponding servlet in the Source Editor window.
    At the bottom of the Sourde Editor window, you should see two tabs,
    one for JSP and another for the corresponding servlet.
    - Select the servlet's tab.
    - Using the context-sensitive menu, select Clone view.
    You should see a separate window with the servlet code and
    breakpoints. These breakpoints automatically came from the JSP
    file.
    - Place the JSP file and corresponding servlet window side by side so
    that you can simaltaneously view the execution of JSP as well as
    the servlet.
    4) Select some variables to watch during the execution.
    - Go the window containing the servlet's source code.
    - Using the context-sensitive menu, select Add Watch.
    - In the resulting dialog box, enter a variable name for the Watch
    Name.
    - Click on the OK button.
    - To view the watch variables, go to the Main menu and select View ->
    Debugger. At the bottom of the Debugger window you should see a
    tab named Watches.
    - Select the Watches tab.
    You should see the added variables.
    5) To start the debugging session, go the Main menu and select Debug ->
    Start Debugging.
    The execution will stop at the first breakpoint in the JSP file.
    If you see the servlet code, there are also execution will stop at
    the first breakpoint.
    - To continue the execution, go the JSP source code in the Source
    Editor window and press Control-F5 to restart the debugger.
    Execution will stop at the next breakpoint. In the servlet code,
    execution will also stop at the next breakpoint.
    - Go to the Debugger window and select the Watches tab to view the
    contents of the variables.
    6) If you set any breakpoints in the servlet code, those breakpoints
    will automatically appear in the JSP file.
    This way, you can set breakpoints in either JSP file or corresponding
    servlet.
    7) While executing the JSP, observe the contents of the variables in the
    Debugger window.
    8) Once execution has reached its end, close the debugger by going to
    the Main menu and selecting Debug -> Finish Debugging.
    For more tutorials and demo, please visit:
    http://www.sun.com/forte/ffj/demo/online_demo.html
    http://access1.sun.com/SRDs/srd_repository/F4JCE_SRD.ps
    For information and online support, please visit:
    http://forte.sun.com/cgi-bin/WebX
    http://www.sun.com/forte/ffj
    I hope this will help you.
    Thanks
    Bakrudeen

  • Please help, I cannot start-up my PowerBook G4 (grey screen, no options)

    Sir/Madam,
    My PowerBook (PB) started misbehaving two weeks ago. It seemed difficult for i to access its drive (repetitive whirring sounds). I made a clone while I could and tried to fix any problems using Disk Utility.
    At first, minor problems were detected so I booted using the clone (on firewire) and tried to repair. Disk Utility reported the drive was fine. I tried Drive Genius, Disk Warrior and Techtool. I rebuilt the directories, and yet when using the drive, the access problems and delays continued. During this whole process, I kept finding that in System Preferences - Startup Disk list, my firewire clone was not detected. I had to boot with the OPT key pressed to use it (this was unusual).
    Anyway after hours of trying to find the fault, I decided to boot from the firewire clone again and completely erase the built in PB drive. After this, I thought, I will do a clean reinstall.
    When the time came to do a reinstall, I found that my PB got stuck on the grey screen. Even if I pressed OPT-C on startup (to reinstall the system from optical) nothing would happen. In fact the only thing that does anything different is when I just press OPT on startup. I then get asked my firmware password and there follows what should be a menu of startup options but is actually blank. My firewire clone is absent from the menu, as is any optical disc that I may have placed (eg Leopard installation or the original system discs that came with my PB). The screen with the curly arrow on the left and the straight arrow on the right remains while a little clock mouse pointer shows time passing. After about 45 seconds, the clock hands stop rotationg and the pointer will not longer move. This remains as long as I have waited (hours)
    I am now at an impasse where I do not know what to do. I am frustrated. I cannot run any hardware tests, I cannot install any system, I cannot get my PB to see my clone and startup. I would appreciate any help.
    Thank you
    Message was edited by: Touch

    Maybe this will be if interest. Hi everyone. First post...
    Anyway, I was updating my 1.5 G4 Powerbook to 10.5.7 and scored the interminable grey screen. No joy from Option, C, Safe Boot, Verbose Mode etc, etc. Ran fsck in Single User Mode and got the all clear from the hard drive. So...
    Off to the Genius Bar in Sydney's new Apple store. Again, all clear on the hard drive, so must be an operating system error.
    Back home, transferred everything I could think of via Target Disk mode and Firewire to the other Mac and re-installed Panther - yep, it's an oldie but a goodie. Then updated. Then upgraded to Tiger. Then updated. Then tried to load Leopard again. No joy. Grey screen, blue screen, spinning beachball, and clicks and whirrs from the DVD drive.
    After about a day of wracking my brains - I may be slow - I checked the About This Mac feature and it hit me. The RAM was 256MB, not the standard 512. Which is a prerequisite for Leopard. And the Diagnostics line said Memory Failure...
    Then I found the faulty RAM slot thread/lawsuit/recall notices... None of which applied to my serial number.
    To cut a long story shorter, either the RAM module or the slot is stuffed. I need to do a bit more diagnosis, but I can see an expensive swap to a MacBook Pro coming up...
    If you're having trouble booting your G4 Powerbook, check it for memory failure. Apparently it's not uncommon. And apologies if this has all be covered before. Hope it helps.

  • Please help me get started with Databases...

    I've spent all day moving from one tutorial to the other trying to figure out how to use a Database with Java. I haven't found anything that explained things basic enough for me to understand, however, I did download and install MDAC 2.8 which was suggested in on one of the sites and I also have MS Access to work with for creating the database. Can somebody please explain what I need to do in order to access a database from my program in simple, easy to follow, steps?
    Also I have a small question about .requestFocus();In my program I have a Radio button called Format1 and a text area called textArea. I set Format1 to be selected using the following code: Format1.setSelected(true); and I attempted to make the cursor start inside the text area with: textArea.requestFocus(); Currently, when I start the program, Format1 has the focus instead of textArea. How can I make the cursor start at the end of the text inside of textArea everytime I start my program?

    Try this:
    package be;
    import java.sql.*;
    import java.util.*;
    public class DataConnection
        public static final String DEFAULT_DRIVER   = "sun.jdbc.odbc.JdbcOdbcDriver";
        public static final String DEFAULT_URL      = "jdbc:odbc:DRIVER={Microsoft Access Driver (*.mdb)};DBQ=e:\\Project\\Database.mdb";
        public static final String DEFAULT_USERNAME = "admin";
        public static final String DEFAULT_PASSWORD = "";
        /** Database connection */
        private Connection connection;
         * Driver for the DataConnection
         * @param command line arguments
         * <ol start='0'>
         * <li>SQL query string</li>
         * <li>JDBC driver class</li>
         * <li>database URL</li>
         * <li>username</li>
         * <li>password</li>
         * </ol>
        public static void main(String [] args)
            DataConnection db = null;
            try
                if (args.length > 0)
                    String sql      = args[0];
                    String driver   = ((args.length > 1) ? args[1] : DEFAULT_DRIVER);
                    String url      = ((args.length > 2) ? args[2] : DEFAULT_URL);
                    String username = ((args.length > 3) ? args[3] : DEFAULT_USERNAME);
                    String password = ((args.length > 4) ? args[4] : DEFAULT_PASSWORD);
                    db = new DataConnection(driver, url, username, password);
                    List result = db.query(sql);
                    System.out.println(result);
                else
                    System.out.println("Usage: db.DataConnection <sql> <driver> <url> <username> <password>");
            catch (SQLException e)
                System.err.println("SQL error: " + e.getErrorCode());
                System.err.println("SQL state: " + e.getSQLState());
                e.printStackTrace(System.err);
            catch (Exception e)
                e.printStackTrace(System.err);
            finally
                if (db != null)
                    db.close();
                db = null;
         * Create a DataConnection
         * @throws SQLException if the database connection fails
         * @throws ClassNotFoundException if the driver class can't be loaded
        public DataConnection() throws SQLException,ClassNotFoundException
            this(DEFAULT_DRIVER, DEFAULT_URL, DEFAULT_USERNAME, DEFAULT_PASSWORD);
         * Create a DataConnection
         * @throws SQLException if the database connection fails
         * @throws ClassNotFoundException if the driver class can't be loaded
        public DataConnection(final String driver,
                              final String url,
                              final String username,
                              final String password)
            throws SQLException,ClassNotFoundException
            Class.forName(driver);
            this.connection = DriverManager.getConnection(url, username, password);
         * Clean up the connection
        public void close()
            try
                this.connection.close();
            catch (Exception e)
                ; // do nothing; you've done your best
         * Execute an SQL query
         * @param SQL query to execute
         * @returns list of row values
         * @throws SQLException if the query fails
        public List query(final String sql) throws SQLException
            Statement statement     = this.connection.createStatement();
            ResultSet rs            = statement.executeQuery(sql);
            ResultSetMetaData meta  = rs.getMetaData();
            int numColumns          = meta.getColumnCount();
            List rows               = new ArrayList();
            while (rs.next())
                Map thisRow = new LinkedHashMap();
                for (int i = 1; i <= numColumns; ++i)
                    String columnName   = meta.getColumnName(i);
                    Object value        = rs.getObject(columnName);
                    thisRow.put(columnName, value);
                rows.add(thisRow);
            rs.close();
            statement.close();
            return rows;
    }Solve one problem at a time. Get the database going, then worry about how you'll present it to the users. - MOD

  • Please help - Can I start my use of Adobe Muse when I choose? I have purchased a month by month

    Hi, I have purchased a month by month subscription to creative cloud to use Adobe Muse.  I only want to use it for a month though.  I have not used it yet but I need to know when my 'month' actually starts - I assumed it would start when I initiated the program and was ready to use it!?
    I have downloaded the program (Adobe Muse) and left it - assuming it would only begin my 'month use' when I started up the program (as in a 30day trial)
    My account is due to automatically renew my subscription soon (which I didn't realise either - I figured I paid once for a month use!) and I will be charged for another months use now - however, as you can understand by now, I want it to start when I want to use it! - not as soon as I have purchased a month by month subscription (hope that makes sense)
    What are peoples thoughts on this and is there anything I can do allowing me to activate 1 months use for one months paid for subscription?
    My fear is that I will have paid for one month that is neraly over and I havn't even used the program yet!?
    Please advise!

    Hi munzafeedback,
    I have checked your order registered under your email ID posted here, it has a muse single App CC purchased on September 23rd 2013,
    You have not yet activated it, the billing date is 23rd of each month(you will be charged on this date irrespective of the fcat that you are using it or not).
    Incase you do not want to use it now, please get it cancelled as it is within 30 days of purchase.
    If you plan to cancel it after 3o days of purchase, the subscription will attract cancellation fee .
    Please go through the cancelation detail at :
    http://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting- creative-cloud.html
    Regards
    Rajshree

  • Please help me get started with my new ipad

    Hi all--merry Christmas!
    So, I'm away from home and just got my new ipad! Of course I want to play with it, but am not sure how to start. My full itunes library is on my iMac at home (and this is what I use when I sync my iphone). I do have my MacBookPro with me, but I don't use the itunes program on it very much. It looks like I need to connect my new ipad to my itunes in order to start using it....what will happen if I connect it to my laptop here, just to get going, and then later when I home I connect it to my iMac where my "real" itunes and all my apps are?
    Thanks for any info...I'm salivating to use it!!!

    Congrats you will love it!
    I don't see a problem with activating your iPad on your MBP. When you get home sync with iMac and set your iPad up as you like.
    Have fun!

  • Please Help me! Start RFC Jobs Error

    Dear Experts,
    I'm installing SAP R/3 4.7 EX 2 SR1 - IDES (Unicode).
    Details of the system:
    Solaris 10, Oracle 9.2.0.7.
    R/3 Enterprise 4.7 X 2 SR1 - IDES (Unicode)
    I have received this error during installation Phase 34/37.
    This is about Starting RFC Jobs:
    FRF-00025 Unable to call function. Error message: Syntax error in program SAPLSTTM
    Message in trace file:
    >TS> Sat Nov 24 10:41:28 2007
    T:1 Error in program 'sapinste': ======>      Syntax error in program SAPLSTTM
    T:1 Error in program 'sapinste': <* RfcReceive [7] : returns 3:RFC_SYS_EXCEPTION
    T:1 Error in program 'sapinste': <* RfcCallReceive [7] : returns 3:RFC_SYS_EXCEPTION
    Some syntax error inside dev_wp0:
    A  Source LSGUIU03
    A  Error Code SYNTAX_ERROR.
    A  Module  $Id: //bas/640_REL/src/krn/runt/abgen.c#14 $ SAP.
    A  Function ab_genprog Line 1423.
    A  *** ERROR => Syntax error in program SAPLSTTM                                 [abgen.c      1389]
    A  *** ERROR => > Include LSTTMTOP                                 line 8 [abgen.c      1391]
    A  *** ERROR => > The type "CAT_SVARS_TABTYPE" is unknown. [abgen.c      1393]
    A  TH VERBOSE LEVEL FULL
    I could not find the reason of this error so far
    Thanks for your kind advise.
    Best Regards,
    Fausto

    The process has to be done in Non-Unicode

  • Please Help: Won't Start, Just Spins

    I am writing about my other laptop, a 15 inch MacBookPro 2.16 Intel Core Duo running Mac OS X 10.4.10.
    I just downloaded the latest software update form Apple: iTunes Update and Quicktime Update (? I'm sure about the iTunes. Second could have been Quicktime or Java update? But it was done through the Software Update)
    I updated as instructed, then the computer was rebooted. But since then, it will only spin. The Apple logo comes on with the grey background and the spinning wheel.
    I've let it go for over an hour.
    I've tried to restart several times.
    I've removed the battery and power and tried to restart again.
    I've tried "minimal boot" by pressing down the spacebar while restarting.
    Nothing seems to work. It just does the same thing again. Goes to the Apple logo against the grey background with the spinning wheel.
    I'd appreciate any help! Thank you.

    Based on your description, it appears that your system directory may be corrupted. Perhaps try rebooting from your backup system disc that came with your Mac, and run the Disk Utility, “Repair Permissions”. (see User's Guide)
    There are other possible solutions although they will require more evasive steps and/or resources you don’t likely have on hand. Some of us use Disk Warrior specifically for this kind of issue. Also, if you're near an AppleStore, then perhaps they can help. Worst case would be to reformat/reinstall the OS or similar.
    Re: http://www.alsoft.com/
    Regards,

  • I upgraded the OS on my iMac to Lion from the App store; and after installation, it restarted and now the operating system won't start up.... it keeps displaying the apple/folder with a question mark and a circle with a line through it! Please help!

    I upgraded the OS on my iMac to Lion from the App store; and after installation, it restarted and now the operating system won't start up.... it keeps displaying the apple/folder with a question mark and a circle with a line through it! Please help!

    Try starting up with your Snow Leopard DVD and see if the disk can be repaired. Once you are at the installer screen go to the Utilities Menu and choose Disk Utility and choose repair disk. You might also want to try Diskwarrior.
    Hope this helps.
    Ben

  • New iPod Touch 5th generation won't charge. Help? It's brand new, I got it for Christmas in 2012. Please help! I've tried diffferent cords, outlets, and computers. I plug it in, iTunes recognizes the device, but it still won't charge.

    Please help. It started about a week ago, it was charging fine the day before and then I plugged it in and it didn't charge. Occasionally it would begin to charge, but sometimes not. I've tried different cords, USB ports, wall chargers, and computers but it would barely work. Now, it refuses to charge at all. If it dies, and I won't be able to use it anymore, I won't be able to get a new one. Please help me!

    It's still under its original factory warranty, so unless you've damaged it in some way, it should be covered.
    First, try giving it a reset. Hold down the sleep and home keys, past when you see the red power down slider and until you see the silver apple. Let it reboot and see if that helps.
    if not, contact your local apple store and make an appointment and let them check it out.

Maybe you are looking for

  • PKGBUILD problem with zip file

    Hi all, I'm trying to build Envy Code R font package. Here is the file: pkgname=ttf-envy-code-r pkgver=preview7 _pkgver=PR7 pkgrel=1 pkgdesc="Free scalable coding font" arch=('i686' 'x86_64') url="http://damieng.com/blog/tag/envy-code-r" license=('fr

  • Issue with displaying an image in flash from a user folder

    There is many discussions on how to use an image rotator with just php displayed in an html page, but that does not display in flash. Basically I am developing a flash based social network and it makes everything a little bit more complicated. I need

  • Field on manual tabular appears using Firefox but does not appear using IE

    Hello, A field in a manual tabular form appears correctly using Firefox but does not appear or appears in another field when IE is used. Javascript is used to hide certain columns on the tabular form. Does anyone know how to solve this problem? Thank

  • Yahoo Messenger won't sign in Macbook (13" Black) v. 10.6.8 (Snow Leopard)

    Been having some really weird issues with Yahoo Messenger on my Macbook (13" Black) O/S Snow Leopard v 10.6.8.  My sign-in/log-in screen has been in this perpetual cycle of saying "signing -in" but nothing happens..  I have no other issues with other

  • Name changes

    Someone asked me what will happen if someone marries, gets divorced and/or remarries. What name do you choose? I suggested that you could use "aka" for also known as, but that gets cumbersome. Maybe go by the first name? But what if there are several