+ Post New Thread
Page 1 of 5
1 2 3 4 ... LastLast
Threads 1 to 20 of 84

Forums: General

General Oracle Database Discussions

  1. CLustered Primary key in oracle

    Hi, Can any one please tell me how to create a clusterd primary key in oracle? Also is it possible to add ASC(ascending) clause to each field in...

    Posted By sonalj
    add, clause, clustered, create, erd, field, key, oracle, primary
    • Replies: 1
    • Views: 45
    02-23-2010 02:41 PM Go to last post
  2. Smile Get Oracle Database Parameters at SQL Prompt

    Hi All, 1) My Basic Question with big Description If I need to know the following parameters of my current database for which am executing the...

    Posted By sidharthmellam
    basic, command, commands, content, database, file, index, optimizer, oracle, sql
    • Replies: 4
    • Views: 111
    02-17-2010 04:18 AM Go to last post
  3. database for timekeeping

    hi! I would like to make a table for employees who give their input and output record the date and time server. this table one to place in a form...

    Posted By strosala
    2 Pages
    1 2
    • Replies: 11
    • Views: 137
    01-31-2010 08:18 PM Go to last post
  4. Bank fraud detection scenarios

    Hi all, I am working as a dba in a small bank and I got an assignment to develop an in-house tool for detecting fraud scenarios. I know the...

    Posted By rhodesian
    data, dba, ests, line, multiple, online, part, small, transactions, working
    • Replies: 1
    • Views: 52
    01-28-2010 11:55 AM Go to last post
  5. Urgent Need Help on Oracle Auditing

    Hi All, We are tyring to turn On auditing for our Oracle Database(9i/10g). REquirement is to audit the insert/delete/update statements of the...

    Posted By rahulkadam
    database, delete, eam, insert, oracle, row, tables, triggers, update, write
    • Replies: 7
    • Views: 433
    01-22-2010 05:53 AM Go to last post
  6. partition table on daily basis and delete old partitions on weekly basis

    Please let me know how we can partition on day basis. And delete partition on daily basis. 1) We have one current old data base which has 59...

    Posted By sree0213
    data, database, date, day, delete, hat, oracle, oracle 10g, tables, write
    • Replies: 1
    • Views: 177
    01-11-2010 12:53 PM Go to last post
  7. Lightbulb Access Old Metalink HTML version

    I think everyone is as upset with the new Metalink Flash version as I am. It takes forever to load, has tons of bugs, keeps disconnecting, doesn't...

    Posted By Sadik
    access, bugs, files, find, hyperion, issues, metalink, siebel, users, version
    • Replies: 2
    • Views: 877
    01-05-2010 12:17 PM Go to last post
  8. Smile Odbc & jdbc

    Hi All What is the difference between ODBC & JDBC Connectivity Can someone explain with examples. Regds

    Posted By sidharthmellam
    amp, connectivity, difference, explain, jdbc, odbc
    • Replies: 0
    • Views: 63
    01-04-2010 05:50 PM Go to last post
  9. Question Oracle and Tibco

    Hello I am a tibco BW developer and I ma trying to install Oracle 10g XE and use it in tibco environment I used to work on data grapes earlier...

    Posted By chaits
    10g, check, data, developer, hat, install, installed, oracle, oracle 10g, work
    • Replies: 1
    • Views: 81
    01-03-2010 02:49 PM Go to last post
  10. Using one global temporary table for multiple schemas

    Hi there, I'm new to using global temporary tables in Oracle. I'm using Ora cle 10g R2. I have multiple schema's in the database. Each schema...

    Posted By Mariane
    create, database, delete, insert, oracle, schema, select, table, tables, update
    • Replies: 1
    • Views: 183
    12-22-2009 02:35 PM Go to last post
  11. Help on Migration Scripts

    Hello, I am new to Oracle, and the task I have with me is to migrate database tables of one version of an application to another. With the help...

    Posted By Ravizzz
    database, insert, install, migration, note, oracle, user, version, work, write
    • Replies: 1
    • Views: 108
    12-15-2009 08:13 PM Go to last post
  12. schedulling one user package

    hello, Can you send me the steps to schedulle one user package using the Oracle EM 10g. Thanks, Serge

    Posted By sergiobonfim
    10g, oracle, package, schedulling, send, steps, user
    • Replies: 0
    • Views: 78
    12-14-2009 10:56 AM Go to last post
  13. SQL* PLUS Connection Problem

    Hi, I m new to Oracle. When I installed Oracle on my system( Windows XP), a default database is created with named "Pankaj". I was using SQL * PLUS....

    Posted By pankaj25
    2 Pages
    1 2
    database, enterprise manager, hat, manager, oracle, sql, sys, system, test, windows
    • Replies: 10
    • Views: 289
    12-14-2009 09:46 AM Go to last post
  14. Smile data Reconciliation

    Hi All, I am new to Oracle. Currently we are using perl predefined method for data Reconciliation. we are giving two .tsv file as input and it...

    Posted By thyagub
    data, entries, file, files, giving, implementing, logic, method, oracle, predefined, procedure
    • Replies: 0
    • Views: 100
    12-08-2009 05:18 AM Go to last post
  15. connect iSQL*Plus with SYS

    Hello, I have Oracle 9i on Windows XP. I m able to connect iSQL*Plus(web-based) through Scott user easily. But when I try to connect it using SYS...

    Posted By pankaj25
    based, connect, hat, isql*plus, oracle, password, sys, user, web, windows
    • Replies: 4
    • Views: 251
    12-03-2009 09:54 AM Go to last post
  16. Increase right side margin in report builder

    hi...i am a new user to oracle, where i built report using Report Builder 6.0.8.11.3. How i can increase the margin? By default, it is 7.5...

    Posted By jacob_joseph
    builder, default, horizontal, increase, make, oracle, pls, report, report builder, user
    • Replies: 6
    • Views: 187
    11-26-2009 04:19 AM Go to last post
  17. Oracle Stored Procedure

    Can anyone please help/guide me how write a 3 parameter Stored Procedure to delete rows from multiple tables ? I was trying to write it as follow....

    Posted By nishapd
    delete, guide, multiple, oracle, procedure, rows, stored, tables, write, wrong
    • Replies: 2
    • Views: 133
    11-25-2009 12:42 PM Go to last post
  18. what will be the return value of COUNT(*) if no records were selected by the group by

    Hi, i have a query like this select field1,count(*) from table1 where field1 in(5,3,7) group by field1 i want zero to be displayed incase of no...

    Posted By premamythili
    case, count, field, group, query, records, return, rows, table, values
    • Replies: 2
    • Views: 167
    11-25-2009 09:14 AM Go to last post
  19. Looking for Help on Essbase

    Hello Experts, I am trying to explore Essbase, would appreciate if you gurus help me start also what are the presquisits for the same. Many...

    Posted By aksgtz
    essbase, experts, start, tha
    • Replies: 0
    • Views: 44
    11-18-2009 07:26 AM Go to last post
  20. Question Skill set for Data Protection Officer?

    What are the technical skill sets expected of a Data Protection Officer(DPO)? Personal data of individuals of certain countries should not be...

    Posted By man_expo
    applications, data, development, expected, field, maintenance, oracle, people, revealed, set
    • Replies: 0
    • Views: 85
    11-10-2009 07:06 AM Go to last post

+ Post New Thread
Page 1 of 5
1 2 3 4 ... LastLast

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts