Database

Database service starts does not automatically

I've set up a new service of database on a cluster of 3 nodes running 11.1.0.6 and I can start service manually without any problem, but if I bounce the database, the database service does not automatically start even if the database is running - wha

FileBrowse point

Hi allI have two regionsIn a region point Filebrowse is presentand itsSource: always replace any existing valuesource type: static assignment When I click the Create button and when the error is triggered to another element and returns to the same pa

Ask for help on TPC-C/TPC-E on berkeley DB

Is there anyone who got an implementation of the TPC-C/TPC-E on berkeley DB?Thank you very much!

UTL_FILE.put_line cannot insert all rows

As shown in the code below, I have for loops with the entrails of IF ELSE statement. How am I suppose to retrieve all rows in my csv file as currently, the csv file has only the last line inserted in the file? for c7_rec in C7 loop FOR C8_REC IN C8(c

dbms_random vs dbms_crypto

I want to generate random numbers. About 6000 figures given 10-digit must be learned by chance. What is the probability that the numbers are drawn twice? I read, dbms_crypto has a better randomgenerator of dbms_random. What do you think about this?

internal error code, arguments: [kkocxj: pjpCtx]

Hi all It's my forum DB and its server info: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - productionPL/SQL Release 10.2.0.4.0 - Production"CORE 10.2.0.4.0 Production."AMT for Linux: release 10.2.0.4.0 - ProductionNLSRTL Version 10.2.0.

How to tune this update statement?

Hello I have to solve the following task: Update all rows in table A, which has an appropriate row in table B and save what you have done in a table of newspaper.It is possible that there are several assembly lines in the table has a row in table B.

JavaScript: Firefox against IE - any cheatsheets available?

Hello Is there a list of things to replace in our javascript to make it work properly in IE and Firefox? or I'm going crazy? I have test the under part in IE and it hits the alert 'f47's hidden point officebut in firefox, it hits 'IN f48' but then go

Fill in the text fields of the select list

I have a select list when selected will fill two text fields with values based on the SQL query For example. The selection list is for empno and meets ename and sal in two different fields. I looked at the example of the Dene http://htmldb.oracle.com

How long is a date?

Interesting:CREATE TABLE date_test AS SELECT SYSDATE AS thedate FROM dual; CREATE OR REPLACE VIEW date_test_v1 AS SELECT * FROM date_test; CREATE OR REPLACE VIEW date_test_v2 AS SELECT SYSDATE AS thedate FROM dual; SELECT table_name, column_name, dat

Question LOV for date range

Hi people, I'm trying to set a LOV in Apex to a drop down menu that will give me dates of January of the current year to 12 months prior to the current month. So after trying a few options in SQL Studio, I managed to get the following to work: Select

Help on displaying the records

Hi all BEG_MP END_MP LENGTH NUM ID typeCity of 1012 0,00 3,00 3,00 2City of 1012 0.00 3.12 3.12 2Village of 1012 0.00 0.02 1 1Village of 1012 0.00 0.03 2 3Village of 1012 0.00 0.05 1 1Village of 1012 0.05 0.00 4.00 31012 village of Altamont 0.00 1.20

Why choose wrong explain plan when there is a unique index

SQL > create table test in select * from dba_objects; Table created. SQL > create table test1 in select * from user_objects; Table created. SQL > create index unique i_test_1 on test (object_id); The index is created. SQL > exec dbms_stats.gather_tab

Calendar of apex

Schedule APEX region has built in buttons to navigate in the following months, past and present. I have a report from the region next to my calendar that shows every month has given in the table of my calendar and the month I made a link, but I don't

By default interactive PDF error

Hey guys,. So, I'm using an interactive and users want to be able to download the report in pdf. They are very good with the help of the default pdf that provide interactive reports. Unfortunately, I'm having a problem with the pdf downloaded is corr

restrict editing access

I have a report that displays the items in a table where the owner is a field referring to the creator of the object. I have a column change, but I would only post the link for the person who created it. I assumed that this could be accomplished thro

check if the fields in the table are duplicated

I neeed to check if the unique table fields are duplicated. I write this Select IID_DELOVNO_MESTO, IID_DEL_IN_NALOG from ZKET_DELA_IN_NALOGE_DM Z1where Z1. IID_DELOVNO_MESTO = (select IID_DEL_IN_NALOG from ZKET_DELA_IN_NALOGE_DM Z2) but I get SQL err

Average Caluculation - help needed.

I have a table that contains 5 numeric columns.Now, I need to add a column over which stores the average of the first 5 columns. that is, if the data is as 10,3,4,6,7 the new column should record values in 6. (30/5). At the same time if the data are

What is the exact definition of a "resource" in the contect of Oracle

Can someone please provide it? It's hard to Google for it :)

Based on the Performance

Hello A function increases the performance and not a decode/box nested when handling huge data? example:Select decode (decode '6', '1', '0', ('6 ', '2','3 ', decode ('6 ',' 4','5 ', ' 6'))) doubleSelect double get_code('6'); get_code (m_code)East of
« Prev 1 ... 3 4 5 6 7 8 9 10 Next »