"Menggebunya semangat tak akan mampu menerobos benteng takdir."

Oracle

 ◊  Rebuilding TORA to support Oracle in Debian Squeeze

by danang.wijanarko@gmail.com


Who you are supposed to be ?

You are a geek ...

You are an integrator or architect ...

You are lost in *nix OS, and forgot how to use m$ windows ...

You are in forced to deal with Big Head Oracle ...

You are jealous that people in m$ windows world easily diggin' to Oracle database using TOAD ...

and you are a handsome guy that using bloody Debian Squeeze !!!

So if you are all of that, lets continue.

Prerequisites

Install the oracle instance client on your Squeeze, take a look on my article "Oracle Instance Client @ Debian Squeeze"

# apt-get install cmake cdbs qt4-qmake libqt4-dev libqscintilla2-dev
# cd /tmp
# apt-get source tora

Build and Install

Get the oracle include path and oracle home path of

 ◊  Oracle Instance Client @ Debian Squeeze

by danang.wijanarko@ gmail.com

 

What is it ?

My intention is to help you people debian bloody user to put a connection client of oracle instance client for your own work. But some prerequisite need to be installed first.

If you're still have some interest on this subject, so let's continue.

Prerequisites

Get the oracle-instantclient11.1-basiclite-11.1.0.7.0-1.i386.rpm, oracle-instantclient11.1-devel-11.1.0.7.0-1.i386.rpm, and oracle-instantclient11.1-sqlplus-11.1.0.7.0-1.i386.rpm from http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/...

# apt-get install libaio1 alien

Then install the client that previously we download

# alien -i oracle-instantclient11.1-basiclite-11.1.0.7.0-1.i386.rpm
# alien -i oracle-instantclient11.1-devel-11.1.0.7.0-1.i386.rpm
# alien -i oracle-instantclient11.1-sqlplus-11.1.0.7.0-1.i386.rpm

Find the library path of

 ◊  Oracle database management Quick User Guide

by danang.wijanarko@gmail.com from net

 

 


 

Tables

Creating Tables

Oracle data is stored in tables which represent your fundamental schema design. You create them with the create table command:

create table tablename ( columnname type, columnname type ...);

where tablename is the name of your table, columnname is the name of your column and type is the type as specified in the table below. There are additional types available, however these are the most common. Give some thought as to the order of columns as it can effect the default order they are displayed and data is entered. 

Type Description
varchar2(n) variable length string up to n with maximum 2000 characters. Specified as 'characters' where characters
are the characters in the string.
date holds a date. By default they are specified as day-month-year as in '12-DEC-1990'
number integer or real value up to 40 decimal digits
number(n) up to n digits
number(n,d) up to n digits with d after the decimal point. The use can help provide formatting information to applications

 

Observing Table Information

The easiest way to get information

"Bekatul Port" Personal Enterprise Number (PEN) registered @ IANA OID

ASN.1 Notation: {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 30347}

Dot Notation: 1.3.6.1.4.1.1.30347

IRI Notation: oid:/ISO/Identified-Organization/6/1/4/1/30347

Syndicate content


View Stat Counter