Sponsored Content
Full Discussion: Oracle 10g on AIX7
Operating Systems AIX Oracle 10g on AIX7 Post 302640785 by cero on Tuesday 15th of May 2012 10:09:05 AM
Old 05-15-2012
MOS (former MetaLink) says it's not certified.
 

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

oracle 10g

I have download Oracle 10g for Solaris and I have configurate environment than I will start runInstaller and I have a messege that my version of solaris is not 5.7 , 5.8 and 5,9 I have 5.10 Solaris version what I shoud do I have download most actuall Oracle databases. (4 Replies)
Discussion started by: Deux
4 Replies

2. Solaris

Oracle 10G installation on Solaris 9

Hi Guys, I need to install Oracle 10g on solaris 9, the server is not in cluster. The server is already running applications like OVO and Weblogic. Can you guys please tell me the steps to do this and what paramaters ( Kernal and otherwise) which need to be modified? There will be about 100... (2 Replies)
Discussion started by: nitinkgoud
2 Replies

3. Red Hat

Help installing Oracle 9i/10g on RedHat?

If anybody can help would be greatly appreciated... I get the same error with Oracle 9i & 10g when installing on Red Hat Fedora 4, it's java related... Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-03-16_01-09PM/jre/lib/i386/libawt.so: connat restore segment... (0 Replies)
Discussion started by: Joncamp
0 Replies

4. AIX

oracle 10g on AIX 5

hi can anyone help me by telling step by stem oracle10g installation in AIX 5 . Munir mondolsoft Bangladesh (3 Replies)
Discussion started by: dbamunir
3 Replies

5. Solaris

Installing oracle 10g on solaris

Thanks all for your help. Now here is another problem i have, i have been trying to install oracle 10g on solaris but i keep getting this error message "there is not enough memory on the volume you specify to copy the starter database files the oracle universal installer discover that you have... (8 Replies)
Discussion started by: mutiat
8 Replies

6. Solaris

How can i install oracle 10g on x86

Please guide me to install oracle 10g in x86 machine running solaris10. I tried the method that is distributed with the Oracle cd, but i finds it to be too complicated for me to complete. Please help. (2 Replies)
Discussion started by: Sesha
2 Replies

7. Programming

Oracle 10g tables dumps

HI All, I am using Oracle 10g . Want to take dumps(.dmp log) from many tables with where clause having same schema. ex : TB_MTH_ORA_CAB "WHERE TRUNC(dw_entry_dt )= TO_DATE('01-JAN-2011')" TB_AM_AT_OSS_MAT "WHERE TRUNC(dw_entry_date )>= TO_DATE('01-JAN-2011') AND TRUNC(dw_entry_date )<=... (4 Replies)
Discussion started by: Perlbaby
4 Replies
LOTRS(3)						 MBK LOGICAL STRUCTURE DEFINITIONS						  LOTRS(3)

NAME
lotrs - mbk logical transistor DESCRIPTION
The lotrs is used to describe a logical transistor. It is mostly used to describe leaf cells in terms of transistors interconnections, and as a result of layout extractions. Since the only target technology is CMOS, only NMOS and PMOS transistors are used. The declarations needed to work on lotrs are available in the header file "/labo/include/mlo.h". The following C structure supports the description of the logical transistor : typedef struct lotrs { struct lotrs *NEXT; struct locon *DRAIN; struct locon *GRID; struct locon *SOURCE; struct locon *BULK; char *TRNAME; long X,Y; unsigned short WIDTH, LENGTH; unsigned short PS, PD; unsigned short XS, XD; char TYPE; struct ptype *USER; } lotrs_list; NEXT Pointer to the next lotrs of the list. DRAIN Pointer to the drain connector of the transistor. This connector is, of course unique. See locon(3) for details. GRID Pointer to the grid connector of the transistor. This connector is, of course unique. See locon(3) for details. SOURCE Pointer to the source connector of the transistor. This connector is, of course unique. See locon(3) for details. BULK Pointer to the bulk connector of the transistor. This connector is, of course unique. See locon(3) for details. TRNAME Transistor instance name X, Y Coordinates of the transistor in a layout. These informations have sens only if the transistor netlist is the result of a layout extraction. They are otherwise set to zero. These coordinates are given in micron times the scale factor SCALE_X, since the extracted view is technology dependant. WIDTH, LENGTH Respectivly width and length of the transistor grid. PS, PD Respectivly perimeter of the source and drain, in micron times the scale factor SCALE_X. XS, XD These values are needed to compute respectivly the source and drain areas. Let As be the source area in square microns, and Width be the transistor grid width in micron, then lotrs->XS = As / Width * SCALE_X TYPE Canal type of the transistor. Six legal values are available : TRANSN N type MOS transistor TRANSP P type MOS transistor TRANSN_FAST High speed N type MOS transistor TRANSP_FAST High speed P type MOS transistor TRANSN_HVIO Low Leakage N type MOS transistor TRANSP_HVIO Low Leakage P type MOS transistor USER Pointer to a ptype list, see ptype(3) for details, that is a general purpose pointer used to share informations on the transistor. Remark : In integrated techniques, NMOS transistor bulk for digital circuits is always set to ground, and PMOS transistor bulk for digital circuits is always set to positive supply. SEE ALSO
mbk(1), addlotrs(3), dellotrs(3), locon(3), lofig(3), ptype(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 August 6, 2002 LOTRS(3)
All times are GMT -4. The time now is 08:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy