Oracle 9.2.0.6 on Solaris 10

Oracle 9.2.0.6 is certified on Solaris 10, and I had no problem getting it installed. The DBAs had no problem creating 20+ databases either, except that they complained it was slow, very slow.
Config as follows:
System Configuration: Sun Microsystems sun4u Sun Fire V440
System clock frequency: 183 MHZ
Memory size: 16GB
==================================== CPUs ====================================
E$ CPU CPU
CPU Freq Size Implementation Mask Status Location
0 1281 MHz 1MB SUNW,UltraSPARC-IIIi 3.4 on-line -
1 1281 MHz 1MB SUNW,UltraSPARC-IIIi 3.4 on-line -
2 1281 MHz 1MB SUNW,UltraSPARC-IIIi 3.4 on-line -
3 1281 MHz 1MB SUNW,UltraSPARC-IIIi 3.4 on-line -
and a 6120 disk array with a couple of terrbytes.
Oracle is running very slowly for imports, but appears to run okay for sql queries.
There are no cpu, memory or i/o constraints. sar, vmstat, iostat, the usual tools all show a healthy and mostly idle system.
I ran a few dtrace toolkit programs and I see a lot of syscall errors. This output is collected over about 3 seconds.
# ./errinfo -cn oracle
Sampling... Hit Ctrl-C to end.
^C
EXEC SYSCALL ERR COUNT DESC
oracle semsys 4 3 interrupted system call
oracle setpgrp 1 5 Not super-user
oracle kaio 22 5 Invalid argument
oracle open 2 5 No such file or directory
oracle ioctl 6 5 No such device or address
oracle semsys 11 9 Resource temporarily unavailable
oracle shmsys 2 15 No such file or directory
oracle access 2 50 No such file or directory
oracle stat 2 100 No such file or directory
I set a bunch of kernel parameters, despite the fact solaris 10 shouldn't need or use them, but it didn't change anything.
I set all the shm and sem resource controls to log to syslog, but I got nothing showing up.
I've got about 70 servers here, a mix of sun, ibm, hp, linux, and tru64. I've got many solaris 9 with oracle 9i servers and no problems with any of them.
Anyone got any advice?
Thanks
Alan

