Solaris 10 for Linux Administrators

I'm trying to decrease the slope of the Solaris 10 learning curve.
I've worked with Linux for many years, and I know it's quirks.
I'm very new to Solaris.
Does there exist a good resource written from the perspective of a Linux administrator who wants to learn to properly administer Solaris?

Go to docs.sun.com
You will get lot of reading material. Both os are very similar , so you should not have any problem when you first work with solaris.
Caution : Dont assume all commands and switches will work on Solaris if it works on Linux. I spend hours to make cvs web working on Solaris. But it works with very less effort on red hat linux.
Best Luck.
Mahendra Rajgude

Similar Messages

  • Need Best Practice for Migrating from Solaris to Linux

    Hi Team,
    We are migrating our Data Center from Solaris to Linux and our EBS 11i, database 10g (10.2.0.5) is 6TB. Please let us know the Best Practice to Migrate our EBS 11.5.10.2 from Solaris to Linux RHEL 5.
    we require Database 10g (10.2.0.5) on Linux x86-64 RHEL 5 and Application EBS on Linux x86 RHEL 5. Please let us know for any details.
    EBS version: 11.5.10.2
    DB version: 10.2.0.5
    We have checked the certifications in Oracle support.
    Oracle EBS 11.5.10.2 is not certified with Linux x86-64 RHEL 5. 
    Oracle EBS 11.5.10.2 is certified on Linux x86 RHEL 5.
    So we require Database 10g (10.2.0.5) on Linux x86-64 RHEL 5 and Application EBS on Linux x86 RHEL 5.
    Thank You.

    You can transportable tablespace for the database tier node.
    https://blogs.oracle.com/stevenChan/entry/10gr2_xtts_ebs11i
    https://blogs.oracle.com/stevenChan/entry/call_for_xtts_eap_participants
    For the application tier node, please see:
    https://blogs.oracle.com/stevenChan/entry/migrate_ebs_apptiers_linux
    https://blogs.oracle.com/stevenChan/entry/migrating_oracle_applications_to_new_platforms
    Thanks,
    Hussein

  • Detect memory leak in JNI so files for linux and Solaris

    I have to find the memory leaks in the JNI for solaris and linux but the issue is
    i need to find the leaks in the so files.I have solved the issues of leaks using Purify
    on windows but not getting appropriate support for linux. Any pointers to tools will help.I tried Valgrind on linux but it is not giving me the exact location of leak as in purify and also the support for purify is for 32 bit only.Valgrind is not showing any functions in .so files.JNI is not supported in Purify for Solaris? Please Help.

    amol28 wrote:
    I have to find the memory leaks in the JNI for solaris and linux but the issue is
    i need to find the leaks in the so files.I have solved the issues of leaks using Purify
    on windows but not getting appropriate support for linux. Any pointers to tools will help.I tried Valgrind on linux but it is not giving me the exact location of leak as in purify and also the support for purify is for 32 bit only.Valgrind is not showing any functions in .so files.JNI is not supported in Purify for Solaris? Please Help.If you have written the JNI, the JNI itself (java calls, methods, etc) to be OS agnostic then it shouldn't matter. In that case you check the windows code (not jni), the linux code (not jni) and the jni code itself independent of each other.
    If you haven't made the JNI OS agnostic the question would be why not?

  • Best Unix skills to have AIX, Solaris or Linux Red Hat for SAP

    Hello, I was wondering what would be the best Unix certification I should get in order to be
    more marketable as a SAP Netweaver Administrator. IBM AIX, Sun Solaris or Linux Redhat.
    Thanks for any comments and feedback
    Steve.

    Thanks for the reply back. Its a hard question to get some answers for. If you had to make a guess from your own experience or work site what Unix version would it be. Thanks.
    You forgot one big vendor: HP - with their HP-UX
    I´d say "if you know one you can learn all".
    Unix platforms are somewhat standardized (POSIX, SYSV etc.) so if you "know" one, it´s not that much work to learn a second one since the basics are similar, however, each OS has its specialities.
    I have seen a chart with OS distributions some time ago, roughly 50 % was Windows, the rest was shared among the other Unix platforms almost equally with a small part being more "exotic" (System i, z/OS). 
    I´d also say that this is industry dependent. The banking sector may have - historically - more IBM (and hence AIX), manufacturing industry may also historically have more HP-UX, Universities may have more Solaris environments due to the historical closeness of Sun to education sector (note: those are assumptions). Linux may be used from all of them as "Unix"-similar alternative on Intel/AMD platforms.
    Markus

  • BOBJ DATA INTEGRATOR XI R2 ACCELERATED FOR LINUX/SOLARIS software

    Hi All,
    I want to download BODI software for Linux/Solaris platfom but I can't find it.
    Please help me.
    Thanks & Best Regards.

    Hello,
    DI XI Rel.2 is out of Support and you cant download it anymore. I would recommend you migrate to Data Services XI 3.2 or attend the Ramp- Up for Data Services 4.0
    Maybe you contact your SAP Sales Rep. for both steps.
    Regards
    -Seb.

  • The JDeveloper for Solaris platform /Linux platform

    Hi,
    could you tell me where I can get the JDeveloper for Linux /Solaris platform?
    Thanks in advance,

    Hi Claudio,
    The best two pieces of information would be:
    How do I Use a National Instruments License File on an OS Other Than Windows?
    Using a Volume License File on a FLEXlm server
    I am sure combination of the above two will provide you will the answers. But please feel free to post any further questions you might have.
    Regards,
    Rajiv Garg

  • Does Jit for Solaris works for linux?

    Can i used JIT for Solaris under Linux platform? what are the implications and any problems that i can encounter. I need to know abt what kinda problems that could be encountered since the project will be used as a prototype for the main project.
    OR is there a JIT for linux supported by SUN? i think i saw a link somewhere in java.sun.com that gave me the option of downloading JIT for linux but it said "Sun doesn't support it" beside it, so i didnt download it
    thanks

    we are using Linux 7.2 and Java 1.4OK, then you're using the HotSpot virtual machine.
    How do I explain this as simply as possible? HotSpot has a "built-in JIT", in that it does not interpret the byte codes directly, but does so after translating snippets of byte code into native code. I.e. the VM IS the JIT.
    There's no separate JIT you can use to "speed up HotSpot". And anyway, a JIT doesn't "compile" the code in any permanent way - it has to do the translation statically each time the program is loaded.
    However, you do have a point - there have been several reports of a slowdown between JDK 1.3.1 and 1.4.0. 1.4.1 hasn't improved much. I'm waiting for 1.4.2.
    Things you can try in the meantime:
    * Download the full JDK, and use the "java -server" option to use the server VM. If you're running a server-type application (i.e. not a GUI), this might improve things.
    * Profile the application using any of the available Java profiling tools (do a Google search - there are free and commercial profilers).
    There are a thousand possible reasons why your application is slow - anything from excessive memory allocation to excessive locking to poorly chosen algorithms. A profiler may help you narrow things down a little.

  • Why  difference in Solaris and Linux

    Hi,
    The following program is giving results diferently when I am executing using g++ compiler in Solaris and Linux.
    Why it is so.
    here is the code:
    #include <stdio.h>
    #include <string.h>
    #include <malloc.h>
    #include <stdlib.h>
    int main( void )
    size_t size;
    char *buf;
    if ( ( buf = (char *)malloc(10 *sizeof(char))) == NULL)
    exit (1);
    size = sizeof( buf );
    strcpy(buf, "HelloWorld");
    printf("\n Address is : %u String is : %s size : %d ", buf, buf,size);
    if (( buf = (char *) realloc(buf, sizeof(20))) == NULL)
    exit ( 1);
    *(buf+10) = 'A'; *(buf+11) = 'B'; *(buf+12) = '\0';
    printf("\n Address is : %u String is : %s\n", buf, buf);
    free( buf);
    exit( 0 );
    Solaris:
    Address is : 134160 String is : HelloWorld size : 4
    Address is : 135704 String is : HelloWor
    Linux:
    Address is : 134518824 String is : HelloWorld size : 4
    Address is : 134518824 String is : HelloWorldAB
    Thanks
    Venkat

    Hi,
    The following program is giving results diferently
    when I am executing using g++ compiler in Solaris
    and Linux.
    Why it is so.
    here is the code:
    #include <stdio.h>
    #include <string.h>
    #include <malloc.h>
    #include <stdlib.h>
    int main( void )
    size_t size;
    char *buf;
    if ( ( buf = (char *)malloc(10 *sizeof(char))) == NULL)
    exit (1);
    size = sizeof( buf );The size you get here is the size of buf, which is the size of a pointer, not the size of what buf points to. sizeof(*buf) would give you size of a char, the type (not the object) that buf points to.
    There is no portable way to find out the number of bytes allocated on the heap if you are give only a pointer to the memory. You have to remember the size some other way..
    strcpy(buf, "HelloWorld");A literal string consists of the characters in the string plus a terminating null, all of which are copied by strcpy. You allocated 10 chars for buf, but are writing 11 chars into it. At this point, the program has undefined behavior. Literally anything at all could happen, because you can't predict the effect of writing outside the bounds of allocated memory.
    printf("\n Address is : %u String is : %s size :
    e : %d ", buf, buf,size);
    if (( buf = (char *) realloc(buf, sizeof(20))) == NULL)The "sizeof" operator in this case is returning the size of the type of a literal 20, which is an int. If you want to allocate 20 bytes, you write 20, not sizeof(20).
    exit ( 1);
    *(buf+10) = 'A'; *(buf+11) = 'B'; *(buf+12) == '\0';SInce you can't count on buf having more than 4 bytes at this time, you are writing into unallocated memory, with undefined results.
    printf("\n Address is : %u String is : %s\n", buf, buf);
    free( buf);
    exit( 0 );
    Instead of asking why you get different results on different platforms, you should be asking why the program doesn't crash on all platforms. :-)
    You can avoid these problems with keeping track of allocating memory by using the C++ standard library instead of trying to manage low-level details yourself as in C code.
    The standard string class, for example, extends itself as needed, and ensures that heap memory is freed when the string object is deleted or goes out of scope. You don't need pointers, malloc, free, or sizeof to use C++ strings.

  • Oracle8i for Linux Release announcement

    I received a copy of this Oracle marketing announcement today:
    The Linux tidal wave continues and Oracle is right at the
    forefront. We have
    been experiencing tremendous demand on Linux since Oracle8 was
    announced for
    that platform last October. Over 50,000 developers have
    downloaded Oracle8
    for Linux from Oracle Technology Network (OTN) since March, with
    the first
    20,000 coming in just the first 10 days! We now have over 800
    paying
    customers with over half the orders coming from enterprise
    accounts and most
    of the remainder orders from mid-sized businesses.
    This week Oracle is announcing the shipping of Oracle8i for
    Linux. Already,
    20,000 developers have registered for early access. With new
    internet
    technologies like Java and XML built right into Oracle8i for
    Linux, this
    release promises to be the hottest yet.
    Read on for more information about:
    - What are we announcing?
    - What are the key messages?
    - What is the pricing for Oracle8i on Linux?
    - Why does Oracle care about Linux?
    - Who are Oracle's major Linux Partners?
    - Which products are available on Linux?
    - Who is driving the Oracle on Linux effort and what are we
    doing?
    - Where to find more information about Oracle on Linux?
    What are we announcing?
    Oracle is announcing today that it has been receiving extremely
    strong demand
    for its Linux based products over the past quarter and is also
    shipping
    Oracle8i for Linux to manufacturing.
    What are the key messages?
    Linux represents the ultimate commodity operating system -- its
    fast, reliable
    and almost free! Businesses can now spend their time focusing on
    the higher
    value software they buy to run their businesses (such as
    databases and applications).
    With over 800 customers paying for Oracle on Linux, Linux is
    progressing from
    its roots as a student and developer operating system to a viable
    deployment
    environment in large business.
    Oracle has the best database on Linux. With over 50,000 people
    using Oracle8
    and over 20,000 people registered through Oracle Technology
    Network (OTN) for
    Oracle8i, Oracle is the overwhelming choice for the Linux
    operating system.
    What is the pricing for Oracle8i on Linux?
    Pricing of Oracle8i on Linux follows the standard Oracle price
    list (see
    http://appsweb.us.oracle.com/amapp/). Linux may be a freeware
    operating
    system, but Oracle on Linux is not free. Oracle does offer
    developer licenses
    through Oracle Technology Network (OTN) which allows developers
    to use Oracle
    software for non-commercial use.
    Why does Oracle care about Linux?
    Linux is hot! It is rapidly becoming the preferred platform for
    small ISP's
    and is used extensively by many of the internet's largest portal
    sites. For
    Oracle, Linux is the fastest growing operating system, growing at
    three times
    that of WindowsNT. Oracle on Linux presents customers a viable
    low-cost, yet
    highly stable alternative to WindowsNT. That said, with 46% of
    the NT market,
    Oracle is also the best selling database on NT!
    Oracle now has over 800 customers on Linux. This statistic alone
    strongly
    contradicts the common perception that Linux is solely used by
    students and
    developers. Linux has already established a foothold in many
    Fortune 100
    companies and although deployments are still currently small
    compared to NT
    and Solaris, they are accelerating rapidly.
    Which products are available on Linux?
    Currently available on Linux are:
    - Oracle8.0.5 Standard and Enterprise Edition
    - Oracle8i Release 8.1.5
    - Oracle Application Server 4.0.7 (40 Bit)
    - Oracle Application Server 3.0.2 (40 Bit)
    - Oracle WebDB 2.0.5.6.1
    Who are Oracle's major Linux Partners?
    Redhat Software - Linux distributors. Oracle has also made an
    equity
    investment in RedHat. (http://www.redhat.com)
    Caldera System - Linux distributors. Novell spin-off, focus
    primarily on
    enterprise customers. (http://www.caldera.com)
    Turbolinux - Linux distributor. Has a mostly Asia presence.
    (http://www.turbolinux.com)
    VA Linux Systems - Hardware vendor, making Linux systems.
    (http://www.linux.com)
    Linuxcare - Linux support provider. (http://www.linuxcare.com)
    Who is driving the Oracle on Linux effort?
    There are two teams within Oracle working closely to drive the
    Oracle strategy
    and goals on Linux: Internet Platform Marketing and the Linux SBU
    (Strategic
    Business Unit).
    Where to find more information about Oracle on Linux?
    Internal: http://worldwide-marketing.us.oracle.com/iPlatform
    External: http://platforms.oracle.com/linux
    http://technet.oracle.com
    Email [email protected]
    Contacts: Hongwei Lu ([email protected])
    David Lee ([email protected])
    Press Release
    ORACLE CAPITALIZES ON ENTERPRISE DEMAND FOR LINUX OFFERINGS WITH
    ANNOUNCEMENT
    OF ORACLE8i ON LINUX
    Early Adopters Programs Draws Nearly 20,000 Developers
    REDWOOD SHORES, Calif., July 19, 1999--Oracle Corporation, the
    number one
    choice for e-business, today announced dramatic growth and demand
    for Oracle
    on Linux with strong adoption in both enterprise and general
    business markets.
    Oracle also announced the general availability of Oracle8i on
    Linux, after a
    successful early adopter's program.
    Since Oracle Corp. announced Oracle8 on Linux, there have been
    over 50,000
    downloads from Oracle Technology Network
    (http://technet.oracle.com/ ). Now,
    after the announcement of Oracle8i, there have been nearly 20,000
    registrants
    for early access in the first few weeks. Outside the development
    community,
    Oracle has also seen overwhelming customer adoption with an
    excess of 800
    paying customers today -- over half of these orders from
    enterprise accounts
    and the remainder from small to mid-sized businesses and
    organizations.
    "Until the availability of Oracle database on Linux, we either
    had to rely on
    NT or use one of the shareware database servers available for
    Linux," says
    Jonathan August, President and CEO of Internection, Inc., a
    company providing
    customized Internet services solutions to businesses, including
    web hosting
    and e-commerce solutions. "Neither solution provided us the
    security,
    performance, manageability or reliability required by our
    customers. Oracle
    brings enterprise credibility and robustness to our products. As
    a result,
    we've gained access to customers ranging from small businesses to
    Fortune 100
    enterprises like Prudential and Pfizer. Our total revenue since
    the addition
    of Oracle on Linux has increased by 250%."
    "Oracle on Linux combines enterprise level reliability,
    scalability and
    performance with a free, robust and well-supported operating
    system," says
    Nick Marden, technical director of e-commerce, Xoom.com, and
    e-commerce
    service provider. "It enables Xoom.com to better understand our
    members'
    needs and respond to them quickly. Oracle on Linux represents an
    extraordinary value and it gets the job done."
    "Oracle is committed to bringing superior technology to the Linux
    community,"
    says Chuck Rozwat, senior vice president of Server Technologies
    at Oracle.
    "Oracle8i on Linux comes with both Java and XML built right in.
    Together they
    offer the most cost-effective way to deploy scalable Internet
    applications."
    Oracle8i is the first and only database specifically designed for
    the
    Internet. Oracle8i extends Oracle's long-standing technology
    leadership in
    the areas of data management, transaction processing and data
    warehousing to
    the new medium of the Internet. Oracle8i is the centerpiece of
    Oracle's
    Internet Platform, which also includes Oracle Application Server
    and Oracle's
    Internet development tools.
    Oracle Corporation is the world's leading supplier of software
    for information
    management, and the world's second largest software company.
    With annual
    revenues of more than $8.8 billion, the company offers its
    database,
    application server, tools and application products, along with
    related
    consulting, education and support services, in more than 145
    countries around
    the world.
    For more information about Oracle, please call 650/506-7000.
    Oracle's World
    Wide Web address is (URL) http://www.oracle.com/.
    Trademarks
    Oracle is a registered trademark and Oracle8i is a trademark or
    registered
    trademark of Oracle corporation. Other names may be trademarks
    of their
    respective owners.
    Oracle Worldwide Marketing
    null

    Yeah, I got a couple of those....but if you go to Oracle, there
    is nothing about it, and nothing new on the OTN download...
    We can hope...
    DAVID
    Jamie Kinney (guest) wrote:
    : I received a copy of this Oracle marketing announcement today:
    : The Linux tidal wave continues and Oracle is right at the
    : forefront. We have
    : been experiencing tremendous demand on Linux since Oracle8 was
    : announced for
    : that platform last October. Over 50,000 developers have
    : downloaded Oracle8
    : for Linux from Oracle Technology Network (OTN) since March,
    with
    : the first
    : 20,000 coming in just the first 10 days! We now have over 800
    : paying
    : customers with over half the orders coming from enterprise
    : accounts and most
    : of the remainder orders from mid-sized businesses.
    : This week Oracle is announcing the shipping of Oracle8i for
    : Linux. Already,
    : 20,000 developers have registered for early access. With new
    : internet
    : technologies like Java and XML built right into Oracle8i for
    : Linux, this
    : release promises to be the hottest yet.
    : Read on for more information about:
    : - What are we announcing?
    : - What are the key messages?
    : - What is the pricing for Oracle8i on Linux?
    : - Why does Oracle care about Linux?
    : - Who are Oracle's major Linux Partners?
    : - Which products are available on Linux?
    : - Who is driving the Oracle on Linux effort and what are we
    : doing?
    : - Where to find more information about Oracle on Linux?
    : What are we announcing?
    : Oracle is announcing today that it has been receiving extremely
    : strong demand
    : for its Linux based products over the past quarter and is also
    : shipping
    : Oracle8i for Linux to manufacturing.
    : What are the key messages?
    : Linux represents the ultimate commodity operating system -- its
    : fast, reliable
    : and almost free! Businesses can now spend their time focusing
    on
    : the higher
    : value software they buy to run their businesses (such as
    : databases and applications).
    : With over 800 customers paying for Oracle on Linux, Linux is
    : progressing from
    : its roots as a student and developer operating system to a
    viable
    : deployment
    : environment in large business.
    : Oracle has the best database on Linux. With over 50,000 people
    : using Oracle8
    : and over 20,000 people registered through Oracle Technology
    : Network (OTN) for
    : Oracle8i, Oracle is the overwhelming choice for the Linux
    : operating system.
    : What is the pricing for Oracle8i on Linux?
    : Pricing of Oracle8i on Linux follows the standard Oracle price
    : list (see
    : http://appsweb.us.oracle.com/amapp/). Linux may be a freeware
    : operating
    : system, but Oracle on Linux is not free. Oracle does offer
    : developer licenses
    : through Oracle Technology Network (OTN) which allows developers
    : to use Oracle
    : software for non-commercial use.
    : Why does Oracle care about Linux?
    : Linux is hot! It is rapidly becoming the preferred platform
    for
    : small ISP's
    : and is used extensively by many of the internet's largest
    portal
    : sites. For
    : Oracle, Linux is the fastest growing operating system, growing
    at
    : three times
    : that of WindowsNT. Oracle on Linux presents customers a viable
    : low-cost, yet
    : highly stable alternative to WindowsNT. That said, with 46% of
    : the NT market,
    : Oracle is also the best selling database on NT!
    : Oracle now has over 800 customers on Linux. This statistic
    alone
    : strongly
    : contradicts the common perception that Linux is solely used by
    : students and
    : developers. Linux has already established a foothold in many
    : Fortune 100
    : companies and although deployments are still currently small
    : compared to NT
    : and Solaris, they are accelerating rapidly.
    : Which products are available on Linux?
    : Currently available on Linux are:
    : - Oracle8.0.5 Standard and Enterprise Edition
    : - Oracle8i Release 8.1.5
    : - Oracle Application Server 4.0.7 (40 Bit)
    : - Oracle Application Server 3.0.2 (40 Bit)
    : - Oracle WebDB 2.0.5.6.1
    : Who are Oracle's major Linux Partners?
    : Redhat Software - Linux distributors. Oracle has also made an
    : equity
    : investment in RedHat. (http://www.redhat.com)
    : Caldera System - Linux distributors. Novell spin-off, focus
    : primarily on
    : enterprise customers. (http://www.caldera.com)
    : Turbolinux - Linux distributor. Has a mostly Asia presence.
    : (http://www.turbolinux.com)
    : VA Linux Systems - Hardware vendor, making Linux systems.
    : (http://www.linux.com)
    : Linuxcare - Linux support provider. (http://www.linuxcare.com)
    : Who is driving the Oracle on Linux effort?
    : There are two teams within Oracle working closely to drive the
    : Oracle strategy
    : and goals on Linux: Internet Platform Marketing and the Linux
    SBU
    : (Strategic
    : Business Unit).
    : Where to find more information about Oracle on Linux?
    : Internal: http://worldwide-marketing.us.oracle.com/iPlatform
    : External: http://platforms.oracle.com/linux
    : http://technet.oracle.com
    : Email [email protected]
    : Contacts: Hongwei Lu ([email protected])
    : David Lee ([email protected])
    : Press Release
    : ORACLE CAPITALIZES ON ENTERPRISE DEMAND FOR LINUX OFFERINGS
    WITH
    : ANNOUNCEMENT
    : OF ORACLE8i ON LINUX
    : Early Adopters Programs Draws Nearly 20,000 Developers
    : REDWOOD SHORES, Calif., July 19, 1999--Oracle Corporation, the
    : number one
    : choice for e-business, today announced dramatic growth and
    demand
    : for Oracle
    : on Linux with strong adoption in both enterprise and general
    : business markets.
    : Oracle also announced the general availability of Oracle8i on
    : Linux, after a
    : successful early adopter's program.
    : Since Oracle Corp. announced Oracle8 on Linux, there have been
    : over 50,000
    : downloads from Oracle Technology Network
    : (http://technet.oracle.com/ ). Now,
    : after the announcement of Oracle8i, there have been nearly
    20,000
    : registrants
    : for early access in the first few weeks. Outside the
    development
    : community,
    : Oracle has also seen overwhelming customer adoption with an
    : excess of 800
    : paying customers today -- over half of these orders from
    : enterprise accounts
    : and the remainder from small to mid-sized businesses and
    : organizations.
    : "Until the availability of Oracle database on Linux, we either
    : had to rely on
    : NT or use one of the shareware database servers available for
    : Linux," says
    : Jonathan August, President and CEO of Internection, Inc., a
    : company providing
    : customized Internet services solutions to businesses, including
    : web hosting
    : and e-commerce solutions. "Neither solution provided us the
    : security,
    : performance, manageability or reliability required by our
    : customers. Oracle
    : brings enterprise credibility and robustness to our products.
    As
    : a result,
    : we've gained access to customers ranging from small businesses
    to
    : Fortune 100
    : enterprises like Prudential and Pfizer. Our total revenue
    since
    : the addition
    : of Oracle on Linux has increased by 250%."
    : "Oracle on Linux combines enterprise level reliability,
    : scalability and
    : performance with a free, robust and well-supported operating
    : system," says
    : Nick Marden, technical director of e-commerce, Xoom.com, and
    : e-commerce
    : service provider. "It enables Xoom.com to better understand
    our
    : members'
    : needs and respond to them quickly. Oracle on Linux represents
    an
    : extraordinary value and it gets the job done."
    : "Oracle is committed to bringing superior technology to the
    Linux
    : community,"
    : says Chuck Rozwat, senior vice president of Server Technologies
    : at Oracle.
    : "Oracle8i on Linux comes with both Java and XML built right in.
    : Together they
    : offer the most cost-effective way to deploy scalable Internet
    : applications."
    : Oracle8i is the first and only database specifically designed
    for
    : the
    : Internet. Oracle8i extends Oracle's long-standing technology
    : leadership in
    : the areas of data management, transaction processing and data
    : warehousing to
    : the new medium of the Internet. Oracle8i is the centerpiece of
    : Oracle's
    : Internet Platform, which also includes Oracle Application
    Server
    : and Oracle's
    : Internet development tools.
    : Oracle Corporation is the world's leading supplier of software
    : for information
    : management, and the world's second largest software company.
    : With annual
    : revenues of more than $8.8 billion, the company offers its
    : database,
    : application server, tools and application products, along with
    : related
    : consulting, education and support services, in more than 145
    : countries around
    : the world.
    : For more information about Oracle, please call 650/506-7000.
    : Oracle's World
    : Wide Web address is (URL) http://www.oracle.com/.
    : Trademarks
    : Oracle is a registered trademark and Oracle8i is a trademark or
    : registered
    : trademark of Oracle corporation. Other names may be trademarks
    : of their
    : respective owners.
    : Oracle Worldwide Marketing
    null

  • Why keyboard and mouse right click not working in Solaris and Linux?

    Hi all,
    I have two problems:
    1) I am working on AWT/Swing application and its working fine in window enviornment,but while running on solaris and linux mouse right-click option window not poping up.
    2) Ctrl+c,Ctrl+v,Home and End keyboard key are not working in solaris and linux OS for same application.
    Pls provide me some solution for these problem.
    -Dinesh

    Hi Nik,
    Thanks for reply. I found some solution for the above problem.
    For mouse right click there was problem in my source code.I have not implemented the mousePressed() method
    In case of keyboard Home, End and arrow key working fine after exporting AWTUSE_TYPE4_PATCH=false; in solaris and linux
    But still Ctrl-c and Ctrl-v not working.
    I am using JDK1.5.0_07+Eclipse IDE 3.1
    -Dinesh

  • How to Install Solaris for Intel so that it boots off from a boot floppy?

    Hi all,
    Sorry to bother you with this one (I went through all documentations/manuals and could not find straight answers to following
    specific questions):
    I have one hard drive with 1st partition used by Windows XP and a second partition that's a blank FAT 32 (using Partition Magic)
    I want to use for Solaris for Intel.
    My very specific questions:
    (1)That blank Fat32 partition: can I run the Solaris install over it ..or should I absolutely make sure that it's a blank UFS formatted
    partition? I am asking you that because all manuals (except one) pretend that I can run my Solaris install on a blank Fat partition...
    but I believe that documentation at multiboot.solaris-x86.org stresses that if the partition is not a blank UFS one, it wont install Solaris
    (2)As you already know, some Oses like Linux or FreeBSD can be installed on a partition and be booted off a boot floppy.
    So without that boot floppy, no trace of the OS. How can I do that with Solaris for Intel. I want my Solaris to boot off a boot floppy only.
    BTW, I currently have Solaris 7 for Intel.
    Thanks for the answers.

    (1)That blank Fat32 partition: can I run the Solaris install over it ..or should I absolutely make sure that it's a blank UFS formatted You can install Solaris to that blank FAT32 drive but Solaris WILL convert it to UFS BEFORE doing the install. In other words, after the install it will be UFS and not FAT32 anymore.
    So without that boot floppy, no trace of the OS. How can I do that with Solaris for Intel. I want my Solaris to boot off a boot floppy only.Not that I know of. Some people have reported booting Solaris off of a USB drive though.
    alan

  • Schedule of 8.1.6 for Linux

    I just noticed 8.1.6 for Solaris is available. How about for Linux? Will it
    still free to be download?

    did you have your oracle database running?
    01034, 00000, "ORACLE not available"
    // *Cause: Oracle was not started up. Possible causes include the following:
    // - The SGA requires more space than was allocated for it.
    // - The operating-system variable pointing to the instance is
    // improperly defined.
    // *Action: Refer to accompanying messages for possible causes and correct
    // the problem mentioned in the other messages.
    // If Oracle has been initialized, then on some operating systems,
    // verify that Oracle was linked correctly. See the platform
    // specific Oracle documentation.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by chirag oza ([email protected]):
    HI All,
    While I m trying to connect the Oracle 8.1.6 server with the JDBC Thin driver I m getting Error
    ORA - 01034 Oracle not Available.
    I m using jdk 1.2.2 and in the Classpath I have given the path for classes12.zip.
    I have tried using classes111.zip file though I m getting same Error Message.
    Anybody can help me out.
    Thanx,
    Chirag oza
    <HR></BLOCKQUOTE>
    null

  • A reasonable hardware configuration for Linux OAS

    Has anyone out there tried to run
    Oracle 8 for Linux and OAS 3.02
    all on the same toasted PC/pentium server?
    Could you tell me the nature of your
    hardware configuration (processor speed, ram, etc)
    if you feel the performance is acceptable for
    development (not for actual business operation).
    The technical FAQ lists 48 megs and any
    Pentium to run Oracle 8 for Linux which
    verges on ridiculously low.
    I just want to know a reasonable
    configuration to run both Oracle 8 and OAS .
    Thanks,
    Heji
    null

    I have been runnig OAS/O8 on a Pii/300Mhz system with 128mb of
    ram, and so far I have no real complaints on speed. I even tuned
    the SGA to give a little better performance and still have around
    40 or so MB free. BTW, I haven't really tried to mess around
    with the Linux version of OAS, but have used the Solaris version
    previously, have you noticed any problems with the wrb starting
    up? I have seen some error messages saying "No processes..." or
    something, looks like an error.. have you experienced this?
    Tom Tyson
    mark theodoras (guest) wrote:
    : Heji (guest) wrote:
    : : The technical FAQ lists 48 megs and any
    : : Pentium to run Oracle 8 for Linux which
    : : verges on ridiculously low.
    : The install guide says 32M minimum for O8. I'm not sure with
    : OAS. Given (pc) memory is cheap, I am running O8/OAS3 with
    128M,
    : with no complaints.
    : Given laptop memory is not so cheap, are there folks running O8
    : and OAS3 with 48, 40, or less ram ????
    : I can second any pentium would suffice. I am using P133 & P166
    : systems, and the CPU is NOT the bottleneck.
    : Mark
    null

  • Does Oracle 8i for Linux include Oracle Enterprise Manager?

    What's the version of the current Oracle 8i for Linux?
    Enterprise Edition?
    null

    Hi,
    Michael (guest) wrote:
    : The latest OEM is in Java. It is included in o8i for Solaris,
    : which I use for an o8i machine at work. They don't seem to
    : include it with the Linux version, though, despite the fact
    that
    : it's Java and theoretically (the key word here...) it should be
    : platform-independent and run on Linux just the same.
    NO, it will not work. You cannot even install since the installer
    for Solaris is a Solaris binary and some windows exe also does
    not work. I guess somebody has to write a better bootstrap proggy
    first...
    I wonder why they did it that way...
    Marcus
    : Bryan Batchelder (guest) wrote:
    : : Oracle8i for Linux is Oracle 8.1.5.0 Enterprise Edition.
    : : As for Oracle Enterprise Manager, they still only have that
    for
    : : NT, but you can download it from OTN.
    : : --Bryan
    : : Gary Young (guest) wrote:
    : : : What's the version of the current Oracle 8i for Linux?
    : : : Enterprise Edition?
    null

  • OWB 9.2.0.2.8 for Linux

    Hello all!
    Where can I download OWB 9.2.0.2.8 for Linux? There is only Solaris version available on the OTN's download page.
    Thank you.
    Sincerely yours,
    Maksym Domin.

    I figured out how to get rid of the crlf. The command is "tr -d \\r <runInstaller.orig >runInstaller" Using "\r" may be clearer than \\r. In any case, do a "mv runInstaller runInstaller.orig" before running the first command.
    In the continuing saga, I also had to add the execute privilege on the runInstaller scripts in the ../Disk1/install/linux sub directory.
    Now I am getting a message "The Jave RunTime Environment was not found at 4/bin/java." Java is installed and works fine, so I figure this is another script or program error. We'll see.

Maybe you are looking for

  • How do I cross-reference photo folders?

    My photos are organized in folders according to the week they were taken, and I want to keep it that way. But if I want to pull up just the photos that have my friend Brian in them, how can I do that? First off iPhoto is NOT an option. I have used se

  • Adobe Premiere Elements 10

    Hello, I am a Senior Citizen on low income looking for low $ for free help getting started with Adobe Premiere Elements 10. Can you suggest a solution? Thank you, Richard Burnside

  • Problem with Stored Procedure exection in Oracle DB

    Hi, I am facing some problem while creating and executing a store procedure. Please help me solving my problem. Here are the details : My Store Procedure : PROCEDURE EMP2 (PROCESSED IN VARCHAR2 ) AS BEGIN SELECT * FROM EMPLOYEE WHERE PROCESSED ='NO'

  • The computer has rebooted from a bugcheck. The bugcheck was: 0x00000101 (0x0000000000000030

    I have a Virtual server that reboots several times a day with the following event: Bugcheck Error: The computer has rebooted from a bugcheck.  The bugcheck was: 0x00000101 (0x0000000000000030, 0x0000000000000000, 0xfffff880009b8180, 0x000000000000000

  • HELP!! Can't install previous versions of itunes or newer versions (10.5.2)

    Hi all! I have a Dell Inspiron with Windows 7 (x64). I've been trying to install Itunes for days now and recieve the following error message. "An error occured during the installation of assembly "Microsoft.VC80.CRT.type="win32, version="8.0.50727.40