Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7709273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:49:14+00:00 2026-06-01T00:49:14+00:00

Hi Following is the syntax for creating table in mysql. I want to create

  • 0

Hi Following is the syntax for creating table in mysql.
I want to create table with same properties in oracle9i.
Can anyone provide me the equivalent syntax for oracle?

 CREATE TABLE IF NOT EXISTS "tbl_audit_trail" (
      "id" int(11) unsigned NOT NULL,
      "old_value" text NOT NULL,
      "new_value" text NOT NULL,
      "action" varchar(20) CHARACTER SET latin1 NOT NULL,
      "model" varchar(255) CHARACTER SET latin1 NOT NULL,
      "field" varchar(64) CHARACTER SET latin1 NOT NULL,
      "stamp" timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
      "user_id" int(11) NOT NULL,
      "model_id" varchar(65) CHARACTER SET latin1 NOT NULL,
      PRIMARY KEY ("id"),
      KEY "idx_user_id" ("user_id"),
      KEY "idx_model_id" ("model_id"),
      KEY "idx_model" ("model"),
      KEY "idx_field" ("field"),
      KEY "idx_old_value" ("old_value"(16)),
      KEY "idx_new_value" ("new_value"(16)),
      KEY "idx_action" ("action")
    ) AUTO_INCREMENT=168 ;
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T00:49:15+00:00Added an answer on June 1, 2026 at 12:49 am

    Migrating to Oracle 9i is a bad idea. Assuming that by “9i”, you mean 9.2.0, extended support ended 30-JUL-2010. If you’re talking 9.0.1, extended support ended 30-JUN-2006.

    If you’re bound and determined to go down this path, Oracle documentation is freely available at http://docs.oracle.com/. Except, wait, no…..no 9i documentation! It’s considered too old and has been removed.

    Your options for 9i documentation are probably to do some Google searching, see if it’s still available from Oracle as a download, or available elsewhere.

    But my strong recommendation is to not use Oracle 9i for this project! Go to 11gR2, preferably 11.2.0.3.0. If there’s an existing database, talk to your client, get it upgraded to 11gR2 before you begin.

    Just because the client said something, doesn’t mean it’s right. You are the Oracle expert. You need to educate him.

    Hope that helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create an alias for a class name. The following syntax would
In batch script, I can run an R script with the following syntax: Rterm.exe
I have 13 properties following similar syntax as the one below: Public Property Get
The typical syntax for creating a db link is as follows: create database link
When creating jQuery objects I've used the following syntax lately, as described here :
I created a table in MySQL with on column itemID . After creating the
create unique index In DB2 UDB I can create an index using the following
I've settled on the following style of creating properties (with a backing field): private
I'm using the following syntax to loop through a list collection: For Each PropertyActor
I found the following syntax as a VB.NET property and I'm trying to convert

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.