No i/o wait. The disk array isn't being troubled at all by the load. Using dd to read/write to the array I can get 70+MB/sec.
# ps -ef | grep pmon | wc
22 197 1510
# sar -f /var/adm/sa/sa24
SunOS <hostname> 5.10 Generic sun4u 08/24/2005
00:00:01 %usr %sys %wio %idle
00:10:00 9 12 0 79
00:20:00 9 12 0 79
00:30:00 9 12 0 79
00:40:00 9 12 0 78
00:50:00 9 13 0 78
01:00:00 9 12 0 78
01:10:00 9 12 0 79
01:20:01 9 12 0 79
01:30:00 9 12 0 78
01:40:00 9 13 0 77
01:50:00 9 13 0 78
02:00:00 9 14 0 77
02:10:00 9 14 0 77
02:20:00 9 13 0 78
02:30:00 10 14 0 77
02:40:00 9 12 0 78
02:50:00 10 12 0 78
03:00:00 18 14 0 68
03:10:00 16 14 0 70
03:20:00 12 15 0 73
03:30:00 12 14 0 75
03:40:00 12 15 0 73
03:50:00 12 15 0 73
04:00:00 12 14 0 74
04:10:00 6 6 0 88
04:20:00 6 6 0 88
04:30:01 11 14 0 75
04:40:00 12 16 0 71
04:50:00 12 16 0 72
05:00:00 10 14 0 76
05:10:00 9 13 0 78
05:20:00 9 13 0 77
05:30:00 9 13 0 77
05:40:00 9 12 0 79
05:50:01 10 13 0 77
06:00:00 9 13 0 78
06:10:00 10 13 0 77
06:20:00 9 12 0 79
06:30:00 10 13 0 77
06:40:00 9 13 0 77
06:50:00 9 13 0 78
07:00:00 9 13 0 77
07:10:00 9 13 0 78
07:20:00 9 13 0 77
07:30:00 9 13 0 78
07:40:00 9 13 0 77
07:50:00 9 13 0 78
08:00:00 9 13 0 78
08:10:00 9 13 0 78
08:20:01 13 13 0 74
08:30:00 14 13 0 73
08:40:00 21 13 0 66
08:50:00 11 13 0 76
09:00:01 9 13 0 78
09:10:00 10 13 0 77
09:20:00 18 13 0 69
09:30:00 13 13 0 75
09:40:00 11 13 0 76
09:50:00 11 13 0 76
10:00:00 11 13 0 76
10:10:00 12 13 0 75
10:20:00 15 13 0 73
10:30:00 22 16 0 62
10:40:00 16 10 0 74
10:50:00 7 3 0 90
11:00:00 6 4 0 90
11:10:00 7 6 0 87
11:20:00 10 3 0 86
11:30:00 15 3 0 81
11:40:00 8 3 0 89
11:50:00 18 5 0 77
12:00:00 13 6 0 81
12:10:07 12 9 0 80
12:20:00 8 8 0 84
12:30:00 20 14 0 66
12:40:00 15 14 0 71
12:50:00 11 13 0 75
13:00:01 12 14 0 74
13:10:01 13 14 0 73
13:20:00 12 14 0 73
13:30:00 12 13 0 74
13:40:00 15 11 0 74
13:50:00 13 11 0 76
14:00:00 11 11 0 79
14:10:00 10 12 0 78
14:20:00 12 13 0 74
14:30:01 11 12 0 77
14:40:00 10 11 0 79
14:50:00 11 12 0 78
15:00:01 11 12 0 77
15:10:00 23 11 0 66
15:20:00 14 10 0 76
15:30:00 13 10 0 76
15:40:00 12 10 0 77
15:50:01 16 10 0 75
16:00:00 13 11 0 76
16:10:00 12 11 0 78
16:20:00 15 11 0 75
16:30:00 11 9 0 80
16:40:00 10 11 0 78
16:50:00 11 10 0 78
17:00:00 18 12 0 70
17:10:00 19 11 0 70
17:20:00 11 11 0 78
17:30:00 11 12 0 77
17:40:00 10 11 0 80
17:50:00 9 10 0 80
18:00:00 11 10 0 79
18:10:00 13 12 0 75
18:20:00 16 12 0 72
18:30:00 16 14 0 71
18:40:00 16 14 0 70
18:50:00 17 13 0 70
19:00:00 15 11 0 74
19:10:00 14 15 0 71
19:20:00 15 13 0 72
19:30:00 11 10 0 79
19:40:00 11 11 0 78
19:50:00 10 12 0 78
20:00:00 9 11 0 80
20:10:00 10 12 0 79
20:20:00 10 12 0 78
20:30:00 9 11 0 80
20:40:00 9 12 0 79
20:50:00 10 12 0 78
21:00:01 10 12 0 78
21:10:00 9 12 0 78
21:20:00 11 12 0 76
21:30:00 11 14 0 76
21:40:00 11 14 0 76
21:50:00 10 13 0 76
22:00:00 11 14 0 76
22:10:00 10 13 0 78
22:20:00 10 14 0 76
22:30:00 10 13 0 76
22:40:00 10 13 0 77
22:50:00 10 14 0 76
23:00:00 10 13 0 76
23:10:01 11 14 0 76
23:20:00 10 13 0 77
23:30:00 10 13 0 77
23:40:00 10 12 0 79
23:50:00 9 11 0 79
Average 11 12 0 77
load averages: 0.88, 0.82, 0.82 07:46:51
288 processes: 286 sleeping, 2 on cpu
CPU states: 82.0% idle, 6.7% user, 11.3% kernel, 0.0% iowait, 0.0% swap
Memory: 16G real, 7803M free, 6101M swap in use, 38G swap free
I've got a downtime this morning to apply the latest OS patches, but I'm not confident that that'll solve anything. On a heavily loaded (60 databases) solaris 9 server an import of a 20GB database takes maybe 5 hours, on this solaris 10 server it takes literally days.
The high sys% and multitude of errors from oracle (via dtrace) leads me to believe that this is some sort of semaphore or shared memory access issue (all those stat syscall errors and semsys shmsys errors). Thing is, I haven't run Oracle 9i on Solaris 10 before, so I don't know if oracle usually throws these errors, but I can't think that it would....
Alan

