Sponsored Content
Full Discussion: Installation of Oracle!!!!
Top Forums UNIX for Dummies Questions & Answers Installation of Oracle!!!! Post 11400 by tmanpakdee on Tuesday 4th of December 2001 06:04:35 PM
Old 12-04-2001
LivinFree,
Thank you. As you wish, we'll try to keep things a little more organized. Sorry about that. Smilie

Respectfully,
Toneman.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

oracle installation on redhat 7.0/7.1

can anybody tell me that whether oracle 8i is installable on redhat 7.0/7.1. for me it is only working successfully on redhat 6.1 but not later versions cheers (3 Replies)
Discussion started by: balu
3 Replies

2. Solaris

Solaris 8 Oracle 9i Installation

Hello; I am hoping that one of you Guru's out there has run across this problem and can tell me exactly where I am messing up. I have a Sun Ultra 10 with 1GB of memory and 2GB of swap space. I am trying to install Oracle 9i on the system. All goes well with the installation until the... (2 Replies)
Discussion started by: rambo15
2 Replies

3. Solaris

oracle 9i installation

Let me please know how to install oracle 9i in SOLARIS 5.8 version ... I'm having oracle9i CDROM with me. (1 Reply)
Discussion started by: arun.viswanath
1 Replies

4. UNIX for Dummies Questions & Answers

Oracle 9i Installation

Will any one refer me a site form where I can get the info about "Oracle 9i installation in Solaris 8 or Solaris 10". (1 Reply)
Discussion started by: arun.viswanath
1 Replies

5. HP-UX

Installation of Oracle on HPUX 11.31

I am having issues the below issues:- As per the documents Preinstallation Tasks I have linked the following files :- # cd /usr/lib # ln -s libX11.3 libX11.sl # ln -s libXIE.2 libXIE.sl # ln -s libXext.3 libXext.sl # ln -s libXhp11.3 libXhp11.sl # ln -s libXi.3 libXi.sl # ln -s... (0 Replies)
Discussion started by: grayhorns
0 Replies

6. Solaris

Oracle 10 on Solaris 10 installation

Good evening, I am trying to install the oracle 10 in Solaris 10 and oracle requires following patches to be installed: 117837-08 117846-19 118682-01 I have downloaded above from sunsolve.com and when I add the patch with following command: patchadd -M xxxxx the are not installed... (10 Replies)
Discussion started by: aa_monster
10 Replies

7. Shell Programming and Scripting

Perl connect to remote oracle db without local oracle installation

I want to use Perl to connect to a remote Oracle DB I have no oracle installation on my server (and dont plan on installing one) I am using solaris 9 on x86 server. Is this possible? I basically want to run some basic sql queries on the remote oracle db which I have access to using perl on my... (0 Replies)
Discussion started by: frustrated1
0 Replies

8. UNIX and Linux Applications

Oracle installation error

Hi, While running runInstaller to open up the Oracle Universal Installer, I got an error - >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<< This is what I have done - I logged in with Oracle... (9 Replies)
Discussion started by: jld
9 Replies

9. Solaris

oracle installation...

hi am senthil i have downloaded 10202_database_solx86.zip from oracle website .. the above ZIP file is oracle 10g for solaris 10.. i need the installation procedure for oracle 10g on solaris 10.. thanks.. (4 Replies)
Discussion started by: senkerth
4 Replies

10. UNIX for Dummies Questions & Answers

Oracle installation on cygwin

Can someone help in Oracle installation on cygwin (2 Replies)
Discussion started by: Uinx_addic
2 Replies
QwtArraySeriesData(3)						 Qwt User's Guide					     QwtArraySeriesData(3)

NAME
QwtArraySeriesData - Template class for data, that is organized as QVector. SYNOPSIS
#include <qwt_series_data.h> Inherits QwtSeriesData< T >. Public Member Functions QwtArraySeriesData () QwtArraySeriesData (const QVector< T > &) void setSamples (const QVector< T > &) const QVector< T > samples () const virtual size_t size () const virtual T sample (size_t) const Protected Attributes QVector< T > d_samples Detailed Description template<typename T> class QwtArraySeriesData< T > Template class for data, that is organized as QVector. QVector uses implicit data sharing and can be passed around as argument efficiently. Constructor &; Destructor Documentation template<typename T > QwtArraySeriesData< T >::QwtArraySeriesData () Constructor. template<typename T> QwtArraySeriesData< T >::QwtArraySeriesData (const QVector< T > &samples) Constructor Parameters: samples Array of samples Member Function Documentation template<typename T > T QwtArraySeriesData< T >::sample (size_ti) const [virtual] Return a sample Parameters: i Index Returns: Sample at position i Implements QwtSeriesData< T >. template<typename T > const QVector< T > QwtArraySeriesData< T >::samples () const Returns: Array of samples template<typename T> void QwtArraySeriesData< T >::setSamples (const QVector< T > &samples) Assign an array of samples Parameters: samples Array of samples template<typename T > size_t QwtArraySeriesData< T >::size () const [virtual] Returns: Number of samples Implements QwtSeriesData< T >. Member Data Documentation template<typename T> QVector<T> QwtArraySeriesData< T >::d_samples [protected] Vector of samples. Author Generated automatically by Doxygen for Qwt User's Guide from the source code. Version 6.0.0 Fri Apr 15 2011 QwtArraySeriesData(3)
All times are GMT -4. The time now is 04:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy