Sponsored Content
Full Discussion: Oracle Solaris 11
Operating Systems Solaris Oracle Solaris 11 Post 302979810 by daviey.daviey on Friday 19th of August 2016 06:51:08 AM
Old 08-19-2016
Oracle Solaris 11

Hello Friends

I was running Solaris 10 on SunFire X2200 M2, with 40 Sunray 270 units, and would like to advance to a higher version of Solaris,

Can anybody with experience on this help how to go about it, or if there is any other open source os to go with the hardware advice

Thanks in advance
 

6 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Oracle on solaris.

Good afternoon Unix folks, I have been asked to find out if there is an ideal way to setup oracle on sun solaris. Right now, I have 2 36gig drives mirrored for my root volume. I have 4 more raid 5 for my datavolume. For io purposes, I need to break up these drives to prove that io is the... (2 Replies)
Discussion started by: niasdad
2 Replies

2. Solaris

Oracle on Solaris

Hi friends, i am given a new login id on a solaris system.And i have the basic .profile for that.Once i log in to that system how can i check if there is oracle installed on that solaris system ? I would want to set the path and other variables if i find that oracle is installed on it. Please... (6 Replies)
Discussion started by: sveera
6 Replies

3. UNIX for Advanced & Expert Users

oracle on solaris

Hi Friends , I need to connect to Oracle using sqlplus and it says that sqlplus is not found . I need to check if Oracle is running or not .is there any command to check if oracle is running ? Please help Thanks in advance Veera (2 Replies)
Discussion started by: sveera
2 Replies

4. Shell Programming and Scripting

Oracle on Solaris

Please is there a way and how can I check is my oracle database OK on my solaris I did not istall that database but on processes I can see there are lot of oracle processes running ..also I would like to use that database.. That was my first q and second: I can telnet that machine from my local... (1 Reply)
Discussion started by: amon
1 Replies

5. Solaris

solaris-oracle

Hi, what are all best performance practices we can set in solaris box for oracle database 10.2.0.2 Thanks. (3 Replies)
Discussion started by: rags_s11
3 Replies

6. Solaris

Oracle Db on Solaris OS

What is the minimum amount of RAM a db could be made to run on solaris OS .. i just need to test high availability failover of oracle db on a VM so want to make the db as thin as possible and to make it run on least amount on memory. (1 Reply)
Discussion started by: fugitive
1 Replies
GLVERTEXATTRIBDIVISO(3G)					    OpenGL 3.3						  GLVERTEXATTRIBDIVISO(3G)

NAME
glVertexAttribDivisor - modify the rate at which generic vertex attributes advance during instanced rendering C SPECIFICATION
void glVertexAttribDivisor(GLuint index, GLuint divisor); PARAMETERS
index Specify the index of the generic vertex attribute. divisor Specify the number of instances that will pass between updates of the generic attribute at slot index. DESCRIPTION
glVertexAttribDivisor modifies the rate at which generic vertex attributes advance when rendering multiple instances of primitives in a single draw call. If divisor is zero, the attribute at slot index advances once per vertex. If divisor is non-zero, the attribute advances once per divisor instances of the set(s) of vertices being rendered. An attribute is referred to as instanced if its GL_VERTEX_ATTRIB_ARRAY_DIVISOR value is non-zero. index must be less than the value of GL_MAX_VERTEX_ATTRIBUTES. NOTES
glVertexAttribDivisor is available only if the GL version is 3.3 or higher. ERRORS
GL_INVALID_VALUE is generated if index is greater than or equal to the value of GL_MAX_VERTEX_ATTRIBUTES. SEE ALSO
glVertexAttribPointer(), glEnableVertexAttribArray(), glDisableVertexAttribArray() COPYRIGHT
Copyright (C) 2010 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/. OpenGL 3.3 03/08/2011 GLVERTEXATTRIBDIVISO(3G)
All times are GMT -4. The time now is 10:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy