Oracle10g run in Solaris 10

Hi Brother,
We have 10g DB run in Solaris10 with 8G RAM, I would like to have the parameter file which for Solaris10 8G ram server with optimal setting (exp VGA, SGA, buffer, cache size...etc). The DB is DBMS for store the data and run the batch process.

user460521 wrote:
Hi Brother,
We have 10g DB run in Solaris10 with 8G RAM, I would like to have the parameter file which for Solaris10 8G ram server with optimal setting (exp VGA, SGA, buffer, cache size...etc).There is no magic parameter file for that. You have to run your load, monitor the load, and then with the help of memory advisors, adjust your optimal settings. During the course of your database administration, you would have to continuously monitor and tweak that. You dont really have to tinker with lots of parameter. As you are using 10g, just read about sga_target and pga_aggregate_target in the documentation at tahiti.oracle.com
The DB is DBMS for store the data and run the batch process.Yes, dbms is for data :)
regards

Similar Messages

  • Issue:Oracle 8.1.6 running on solaris 9

    Hi,
    We are planning to upgrade OS version to 9 and DB Version from 8.1.6 to 10.2.0.2 on our Production Box using exp / imp method. In this effort, we will be doing OS upgrade first and will be doing db upgrade after a couple of days.
    Are there any issues if the Database version 8.1.6 running on Solaris 9.
    Thanx,
    KarthicK

    Possibly that it can't be done so you need to check that out. My recollection was that you had to be at 8.1.7.4.
    Personally I'd install the o/s on a different server, create a nice clean database, and then move the data. Servers are inexpensive and doing this you will likely inherit a boat load of legacy stuff that will cause many many headaches.
    Also do not expect any code written last millenium for 8.1.6 to perform well. You should do this first on a test box, several times, and then use it to tune your code.
    If you are planning to do this, no testing, on your production box make sure you have a pillow and blanket to bring into work. Oh and a really solid cold backup of the entire system that you have proven will work. You'll need that too.

  • Connect to MS-SQL Server from a Oracle 10g running under Solaris

    Hi,
    I have the following problem. I want to access a MS-SQL server from an Oracle database (10g Enterprise licence) that is running on Solaris.
    After googling a while, the following questions arise:
    - Is it correct that the Oracle Transparant Gateway for the SQL Server is not available on Solaris platforms (but only on Windows)?
    - Is it right, that the second possibility to solve this problem is to use an SQL-Server odbc driver for Solaris and access the SQL-Server over ODBC? And: Is this feature included in the Enterprise licence?
    - If yes, which driver is good and cheap ;-)?
    - Is there any other way to solve this problem?
    Thanks
    Aron
    Message was edited by:
    user583720

    I believe the Transparenet Gateway for SQL Server is available on Solaris. The problem is that you need a Unix based ODBC driver which you will also need to pay for.
    We had this same problem and decided to run a windows based Heterogeneous Services gateway and routed through it instead of using the SQL Server transparent gateway. The Heterogenous severives gateway is NOT an add on product (as is Transparent Gateway). The drawback would be performance as I would expect the native MS SQL transparent gateway to perform better, but in our case it worked acceptably.

  • Application running in Solaris 9 container generating core files. what to do?

    My solaris 9 zone configuration in solaris 10 looks like:
    zonecfg:sms> info
    zonename: sms
    zonepath: /zone/sms
    brand: solaris9
    autoboot: true
    bootargs:
    pool:
    limitpriv: default,proc_priocntl,proc_clock_highres,proc_lock_memory,sys_time,priv_proc_priocntl,priv_sys_time,net_rawaccess,sys_ipc_config,priv_proc_lock_memory
    scheduling-class:
    ip-type: exclusive
    hostid:
    [max-shm-memory: 4G]
    [max-shm-ids: 100]
    [max-sem-ids: 100]
    fs:
      dir: /var
      special: /dev/dsk/c1t0d0s5
      raw: /dev/rdsk/c1t0d0s5
      type: ufs
      options: []
    net:
      address not specified
      physical: bge0
      defrouter not specified
    device
      match: /dev/dsk/c1t0d0s5
    device
      match: /dev/rdsk/c1t0d0s5
    device
      match: /dev/dsk/c1t0d0s6
    device
      match: /dev/rdsk/c1t0d0s6
    device
      match: /dev/dsk/c1t0d0s7
    device
      match: /dev/rdsk/c1t0d0s7
    capped-cpu:
      [ncpus: 2.00]
    capped-memory:
      physical: 4G
      [swap: 8G]
      [locked: 2G]
    attr:
      name: hostid
      type: string
      value: 84b18f64
    attr:
      name: machine
      type: string
      value: sun4u
    rctl:
      name: zone.max-sem-ids
      value: (priv=privileged,limit=100,action=deny)
    rctl:
      name: zone.max-shm-ids
      value: (priv=privileged,limit=100,action=deny)
    rctl:
      name: zone.max-shm-memory
      value: (priv=privileged,limit=4294967296,action=deny)
    rctl:
      name: zone.max-swap
      value: (priv=privileged,limit=8589934592,action=deny)
    rctl:
      name: zone.max-locked-memory
      value: (priv=privileged,limit=2147483648,action=deny)
    rctl:
      name: zone.cpu-cap
      value: (priv=privileged,limit=200,action=deny)
    Solaris 9 zone /etc/system file looks like:
    * The directive below is not applicable in the virtualized environment.
    * The directive below is not applicable in the virtualized environment.
    * The directive below is not applicable in the virtualized environment.
    * The directive below is not applicable in the virtualized environment.
    * The directive below is not applicable in the virtualized environment.
    * The directive below is not applicable in the virtualized environment.
    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
    set rlim_fd_max=65536
    set rlim_fd_cur=60000
    * The directive below is not applicable in the virtualized environment.
    My questions are:
    1. Application running in solaris 9 container generating core files. what to do???
    2. My prstat -Z for zone shows almost 95% percent cpu usage. what to do???
    3. Kindly can share how to move solaris 9 into solaris 10 containers ??

    Based on the new questions for the same post you wrote in the other communities, some posts are removed as duplicate, here is the answer :
    For the point #3, please look on table 17-1 in the following URL :
    Zone Components - System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones
    You can also customize your container /etc/system file but it cannot exceeds the global zone and the zone configuration value.
    For the other point, #2, this can be complicated without a complete image of what the complete system do.
    Try fist to check if you have not a busy process in your zone, then you can check if a bottleneck exists in the I/O side. You use maybe wrong parameters, a wrong configuration or your system configuration is insufficient in term of resources.
    What I can see in the outputs that you provided is that the S9 zone uses the half of the swap space. This can impact your zone performance and I/O activity, and can have in this case a side effect on some processes. Check why your zone uses the swap and how you can remedy this.

  • Will Solaris 8 binary run on Solaris 2.6?

    Hi!
    If a C++ application is compiled on Solaris 8, would it run on Solaris 2.6? Are there any flags that need to be set to get binary compatibility across OS versions? Are the dynamic libraries (Cstd, Crun etc.) binary compatible?
    Any responses would be of great help,
    TIA,
    Mark

    Running applications on older OSes than they were built on is not supported and will often result in problems.
    Just one reason for this is that newer OSes can incorporate functionality and library interfaces (APIs) that do not exist on older OS platforms.
    If compatibility with Solaris 2.6 is needed, then the application should be written to comply with the Solaris ABI (Application Binary Interface) and built on Solaris 2.6. Likewise, if OSes older than 2.6 need to be supported, the application should be compiled on the oldest supported OS.
    Due to Sun's desire to maintain backward compatibility,
    applications which are ABI compliant and are compiled on older OSes should run fine on newer OSes.
    - Rose

  • Sparc Storag Array 102 needs to run under solaris 10

    I need to get a Sparc Storage Array to run under solaris 10. The soc driver that is needed is not supportted under solairs 10. I took the packages needed off of solari 9 cd and installed them but no luck. I tried to to do a modload and modinfo but it was not there.
    The package loaded a file into /kernel/drv/sparcv9/soc. I have solaris 9 onanother disk on the same system and looked at the system trying to copy and edit the files on 10 but not device paths show up in the system. I copyied a file called soc that was in /kernel/drv/ I edited the /etc/device_aliases and path_to_inst but no good.
    There are no entries in the /devices/ dir that reference the soc path. I do not if than can work but really would like to get this working.

    The fibre interface on that beast is NOT a Gigabit connection,
    such as is common on current systems.
    It was a 100Mbps connection through an array controller,
    running with a 40MHz microSPARC II control module.
    You'd exceed its throughput capabilities in any attempt
    to read or write data at or beyond that 100Mbps rate.
    I don't anticipate much assistance in these forums for a technology that goes back a decade-and-a-half.
    Contributors familiar with products from that era stopped posting in 2006
    when the previous supportforum.sun.com was merged into this one.
    We'll all look forward to your guidance after you succeed.
    You'll teach the rest of us.

  • Can Java SDK 2.1 run on solaris 8?

    hi
    anyone knows whether java sdk 2.1 runs on solaris 8??
    cheers
    mike

    Hi mike,
    JSDK2.1 will support Solaris 8.You can downlpad JSDK2.1 solaris version from
    http://java.sun.com/products/servlet/archive.html.
    If you have any doubts please post the error ,essages so that it can be helpful for me to solve your problem.
    Hope this will help you.
    Regards,
    Anil.
    Technical Support Engineer.

  • Does WLS 4.5.1 Run on Solaris 2.7 (x86) ???

    All--
    Does WLS 4.5.1 run on Solaris 2.7 (x86) or does it not? The system in
    question was running Solaris 2.6 (x86) and WLS 4.5.1 ran quite happily
    on that. What is the snag with 2.7? I am using JDK 1.1.7 (and have
    alternated w/ JDK 1.2.1).
    Mainly, WLS keeps looking for (and not finding) 'weblogicunix1' shared
    library file. I have nativeIO disabled but the server insists on this
    behaviour.
    Further, I have seen news postings regarding issues with servers that
    are running on Solaris 2.7 (x86) so it is obvious that it does indeed
    run. What is the trick to getting it working? It seems to trip up when
    attempting to bind to the assigned ports.
    Any tips/advice/suggestions will be greatly appreciated!
    TIA
    Ben

    We have not certified on X86 Solaris, there is no business case for it.
    Having said that I think this library should only load if you are running
    as a priv user and try to switch to nobody status. This library does not
    exist for x86.
    Sorry
    Mark G.
    In article <[email protected]>, [email protected]
    says...
    Sorry. Here's the error message I keep getting:
    Tue Jun 06 09:38:46 EDT 2000:<E> <SSLListenThread> ListenThread:run
    failed:
    Tue Jun 06 09:38:46 EDT 2000:<E> <SSLListenThread>
    java.lang.UnsatisfiedLinkError: no weblogicunix1
    in java.library.path
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Error.<init>(Error.java:50)
    at java.lang.LinkageError.<init>(LinkageError.java:43)
    at
    java.lang.UnsatisfiedLinkError.<init>(UnsatisfiedLinkError.java:42)
    at java.lang.ClassLoader.loadLibrary(Compiled Code)
    at java.lang.Runtime.loadLibrary0(Runtime.java:471)
    at java.lang.System.loadLibrary(System.java:745)
    at <Unloaded Method>
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName0(Compiled Code)
    at java.lang.Class.forName(Compiled Code)
    at
    weblogic.platform.OperatingSystem.getOS(OperatingSystem.java:77)
    at weblogic.t3.srvr.T3Srvr$1.run(T3Srvr.java:1174)
    at weblogic.t3.srvr.Callback.done(Callback.java:37)
    at
    weblogic.t3.srvr.SSLListenThread.newServerSocket(SSLListenThread.java:341)
    at weblogic.t3.srvr.ListenThread.run(Compiled Code)
    Tue Jun 06 09:38:46 EDT 2000:<E> <SSLListenThread> **** The WebLogic
    Server is no longer listening f
    or connections.
    Tue Jun 06 09:38:46 EDT 2000:<E> <SSLListenThread> **** You should
    probably restart it.
    Tue Jun 06 09:38:46 EDT 2000:<I> <WebLogicServer> Server shutdown by
    system
    Tue Jun 06 09:39:44 EDT 2000:<I> <WebLogicServer> WebLogic Server
    started
    Tue Jun 06 09:39:44 EDT 2000:<I> <WebLogicServer> Server shutdown
    commencing NOW
    ==================================================
    NewsGroup Rant
    ==================================================
    Rant 1.
    The less info you provide about your problem means
    the less we can help you. Try to look at the
    problem from an external perspective and provide
    all the data necessary to put your problem in
    perspective.

  • Is there any way to know whether a report server is running in solaris

    Hi
    Could you please tell me is there any wat to know whether a report server is running in solaris or not?
    And if running what is the name of the Report server?
    Thanks

    On windows, you can read the environment-variable "OS" with the following code. Maybe there is somethins similar on Solaris.
    function BeforeReport return boolean is
      vcOs VARCHAR2(2000);
    begin
      tool_env.getvar('OS', vcOs);
      srw.message(1,vcOs);
      return (TRUE);
    end;

  • Can Solaris v 9 SPARC software run on Solaris v9 x86 OS?

    Can certifiied Solaris v9 SPARC software run on Solaris v9 x86 OS? If not what is the benefit of using the x86 version of Solaris 9?
    Marius Roets

    If you are asking will the binaries run, the short answer is no, the binaries are not compatible.
    If you have src you should be able to compile and then install/run the software.

  • Which fortran9 compiler can run on solaris 1.2? or Fortran can migrate fom

    Which fortran9 compiler can run on solaris 1.2?Where can I get it?
    Fortran can migrate from sparc to x86? all on solaris os. is there any difficulty? any reference?
    thanks alot!

    Which fortran9 compiler can run on solaris 1.2?Where
    can I get it?Please check the support matrix at:
    http://developers.sun.com/prodtech/cc/support/support_matrix.jsp
    Rose

  • Oracle 10.2.0.5 is certified to run on Solaris 10 update 5.

    Oracle 10.2.0.5 is certified to run on Solaris 10 update 5.

    Yes, any Solaris 10 version will suffice.
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    HTH
    Srini

  • Does Oracle Enterprise Database 8.1.6 run on Solaris 2.8

    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

    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

  • Latest JRE version that will run on Solaris 2.5.1?

    Could anyone tell me the latest possible version of the JRE that will run on Solaris 2.5.1? I know that 1.3 will run on Solaris 2.6, but I can't seem to find a definitive answer regarding Solaris 2.5.1. Thanks!

    OK, for anyone else dealing with this type of issue, the fix is simple:  Install the Creative Cloud desktop app if you haven't.  Click on Apps, filter apps by "previous version" and boom, legacy apps.  Easy.

  • Problems installing oracle10g database on solaris 10 running on AMD64 3200+

    I wanted to install oracle 10g database on Solaris 10 06/06 running on AMD Athlon64 3200+ processor. I downloaded Oracle Database 10g Release 2 (10.2.0.1.0) for Solaris Operating System (x86-64) from the oracle 10g database download page. It was of 739,713,699 bytes size which is more than a CD could contain (702MB). So I extracted the contents of the zip file on the disk and split them into two parts in different directories as:
    Part 1 containing:
    1. {split_directory1}/doc .... folder
    2. {split_directory1}/install .... folder
    3. {split_directory1}/response .... folder
    4. {split_directory1}/runInstaller .... folder
    5. {split_directory1}/welcome.html .... file
    Part 2 containing:
    1. {split_directory2}/stage .... folder
    I then burned them into two separate disks as compressed zip files
    one of size 8.05MB and the other of size 697MB.
    To install it I first extracted the contents of both the zip files in a common folder with same directory structure. Then i run the runInstaller file.
    But an error message is displayed saying:
    "./runInstaller: /opt/oracle/install/.oui: cannot execute"
    where "/opt/oracle" is the common folder containing the extracted files.
    Can you tell me what went wrong and how to install the oracle database correctly.
    Presently I do not have a direct internet connection to the Solaris machine and I am quiet sure that I have not missed any file while splitting and burning the on CD.

    Hi,
    Why aren't you just unzip the file locally, on your target server? It shouldn't use a lot of space.
    Regards,
    catalin.

Maybe you are looking for

  • UDF field in Crystal in Sales Order Layout

    Hi, I want to Include UDF field in sales order layout, when i open default layout it shows only standard in RDR1(UDF for rowlevel ) it doesn't shows UDF fields. Now i connected database and re-established OLE DB connection and pulled the RDR1 table,

  • Adobe X standard

    When commenting on documents with text callouts. I can change the properties ok. But after Adobe is closed and reopened changed properties are not saved. Any feed back on how to make properties to stay as default?

  • Syncing pictures without duping the file

    I already had a photo library file on my Iphone with a few pics. I added new pics by syncing from my pc and it duplicated the file on my Iphone and added a second file using the name I had the pictures saved in from the PC. Now I have two files with

  • Chart Insertion Type

    Hi, I am new to Xcelsius. I need more details on insertion types position,values,row, column and status list. which scenarios which insertion type used. Thanks in advance Aravind.S

  • What trick to get SD card reader to read jpeg files from SDHC card

    I need to be able to read jpg files directly from SD HC cards into the iPad. This is not working. I have tried bunches of things. The card clearly contains 164 files. The iPad just cant see them... What things can I try to make the card visible to th