+ Post New Thread
Page 1 of 16
1 2 3 4 11 ... LastLast
Threads 1 to 20 of 313

Forums: SQL PL/SQL

Oracle SQL PL/SQL queries, DML DDL statements, packages, procedures, functions, sequences and triggers

  1. Talking Problem with query

    Hi Guys. I hope you can help me solve this problem, i have a query below and i want to convert (+) into join syntax like 'left outer join ? on ? =...

    Posted By Kentsky
    200, 2009, convert, date, guys, join, note, problem, query, to_char
    • Replies: 1
    • Views: 26
    Yesterday 04:57 PM Go to last post
  2. multiple cursor with date handling issue reg

    Dear all, i am using three cursors in one pl/sql block each of this three cursor will fetch data based on column of date data type.i...

    Posted By laxman
    cursors, date, handling, issues, job, open, pl/sql, sql, update, work
    • Replies: 2
    • Views: 20
    03-11-2010 04:24 AM Go to last post
  3. cursor with exception issue reg

    Dear all, I have created one procedure and it is working perfectly ,but i want two point to be included in this code point 1: i want to trap any...

    Posted By laxman
    cursor, error, exception, issue, job, procedure, processing, row, select, sql
    • Replies: 6
    • Views: 62
    03-10-2010 07:49 AM Go to last post
  4. Invailid identifier in SQL Developer after renaming column

    I am reengineering a database and wnated to change POC to PocID as this is a number field that is the PK for the table. I di this by generating the...

    Posted By Chet
    column, complete, database, feature, hat, invailid, issue, ora, order, reference, renaming, sql
    • Replies: 9
    • Views: 93
    03-09-2010 06:26 AM Go to last post
  5. SQL PLSQL for Data Warehousing

    I want to settle in Datamware Housing Tech. Then in which topics i have to do more concentration in sql and plsql?

    Posted By jakirajam
    plz, set, suggest, topic
    • Replies: 4
    • Views: 47
    03-08-2010 10:55 AM Go to last post
  6. Preventing duplicate column value using Trigger

    I want to avoid duplication on old_nic_no and new_nic_no number in a Table, for this i am using a following trigger CREATE OR REPLACE TRIGGER...

    Posted By Tariq Bashir Malhi
    application, clause, column, data, duplicate, number, preventing, problem, sql, table, trigger
    • Replies: 4
    • Views: 31
    03-08-2010 10:11 AM Go to last post
  7. PL/SQL Programming Suggestion

    Hi Techies, I am new to oracle PL/SQL programming. I am not getting the output. Can anyone suggest me? declare vemp emp%rowtype; ...

    Posted By jakirajam
    end, line, oracle, output, pl/sql, row, select, sql, suggest, suggestion
    • Replies: 2
    • Views: 30
    03-08-2010 09:30 AM Go to last post
  8. placeholder in dynamic SQL ?

    HI I'm confuse to understand the concept of PLACEHOLDER in dynamic sql... I've also studied the link provided in this thread but still confused...

    Posted By lubna
    bind, confuse, delete, dynamic, link, pl/sql, placeholder, single, sql, thread, variable
    • Replies: 1
    • Views: 36
    03-08-2010 07:38 AM Go to last post
  9. pocedure validity issue reg

    Dear all, I have created a package and successfully compiled it but i am unable see the status of all the procedure belongs to this pacakage. ...

    Posted By laxman
    body, close, issue, number, package, pocedure, problem, rows, select, sql, unable, validity
    • Replies: 4
    • Views: 38
    03-08-2010 04:01 AM Go to last post
  10. matrix query

    hey guys please help me to sort out this query. i am practicing with oracle 9i with the default database ..here is the query. Display the job,the...

    Posted By gunjan27
    based, column, database, guys, hat, job, matrix, number, oracle, query, related
    • Replies: 4
    • Views: 36
    03-05-2010 04:07 PM Go to last post
  11. Smile Working Around Mutating Table error with views

    WORKING AROUND MUTATING TABLE ERROR USING VIEW SQL> CREATE TABLE STUD(RNO NUMBER(5), SNAME VARCHAR2(20), M1 NUMBER(4), M2 NUMBER(4), ...

    Posted By kiran.marla
    base, command, create, delete, file, hat, number, table, taking, trigger
    • Replies: 5
    • Views: 75
    03-05-2010 06:26 AM Go to last post
  12. Send Emails from Oracle Database

    I need pl sql code to send emails from oracle 10g database using utl_smtp.

    Posted By Nithya
    10g, code, database, emails, oracle, oracle 10g, send, sending, smtp, sql
    • Replies: 1
    • Views: 32
    03-05-2010 04:42 AM Go to last post
  13. Question please help me out to create a package.

    These are the problem to create a package

    Posted By lubna
    composite, create, creating, cursors, data, hat, insert, oracle, oracle 10g, schema
    • Replies: 8
    • Views: 86
    03-04-2010 09:45 AM Go to last post
  14. Lightbulb SQL for String Palindrome

    declare v_name varchar2(30):='&give_name'; v_parse varchar2(50):=null; begin dbms_output.put_line('the given...

    Posted By jakirajam
    end, give, line, loop, null, output, position, reverse, string, working
    • Replies: 4
    • Views: 79
    03-04-2010 05:02 AM Go to last post
  15. date manipultation issue reg

    Dear all, i have one table sql>desc request Name NUll? Type ---------------------- --------- ...

    Posted By laxman
    based, date, hat, issue, kindly, number, query, requirement, select, sql
    • Replies: 2
    • Views: 39
    03-04-2010 04:02 AM Go to last post
  16. retrieve one telephone number

    Hi There is a requirement for me to retrieve only one phone number the preference is if mobile available M. if not Home number - H1 else Work...

    Posted By sriram.aus
    home, mobile, number, people, primary, relationships, requirement, retrieve, start, telephone, work
    • Replies: 1
    • Views: 38
    03-03-2010 07:03 AM Go to last post
  17. Two types of fonts(English and Russian) in one Database at same time

    Dear, I am a programmer in Oracle PL / SQL in Oracle 10g I'd like to use the same time on one Database two types of fonts English and Russian...

    Posted By Jesthr
    database, dear, english, fonts, nls, oracle, programmer, russian, sql, time, types
    • Replies: 3
    • Views: 56
    03-02-2010 02:41 PM Go to last post
  18. Stored Procedures Variable Arguments

    I am working on a project of migration where I need to have Stored Procedures for DB access routines cursor - Declare, Open, Fetch etc. I need to...

    Posted By saracooper
    access, create, hat, list, migration, open, problems, project, sql, time
    • Replies: 0
    • Views: 43
    02-26-2010 11:38 AM Go to last post
  19. Oracle SQL Nested Cursor Issue

    Dear Sir, since this code is in development stage,i am trying to analyze and implementing the logic as per the requirement then i...

    Posted By laxman
    based, group, implementing, issue, order, part, red, request, requirement, update
    • Replies: 3
    • Views: 52
    02-25-2010 08:08 PM Go to last post
  20. what is the usage of the bit map index and where it use

    what is the usage of the bit map index and where it use

    Posted By jakirajam
    bit, index, map, usage
    • Replies: 1
    • Views: 29
    02-25-2010 01:08 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 7 users browsing this forum. (0 members & 7 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