Re: oracle & linux

From: Kari Pannila <Xkartsa_at_ougf.fi>
Date: 2000/05/14
Message-ID: <391ED425.5C72626F_at_ougf.fi>#1/1


Petra Wierczimok wrote:

> where i can get windowstools to test the connection (the windowsclient
> connect the oracle server that runn on linux)
>

You can get these from technet.oracle.com  

> create tabel new (firstname char(22), name char(34) ) create a database
> on my oracle system.

  CREATE TABLE NEW_TABLE(firstname varchar2(22),lastname varchar2(34));

> the command ---show tables ---print under mysql the tables under orcale
> i get an error message

  SELECT * FROM ALL_TABLES;  
> insert into new values("dd","dd")

  INSERT INTO NEW_TABLE VALUES('dd','dd');   COMMMIT; regard Kari

(Mr.) Kari Pannila

      Oracle DBA (OCP)
      TietoEnator Corp, Finland

PS. Delete X from my mail address , it (X) is only for SPAMMERS.

    Poista X mail-osoitteen edestä, se on SPAMmereita varten. Received on Sun May 14 2000 - 00:00:00 CEST

Original text of this message