Maybe you’re trying to create a dynamic record type in PL/SQL. Perhaps you’re having trouble with SQL*Loader and are looking for expert help running an sqlldr append. Or maybe you’ve run into some problems doing an RMAN backup of your v11g RAC Cluster and need some advice. Whatever you’re searching for, Oracle Solved is the definitive place to get expert answers fast.

Oracle Questions

Sort by:

UPDATE duplicate row

Comments: 2

I'm looking for an UPDATE statement where it will update a single duplicate row only and remain the rest (duplicate rows) in Oracle or PL/SQL? Here is an example student table to work ...

Author: Says asked 21 days ago

Compare CLOB to a character in a SQL statement

Comments: 6

I have a SQL statement: select * from user_preferences a, employee b where a.user_id = b.employee_id and a.pref_value = 'N'; The problem is pref_key colum...

Author: majones713 asked 58 days ago

Triggers not firing - troubleshooting

Comments: 14

On Oracle 11g Enterprise I have rather large compound triggers that I discovered were not firing this morning (and maybe never were, I'm setting up a new server and the trigger structure wo...

Author: anhydrouswaterTags: Compound Tri... asked 200 days ago

how to delete or reduce the size of the log.xml on a 11g …

Comments: 8

Hi, We are running 11g (11.1) databases on UNIX platform. The XML.log that are being generated are quite large and it creates quite a few. This is taking up precious space and causing a f...

Author: melzqueen asked 1 year 54 days ago

ORA-20001: This record has been entered already

Comments: 3

Problem: Attempting to migrate data to an Special Information Type (SIT) structure using a callable API. 1. I have a API that successfully migrates data to an SIT structure for one employee...

Author: michaelhardenTags: Database, SQL Developer asked 1 year 81 days ago

Create a DB Link to access 1 table only

Comments: 1

I want to create a db link that will have access to only 1 remote table.

Author: dennisonj asked 1 year 127 days ago

How do I select a date range in Microsoft SQL server

Comments: 5

I a using this SQL statement. However I am getting dates from before 1st January 2009. SELECT VisitNo, CustomerID, SiteID, CallOutNo, visit_id, call_date, despatch_date, CAS...

Author: CMChalcraft asked 1 year 184 days ago

How to write query for this one?

Comments: 7

I have two tables domain n details: domain has domainID and detailID (both are foreign keys), domainID is referenceing to primary key of another XYZ table. And detailID referencing to deta...

Author: sridhar_ravva asked 1 year 186 days ago

How do i create timers for an Oracle Database

Comments: 1

I have a query that gathers hundreds of thousands of rows in a database that has many users. I am trying to set my query to run on non-peak hours. I do not have the ability to write PL/SQL, is there...

Author: tracerfettTags: Oracle, SQL, Database asked 1 year 186 days ago

Optimise the SQl Query

Comments: 4

Hi, Could anyone suggest me in optimising the below query. Query: SELECT c.name, w.defgrp, w.crusr, w.firstname, w.lastname,NVL(SUM(w.appt_cnt), ...

Author: pnadakuditiTags: Oracle- SQL ... asked 1 year 186 days ago

Oracle COMMIT Architechture

Comments: 17

Hi EE, This question was asked by someone who interviewed me. A process is trying to update 1 table and it 2 days to complete. If I issue COMMIT, approximately how much time wil...

Author: ajexpertTags: Oracle COMMI... asked 1 year 186 days ago

Controlfile autobackup on

Comments: 8

Hey in RMAN. I have configure Controlfile autobackup on but I don't know why is it getting off automatically. I don't know why is that happening. I really appreciate your help. Thanks in advance

Author: hussainkhan22Tags: Controlfile aut... asked 1 year 186 days ago

Difference between .sql file and .bat file

Comments: 5

As for my knowledge, I think .bat files are used to run multiple .sql files in the particular order. But we can do this by writing a simple .sql file also, like my xvz.sql contains: set echo o...

Author: sridhar_ravvaTags: Difference bet... asked 1 year 186 days ago

Recovery catalog

Comments: 4

I need to create recovery catalog for RMAN backps on new database instead of using the same database. I would appreciate your help. thanks in advance

Author: hussainkhan22Tags: Recovery cat... asked 1 year 186 days ago

query collection (IN Clause)

Comments: 8

I have a collection (local collection with in plsql). I wanted it to be include in the query's IN clause. example: FUNCTION CHECKLTASKSTATUSPERID( Id number) RET...

Author: vishali_vishuTags: oracle asked 1 year 186 days ago

Materialized view

Comments: 15

I am new creating and using materialized view. I wanted to create the materialized view of type "ON COMMIT REFRESH" since I wanted to get the Materialized view refreshed whenever the base tables...

Author: meera78 asked 1 year 186 days ago

DBID

Comments: 15

How can I find DBID for oracle database

Author: hussainkhan22Tags: DBID asked 1 year 186 days ago

ora-19804

Comments: 2

Hey I am getting the below error. I really appreciate your help channel ORA_DISK_1: starting piece 1 at 15-NOV-10 RMAN-00571: =====================...

Author: hussainkhan22Tags: ora-19804 asked 1 year 186 days ago

RMAN:6172

Comments: 27

Hey When I am trying to restore spfile getting the below error. I really appreciate your help. RMAN> set DBID=2428108270 executing command: SET DBID RMAN> resto...

Author: hussainkhan22Tags: RMAN:6172 asked 1 year 186 days ago

How do I insert data into my existing table that already has …

Comments: 7

I have a table that already have data within it, but some of my rows do not have data within them. These rows with no data have nulls within them and I'd like to replace the nulls with actual data. ...

Author: donvike1Tags: Oracle 11g asked 1 year 186 days ago

How to copy Oracle Apex 4.0 application to new Oracle …

Comments: 10

I'm trying to copy Apex Applications and scheme with data from one oracle instance to another. I use expdp/impdp : http://download.oracle.com/docs/cd/B25329_01/doc/...

Author: shlafrock asked 1 year 186 days ago

How to Load the data from a text or csv file into a data bas…

Comments: 8

Is there any open source tools to load the data from text or csv file to oracle database? Is there any feature in Toad 9.7 If yes can you please let me know the process how to load the data?

Author: Saggi asked 1 year 187 days ago

sql - oracle - grant select access

Comments: 7

I would like to grant select access to the tables in my schema under my user id to few other users in my team (3 or 4) , I have about 40 tables. What is the easiest way to to this? can u pl...

Author: Sara_j_11 asked 1 year 187 days ago

oracle rman:  how can I verify that I can use RMAN to rec…

Comments: 4

I've just done a dataguard switchover of five databaces with high-availability requirements. The RMAN backups are now running from the new Primary site. I want to verify that, should I need to re...

Author: cholmanTags: Oracle rman r... asked 1 year 187 days ago

run oracle sql developer on linux

Comments: 11

I have installed oracle sql developer on ubuntu. i go to run it and I get: "Type the full pathname of a J2SE installation (or Ctrl-C to quit), the path will be stored in ~/.sqldeveloper/jdk" I don'...

Author: claghornTags: Oracle asked 1 year 188 days ago

Stay Connected

Featured Oracle Articles

Free Oracle tips from Experts Exchange

How Oracle Stores Passwords

Many times a DBA may want to replicate a user from one system to another and migrate that same password,such as refreshing a production system ...

read more

How to FTP with Oracle PL/SQL

Sometimes you need to get data from a server into your database or from your database into a remote server. Learn how to use FTP to ...

read more

How to Send Email Attachments with Oracle

Oracle introduced the UTL_SMTP package with the release of 8i back in 1999, but up through the current version (11.2.0.1) available on OTN...

read more

Oracle Around the Web

The latest Oracle news, tips, and tricks

Oracle Unveils Netra SPARC T3 Servers

New Carrier-Grade Blade and Rackmount Servers Deliver Better Performance, Density and Power Efficiency for the Communications Industry ...

read more

Oracle fixes 21 flaws in Java SE, Java for Business

Oracle is fixing 21 flaws in its Java SE and Java for Business products in its February critical patch update issued this week ...

read more

Obama’s Silicon Valley “Tech Supper”

Why was he there? Who wasn’t invited and why? What did they talk about? Why was he really there? These are the questions being debated ...

read more

Featured Oracle Experts

slightwv

slightwv has answered more than 2,000 Oracle questions and oversees database management within the U.S. Government. Slightwv

sdstuber

A regular presenter at the Collaborate conference, Oracle developer sdstuber is a top expert in PL/SQL and Oracle 9, 10 and 11. sdstuber

Testimonials

What users are saying about our experts

"The Oracle gurus provide answers, solutions and valuable workarounds"

User: schwertner

"Wow! Excellent, valuable explanation. Hats off to you"

User: aseshu70

"Solution worked fantastic and performs excellent! Thanks heaps"

User: klausbrandlhuber

Top Experts

  1. slightwv

    5,220

    0 points yesterday

    Profile
  2. sdstuber

    2,000

    0 points yesterday

    Profile

BrowseBecome an Expert