Similar Messages

  • Searching Oracle 8.1.7 Client for Solaris on x86/Intel

    Hi all,
    I need an Oracle client 8.1.7 running on a Sun Solaris on a Intel/x86 chipset (in VMware)
    Exists there any location to download this client?
    thanx for help!
    Andreas
    Salzburg, Austria

    Are there plans to have a Solaris x86 version downloadable on OTN? I am making the OS decision for a new development server. I would like it to be Solaris x86 but if Oracle is a no-go on Solaris x86, I will have to use Linux or... hate to say it... M$

  • Oracle 10g R2 installation on sun solaris 10 Sparc machine

    Hi there,
    I encountered the following problem during oracle 10g R2 installation on sun solaris 10 Sparc machine
    Error encountered:
    Using paramFile: /u01/Oracle/10gr2_db_sol/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be 5.8, 5.9 or 5.10. Actual 5.10
    Passed
    Checking Temp space: must be greater than 250 MB. Actual 2266 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 2335 MB Passed
    Checking monitor: must be configured to display at least 256 colors Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set.
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    Continue? (y/n) [n]
    The following were the steps taken before encountering the above error
    1. logged into a workstation
    2. From its xterm terminal I logged to the oracle server via ssh oracle@ip
    3. keyed in the following at the command prompt
    DISPLAY=machine_name:0.0; export DISPLAY
    4. executed the following from the command prompt
    ./runInstaller
    Note: when executing the ./runInstaller, the preinstallation checking just hangs at Checking monitor: must be configured to display at least 256 colors. But the log file shows it failed during preinstallation checking as shown in Error encountered
    Please help me with this problem.
    Thank you
    Ravindran Kanniah

    It is because of UNIX shell. I also faced this error during installation.
    First check your shell by the following command.
    $ echo $SHELL
    Then select the below.
    For csh shell
    $ setenv DISPLAY 192.168.1.128:0.0
    $ export DISPLAY
    For sh,ksh and bash
    $ DISPLAY=192.168.1.128:0.0
    $ export DISPLAY
    After you do this check the value of DISPLAY variable.
    $ echo $DISPLAY
    If the DISPLAY variable is set then run ./runInstaller.
    One advice: Keep a complete log of your terminal session. This will help you in future :)
    -aijaz

  • Installing oracle 10g release 2 on spark solaris!! urgent help!

    hi guys!
    Am installing oracle 10g r2 on spark sun solaris. I did install the software without any pb, but when installing the database using dbca, I have this errors.
    ORA-27154: post/wait create failed
    ORA-27300: OS system dependent operation:semget failed with status: 28
    ORA-27301: OS failure message: No space left on device
    ORA-27302: failure occurred at: sskgpcreates
    Edited my kernel parameters and in the /etc/system file, ai've added
    set noexec_user_stack=1
    set semsys:seminfo_semmni=100
    set semsys:seminfo_semmns=1024
    set semsys:seminfo_semmsl=256
    set semsys:seminfo_semvmx=32767
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=100
    set shmsys:shminfo_shmseg=10
    Space aint an issue and dont know how to over come this error!
    Should ai just install the db using scripts and run the neccessary .sql scripts instead of going through dbca?
    junior DBA in distress.

    This appears to be because of low semaphores setting. Did you reboot your server after making the /etc/system parameter changes ?
    -Ramesh

  • Oracle 11g R2 on HP and Solaris

    Hello All,
    In the Last Week i was installing Oracle 11R2 on two HP servers and one Solaris server. i faced common issues on the three servers and i posted threads about some of these issues.
    But i want to summarize it so i know the solution of each one in order not to face it again.
    Below is the info
    I have 3 servers, two of them are HP where Oracle 10g is installed and one Solaris server where i am doing the Oracle installation for the first time.
    On the 3 servers and when i was installing Oracle 11g R2 the installation failed at the end when it was trying to create the db with this error: the file Seed_Database.dfb containing the datafiles information is missing.
    knowing that i download it Oracle 11g R2 from the Oracle website for the three server. Why this file is always missed ? and even now and after i created a custom database manually (Not during the installation) i can't create a "general purpose db" through dbca because it needs this template file.
    while creating the database on the 3 servers and on step 4 of 12 of the tab related to OEM is disabled. and the emctl is not automatically configured after the creation of the db. why this tab is always disabled on step 4 of 12?
    Regards.

    schavali wrote:
    On the download pages (such as http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-sparc64soft-088481.html) you will see cksums listed - you need to verify cksums to ensure that your download is not corrupted.
    http://en.wikipedia.org/wiki/Cksum
    HTH
    SriniI would think if the download were corrupted, as evidenced by a mis-match in the checksum, he probably never could have unzipped it, much less actually ran an install that simply didn't create some of the stuff he wanted.
    ;-)

  • Oracle 10(10.1.0) on Solaris 5.10 Intell

    Hi!
    I have installed oracle 10g(10.1.0) under solaris intel 5.10,at final stage of installation, while linking the files i receive this error
    error:-unable to find make utility in location /usr/ccs/bin/make
    i press ignore button 4 to 5 times. then it display installation successfull.
    then i started $dbca & every thing goes fine but at 12/12 step it shows a HTML page to save ,i save it but database creation does not apper. i tryed all my possible ways.
    could u suggest me what i have missed.i have started installation with this command
    $./runInstaller -ignoreSysPrereqs &
    thanks n best regards.
    viq
    Message was edited by:
    user557218
    Message was edited by:
    user557218

    At first I need to say you did at least two mistakes.
    1. You executed runInstaller with -ignoreSysPrereqs
    2. You ignored the (very important) error messages
    According to error message that you got I belive that your OS is missing required packages important for succesful install (probably third mistake).
    To check whether all required packages are installed execute following command from shell:
    pkginfo -i SUNWlibms SUNWtoo SUNWi1cs SUNWi15cs SUNWxwfnt SUNWxwplt SUNWmfrun SUNWxwplr SUNWxwdv SUNWgcc SUNWbtool SUNWi1of SUNWhea SUNWlibm SUNWsprot SUNWuiu8Install the missing packages.
    Then execute (as oracle) $ORACLE_HOME/bin/relink all command.
    Hope that helps.

  • Reg: Oracle 9i Enterprise Edition software for solaris x86 (32-bit)

    Hi,
    Where can i download the Oracle 9i Enterprise Edition software for solaris x86 (32-bit).
    Thanks in advance.
    Edited by: ora_man_8873786 on May 14, 2011 12:50 AM

    If you have a CSI you can always order the CD at My Oracle Support by submitting a SR.
    Sybrand Bakker
    Senior Oracle DBA

  • Configuration assistant error with Oracle 10g 10.2.02 with Solaris 10 6/06

    Hi all,
    As anyone seen this a fix for this error?
    I have installed Solaris 10 6/06 x86 on VMWare 5.2 which works fine.
    When I attempt to install Oracle 10g 10.2.02 for Solaris x86 (released in Sept 06), the install goes fine until I get to the configuration assistant stage.
    The first Net based configuration assistant fails with a Java exception which seems to be related to a Sig 11 in the libc library.
    This looks like an error fixed by a patch mentioned in the release notes but the patch does not seem to be available for this version of Solaris.
    Any comments would be greatly appreciated...
    Regards
    Anthony

    Hi all,
    Just to update this.
    I have deselected the create database option part of the install and Oracle installs OK!
    The problem is in the create database phase which I have manually done when I use the dbca program.
    When I get to the create database operation of the the dbca wizard, I get a the following error "ORA-00600, internal error code, arguments [kelntf-ldminit, [146],[1],[],[],[],[],[]"
    Any offers?

  • Download Oracle 10g Character set scanner for Solaris

    http://www.oracle.com/technology/software/tech/globalization/index.html
    the above link contains only the oracle 9i Character set scanner but I need the Oracle 10g Character set scanner for Solaris
    please assist me.

    Pl see MOS Doc 745809.1 (Installing and configuring Csscan in 10g and 11g (Database Character Set Scanner)
    HTH
    Srini

  • Can you help me?the config error about ORACLE Web Application Server3.0 for Solaris,

    hello anyone
    i install oracle7.3.4 server
    in Sun Sparcstation20 Solaris2.6 Japanese
    everything is ok,
    and i want to install ORACLE
    WEB appliation server 3.0too
    the installer is ok too,
    i startup the serivce
    >owsctl start wrb
    >owsctl start admin
    but when i open the netscape and
    CRAETE and START a new LISTENER
    there is something wrong.
    **************************error message*******
    OWS-05721: The Web Listener www failed to start:
    Oracle Web Listener 3.0.1 Production (Export), Version 2.14FC1
    Copyright 1997 Oracle Corp. All Rights Reserved.
    Error: A failure occurred ( Permission denied ) when assigning a port ( domain: INTERNET01, address: 0.0.0.0, port: 80 ).
    Error: Failed to start the server.
    Error: The server could not initialize
    Information: The server is exiting
    OWS-08811: Unable to startup Oracle Web Listener `www'.
    Oracle Web Listener Home Page
    From here, you can do the following:
    Create a new Oracle Web Listener to run on your machine by clicking the Create Listener... button.
    Modify existing Oracle Web Listeners by selecting the Configure link below.
    Start, Stop or Delete existing Oracle Web Listeners by selecting the appropriate link below.
    can anyone help me , it is too difficult for me.
    the startup file of Solaris is here
    # @(#)cshrc 1.11 89/11/29 SMI
    umask 022
    set path=(/bin /usr/bin /usr/ucb /etc .)
    if ( $?prompt ) then
    set history=32
    endif
    setenv ORACLE_BASE /oracle/app/oracle
    setenv ORACLE_HOME /oracle/app/oracle/product/7.3.4
    setenv ORACLE_SID hlp3
    setenv ORAWEB_HOME $ORACLE_HOME/ows/3.0
    setenv ORAWEB_SITE www
    setenv ORAWEB_BASE $ORACLE_HOME/ows
    setenv ORAWEB_ADMIN $ORACLE_BASE/admin
    setenv ORAWEB_CARTX $ORACLE_HOME/ows/cartx
    setenv DEF_INSTALL TRUE
    setenv ORA_CSM_MODE line
    setenv LD_LIBRARY_PATH $ORACLE_HOME/lib:/usr/openwin/lib:/usr/dt/lib:
    setenv ORACLE_TERM xsun5
    setenv TMPDIR /var/tmp
    setenv PATH .:$ORACLE_HOME/bin:$ORACLE_HOME/obackup/bin:/opt/bin:/usr/local/bin:/bin:/usr/bin:/usr/css/bin:/usr/openwin/bin:/usr/sbin:/usr/ucb:$ORAWEB_HOME/bin
    setenv ORA_NLS32 $ORACLE_HOME/ocommon/nls/admin/data
    setenv DEF_INSTALL TRUE
    setenv MANPATH /opt/SUNWspro/man:/opt/SUNWste/licence_tools/man
    # setenv LANG
    # setenv TWO_TASK
    set ORAENV_ASK = NO
    source /opt/bin/coraenv
    unset ORAENV_ASK
    source /oracle/app/oracle/product/7.3.4/ows/3.0/install/owsenv_csh.sh
    # @(#)local.login 1.3 93/09/15 SMI
    stty -istrip
    # setenv TERM `tset -Q -`
    # if possible, start the windows system. Give user a chance to bail out
    if ( `tty` == "/dev/console" ) then
    if ( $TERM == "sun" &#0124; &#0124; $TERM == "AT386" ) then
    if ( ${?OPENWINHOME} == 0 ) then
    setenv OPENWINHOME /usr/openwin
    endif
    echo ""
    echo -n "Starting OpenWindows in 5 seconds (type Control-C to interrupt)"
    sleep 5
    echo ""
    $OPENWINHOME/bin/openwin
    clear # get rid of annoying cursor rectangle
    logout # logout after leaving windows system
    endif
    endif
    setenv ORACLE_HOME /oracle/app/oracle/product/7.3.4
    setenv PATH /bin:/usr/bin:/etc:/usr/etc:/usr/openwin/bin:/usr/ucb:/oracle/app/oracle/product/734/bin:$ORAWEB_HOME/bin
    setenv NLS_LANG japanese_japan.ja16euc
    setenv LANG japanese
    setenv ORACLE_TERM xsun5
    setenv ORAWEB_HOME $ORACLE_HOME/ows/3.0
    setenv ORAWEB_SITE www
    setenv TNS_ADMIN /oracle/app/oracle/product/7.3.4/network/admin
    can anyone help me and tell me how to solve it or any aother way book doc to do it,
    thank you
    i am very nervious
    my email address:
    [email protected]
    [email protected]

    see http://www.oracle.com/support/products/oas/sparc30/html/ows08811.html

  • Error in Loading a clob via external table (Oracle 10.2.0.3 On Solaris 8)

    Hi,
    I am trying to insert a csv file as a single record as a CLOB (one row for entire csv file) and trying to do that via external table. But unalbe to do so. Following is the syntax I tried with:
    create table testext_tab2
      ( file_data clob
      organization external
         TYPE ORACLE_LOADER
         DEFAULT DIRECTORY dir_n1
      access parameters
             RECORDS DELIMITED BY NEWLINE
               BADFILE DIR_N1:'lob_tab_%a_%p.bad'
                 LOGFILE DIR_N1:'lob_tab_%a_%p.log'
                 FIELDS TERMINATED BY ','
              MISSING FIELD VALUES ARE NULL
      clob_filename CHAR(100)
      COLUMN TRANSFORMS  (file_data FROM LOBFILE (clob_filename) FROM (DIR_N1) CLOB)
      LOCATION ('emp.txt')
    REJECT LIMIT UNLIMITED
    --it gives the output that the table is created but the table does not have any rows (select count(*) from testext_tab2 gives 0 rows)
    -- and the logfile has entries like follows:
      Fields in Data Source:
        CLOB_FILENAME                   CHAR (100)
          Terminated by ","
          Trim whitespace same as SQL Loader
      Column Transformations
        FILE_DATA
            is set from a LOBFILE
                directory is from constant DIR_N1
                    directory object list is ignored
                file is from field CLOB_FILENAME
                file contains character data
                    in character set WE8ISO8859P1
    KUP-04001: error opening file /oracle/dba/dir_n1/7369
    KUP-04017: OS message: No such file or directory
    KUP-04065: error processing LOBFILE for field FILE_DATA
    KUP-04101: record 1 rejected in file /oracle/dba/dir_n1/emp.txt
    KUP-04001: error opening file /oracle/dba/dir_n1/7499
    KUP-04017: OS message: No such file or directory
    KUP-04065: error processing LOBFILE for field FILE_DATA
    KUP-04101: record 2 rejected in file /oracle/dba/dir_n1/emp.txt
    KUP-04001: error opening file /oracle/dba/dir_n1/7521
    KUP-04017: OS message: No such file or directory
    KUP-04065: error processing LOBFILE for field FILE_DATA
    KUP-04101: record 3 rejected in file /oracle/dba/dir_n1/emp.txt
    and also the file to be loaded (emp.txt) has data like this:
    7369,SMITH,CLERK,7902,12/17/1980,800,null,20
    7499,ALLEN,SALESMAN,7698,2/20/1981,1600,300,30
    7521,WARD,SALESMAN,7698,2/22/1981,1250,500,30
    7566,JONES,MANAGER,7839,4/2/1981,2975,null,20
    7654,MARTIN,SALESMAN,7698,9/28/1981,1250,1400,30
    7698,BLAKE,MANAGER,7839,5/1/1981,2850,null,30
    7782,CLARK,MANAGER,7839,6/9/1981,2450,null,10
    7788,SCOTT,ANALYST,7566,12/9/1982,3000,null,20
    7839,KING,PRESIDENT,null,11/17/1981,5000,null,10
    7844,TURNER,SALESMAN,7698,9/8/1981,1500,0,30
    7876,ADAMS,CLERK,7788,1/12/1983,1100,null,20
    7900,JAMES,CLERK,7698,12/3/1981,950,null,30
    7902,FORD,ANALYST,7566,12/3/1981,3000,null,20
    7934,MILLER,CLERK,7782,1/23/1982,1300,null,10I will be thankful for help on this. Also I read on asktom site (http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1669379500346411993)
    that LOB are not supported for external tables but there are other sites with examples of CLOB being loaded by external tables.
    With regards,
    Orausern

    CMcM wrote:
    Hi all
    We have an application that runs fine on 10.2.0.4 on most platforms, but a customer has reported an error when running 10.2.0.3 on HP. We have since reproduced the error on 10.2.0.3 on XP but have failed to reproduce it on Solaris or Linux.
    The exact error is within a set of procedures, but the simplest reproducible form of the error is pasted in below.Except that you haven't pasted output to show us what the actual error is. Are we supposed to guess?
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    SQL> ed
    Wrote file afiedt.buf
      1  declare
      2    vstrg clob:= 'A';
      3    Thisstrg varchar2(32000);
      4  begin
      5    for i in 1..31999 loop
      6      vstrg := vstrg||'A';
      7    end loop;
      8    ThisStrg := vStrg;
      9* end;
    SQL> /
    PL/SQL procedure successfully completed.
    SQL>Works ok for me on 10.2.0.1 (Windows 2003 server)

  • Oracle 8.1.5 problem on Solaris 7.

    Hi,
    I am trying to install 8.1.5 on an Ultrasparc 10 with Solaris 7 with the recommended patch set from Sun (Kernel patched to 106541-12). When I try to create the new database using dbassist, I get a database creation error. IF I ask dbassist to save to shell scripts, and run the scripts by hand, I get the following message :
    SVRMGR> CREATE DATABASE "TINTIN"
    maxdatafiles 254
    maxinstances 8
    maxlogfiles 32
    character set US7ASCII
    national character set US7ASCII
    DATAFILE '/ora01/app/oracle/oradata/TINTIN/system01.dbf' SIZE 175M
    logfile '/ora01/app/oracle/oradata/TINTIN/redo01.log' SIZE 500K,
    '/ora01/app/oracle/oradata/TINTIN/redo02.log' SIZE 500K; 2> 3> 4> 5> 6> 7> 8> 9>
    CREATE DATABASE "TINTIN"
    ORA-01501: CREATE DATABASE failed
    ORA-00227: corrupt block detected in controlfile: (block 1, # blocks 1)
    ORA-00202: controlfile: '/ora01/app/oracle/oradata/TINTIN/control01.ctl'
    I have tried removing the .ctl files, and retrying the CREATE DATABASE command, without success. Funny thing: the .ctl files have an invalid magic number :
    dbfmig -i control01.ctl -o out.ctl
    DBFMIG: Release 8.1.5.0.0 - Production on Wed Sep 6 22:12:35 2000
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    DBFMIG-00002:
    Invalid Magic number in header: -65276
    I am new to Oracle and any help is appreciated.
    Thanks in advance,
    null

    I've been dealing with the same problems in the english version but could bypass thiss by doing the folowing.
    -Just ignore the disk space stuff
    -Ignore the charset message, also
    -When creating a database, choose custom and then select the WE8ISO8859P1 char set. It worked for portuguese, must work for french also.
    -Everyone here recommended, and I do the same, leave the database creation for later, not during instalation.
    Good Luck!

  • Oracle 8.1.5 Client/WLS/Solaris x86

    has anyone been able to get Oracle's client 8.1.5 running on Solaris x86 in conjunction with WLS to talk to back-end Oracle? Any help would be greatly appreciated.thanks.

    This will not work. We have not built the native libraries to work with
    Solaris on Intel..
    I suggest trying the platform independent type 4 JDBC driver available for
    free from Oracle. It is supported (as is any JDBC driver) with WebLogic
    Server. To download it:
    Go to http://www.oracle.com and select the "Download" option.
    From the resulting page, use the "Select Utility or Driver" dropdown to
    select Oracle JDBC drivers
    From the resulting page, scroll down a little (since SQLJ stuff appears at
    the top).
    Or, to go directly there:
    http://technet.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Dean Davis" <[email protected]> wrote in message
    news:3a267487$[email protected]..
    has anyone been able to get Oracle's client 8.1.5 running on Solaris x86in conjunction with WLS to talk to back-end Oracle? Any help would be
    greatly appreciated.thanks.

  • Patches prob. installing Oracle 8.1.6 ent on Solaris 2.6 Spark ver

    i am installing oralce 8.1.6 enterprise edition database on sunspark solaris 2.6,
    oracle 8.1.6 requires patches to initiate jre1.1.8_10 to install on solaris 2.6 as specifiled in the installaion manual in the cdrom. i could updated 1 patch , but when i was trying to update kernal with another patch, the kernal has not updated saying file courrpt from the source file. Then suddenly, the movement i restarted The server, it has got crasshed. i just wondered how the kernal went off.
    I configured oracle 8i on
    NT,2000,Novel,Sco-unix,Unixware,solaris(intl),solraris(spark),linux.
    I didnt get this kind of prob., it was an abarasing setuation in front of the customer as he has sybase database in the same server. i downloaded these files from the net (....tar.Z) & unzipped using winzip then copied those folders in to solaris using cuteftp in (ascii mode..)
    Solaris 2.6 Patches for JRE 1.1.8_10
    106040-11 X Input and Output Method patch Required
    105181-15 Kernel patch Required
    105284-25 Motif Runtime Library Patch Recommended
    105490-07 Dynamic linker patch Recommended
    106409-01 Chinese TrueType fonts patch (1) Recommended
    105633-21 OpenWindows 3.6: Xsun patch (1) Recommended
    105568-13 Libthread patch Recommended
    105210-19 LibC patch Recommended
    105669-07 CDE 1.2: libDTSvc patch (dtmail) Recommended
    please let me know is there any sequence involved in installing patches
    null

    Our 8.1.6 database is currently running on Sun Sparc - Solaris 2.7. We want ?to upgrade to Solaris 2.8. Will 8.1.6 database run on Solaris 2.8?
    Thanks Yes, oracle 8i will run under solaris 8 (2.8).
    William Coldiron

  • Patch number for Oracle 8.1.7.4 on Solaries SPARC 64bit

    Guys,
    Oracle Version: 8.1.6.0
    OS: Solaris SPARC 64-bit
    I would like to patch to 8.1.7.4. I need a patch number for this, I find it very difficult to search for the patch on Metalink. Would you please suggest the patch number and maybe also suggest the easier way to search for patches on Metalink.
    Thanks in advance
    Durbanite

    Go to Metalink
    Click on "Patches & Updates" tab
    Click on "Simple Search"
    Search by "Product and Family" and enter RDBMS Server
    Choose the target release you are looking for (8.1.7.4)
    Patch type => "Patchset/Minipack"
    Classification => "Any"
    Choose the "Platform or Language" your plateform (Sun Solaris SPARC 64bits)
    And finally click on Go button.
    You'll get only one row as result, the patchset you are looking for actually.
    Nicolas.

Maybe you are looking for

  • Multiple Cost Center Change Batch Upload

    Hi,   I need to update the data of multiple cost centers. I have tried using BDC/ transaction KS02 and BAPI_COSTCENTER_CHANGEMULTIPLE. However, I encounter problems with cost centers with different validity periods when changing the heirarchy of cost

  • I'm Scott Leiken and my iphone broke

    Hello Everyone, Im despareately in need of some quick help! I'm a fisherman and I leaned over the boat today (in shallow water) and dropped my phone into it I grabbed it quickly and then wiped it off. I've heard all those rumors about putting your ph

  • Issue Regarding Bank Key

    Experts When i am trying to create IT0009 with Bank details, While chooing bank key i am getting another screen with bank counry Inida but i am not getting the bank list and getting the message Search was unsucesfull. I already moved the  Configurati

  • HP Oj 8500 A909g upper part of touch screen defective. Unable to access tools menu.

    Upper portion of touch screen is not working. Can anyone suggest an alternative way to push wireless network configuration to this printer??  i.e. the *# menu with a number sequence.  I am setup and printing via USB, but solutions center cannot see p

  • IPhoto support request

    Hi Folks, My Macbook Air was out of space, primarily due to my 71 GB of space I was using for photos. Yesterday/today I copied my "iPhoto Library" over to a larger external drive (that I also use for my Time Machine backups). It has finished copying.