Oracle Questions

Sort by:

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 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

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

how to query ORDB

Comments: 2

Hi guys, im new to Oracle 10g, just started learning. i dont understand how to query in ORDB, all the queries i can think of is nested select, but i think that is join operation which is n...

Author: Ikelca asked 1 year 188 days ago

oracle dataguard broker 'remove configuration' is hanging

Comments: 26

Is anyone monitoring EE on a Saturday? I sure hope so. We had a dataguard switchover go badly last night, due to some init parameters that weren't set right. It's Ok now -- the primary i...

Author: cholmanTags: oracle datagu... asked 1 year 188 days ago

error while using oracle database

Comments: 10

I got the below error while executing the below program... I found the problem is with the size of input file... when I give file of small size I do not have any errors and program executed ...

Author: shragiTags: oracle database asked 1 year 188 days ago

Database Recovery with NOlogging tables

Comments: 8

We have recoved a database with RMAN until time, but 3 tables are not recoverd completely and giving us following error, however all the tables are in Nologging mode. ERROR at line 1: ...

Author: sachin_dbaTags: Oracle asked 1 year 188 days ago

Forms 11g Configuraton

Comments: 2

Hi, I installed, weblogic OracleWebLogic10.3.3, FormsReports 11.1.1.2.0, and patch to 11.1.1.3.0. But I stuck at configuration. It failed at Creating Domain. Please...

Author: luchuancTags: Forms 11g C... asked 1 year 189 days ago

How do I modify the SQL to do this?

Comments: 7

I have this: SELECT 'ScanTime' As FileName, 2010 As YearNo, 44 As WeekNo, TransID, STR_NUM, lane_ty_cd, trans_tm_interval, Item_Scan_S...

Author: kosenrufuTags: Oracle SQL asked 1 year 189 days ago

Oracle Forms Query Form Problem

Comments: 8

I have form that allows for querying. When user does a query I over-ride the "default where" clause with a different one. I put this in the KEY_EXEQRY trigger. Problem is now I can't sort on a...

Author: claghornTags: Oracle Forms asked 1 year 189 days ago

How do you compar to dates in Apex

Comments: 3

Hi Experts, I'm trying to create a Dynamic Action that will show an alert if a user enters a date in a date picker item (P1_DATE1) that is less then another date in a different item (P1_DATE2).

Author: JeniceMTags: Apex 4.0 asked 1 year 189 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. sdstuber

    2,000

    0 points yesterday

    Profile

BrowseBecome an Expert