Database

NLS question

Hello I have a DB 9i in windows seen CS: SQL > select userenv ('language') of double;AMERICAN_AMERICA. WE8MSWIN1252 When I ask suite in this PB, it runs chr (254) fine showing added to data: Select SKU | Chr (254) of "orderinfo"; now, we have importe

Generate a page based on a query variable in another page?

Hello. I am trying to generate a page based on data from a single line in a table (not a report, such as the look of the page may be in a table). I've set up a report containing a list of all the lines where the first column consists of links; each l

checksum error

I've been running a database of dbxml for about 18 months now and recently (in the last 2 weeks) I get the following error message:dbXML-getDocument c01041 documents found dbXML-printchecksum error: page 4950: catastrophic recovery requiredPANIC: DB_

loop problems

Hello I have a form with a tabular form which I use to manage issuing uniforms. The user connects to a requirement for an order and it is then updated with the elements which are classified and Qty. I have update the central inventory problems. I add

Unable to connect to the local database (without using the tnsname)

Hi guysI have 2 database running on the local computer. Db1 SID - orcl (install 1)DB2 SID - unicode (later installation) Today I stop the basic unicode and stop its respective services. on the backI did a sqlplus scott/tiger, I got an errorORA-12560:

Laptop supporting Oracle 10 g on RHEL 4 Update 2

Hello I am struggling to find a laptop supporting Oracle 10 g on RHEL4 update 2. If the HCL Redhat shows some laptops... those are all outdated.Now I find phones supporting the workstation RHEL 5 version. Is Oracle 10 g, taken in charge by this versi

external work, # error ORA-27370

Hello The machine is HP - UX - oracle 10g 10.2.0.2.0 I follow post Ravi. But something seems to be missing. Please help me. It is the statement of work create.DBMS_SCHEDULER. CREATE_JOB (job_name = > 'Task1',)job_action = > ' / switch_load_scripts/sc

Recreated mobileadmin error ORA-04068 repository

Hello I've recreated the mobileadmin one repository couple of times with no problems, by doing the following: -Remove all the muy publications and publication elements.-Stop the mobile server.-MOVE THE MOBILEADMIN CASCADE USER;-Execution of the repwi

HSODBC on 8i

HelloHSODBC is supported on 8.1.7?Thank you

Database with RMAN duplicate; Please help me

Hi allMy Production database named PROD_1 of Oracle Database 10 g Enterprise Edition Release 10.2.0.1.0 on Linux server.I want to duplicate my database of production to a production base of second one PROD_2 with the same databaseand same version of

select_list_from_lov_xl and null values

I'm creating a column on a report that will have a lov by using the code below: -. apex_item.select_list_from_lov_xl (p_idx,p_value,"ARL LOV."l_attributes,'' YES. ''"% null %.""Please select."NVL (p_item_id, item_id (p_idx, p_rownum))); The problem I

change the background color of the interactive reports

Hi all I'm trying to change the background color of the interactive report. Is there anyway where I could change the background color of report? My all other reports are using custom background color, but in the case of report interactive, I couldn't

Collection as a parameter in the function - help needed

I have a function that returns 3 different values according to a given in parameter.Now, I want to return these three values.Instead of using three out parameters, how can I use a collection for return values. Please tell me the best way that returni

paging and interactive report

Hello! is it possible to change the default number of lines for paging in an interactive report? the default value is 15 and I need 30 or something like that. in a normal report, it is not a problem! THX! Bye,.Christian

Restrict access to connect to some users

Hello I am building an application for internal use and I need to restrict access to some users... Is it possible to do in the connection, as the authentication scheme selected is "Account data"...? Thank in advance for your answers!

[10gr 2] Dungeon last not NULL val?

I have the following table: create the table MyTable(number, xnumber y); insert into MyTable (x, y) values (1.5);insert into MyTable (x, y) values (2, null);insert into MyTable (x, y) values (3, Null);insert into MyTable (x, y) values (4.8);insert in

Imporving performance of a query

Hello I have the following query in Oracle:SELECT distinct VECTOR_ID FROM SUMMARY_VECTOR where CASE_NAME like 'BASECASE_112_ECLIPSE100 '. "SUMMARY_VECTOR" contains about 120 million records or tuples. If the total length of this query is about 62 sec

Cannot retrieve XMLType data

Im going to have problems returning all data for a query that retrieves the values of an xml array. I'm using the following query: SELECT extractvalue (VALUE (t), ' / * / result/NHSSOA_GET_REF_TAB-24GETPXREFTA ',' xmlns = 'http://xmlns.oracle.com/Get

Length of table name constraint

Hi all Today, we have a process that has failed because of a constraint of table name length. The table name is 31 characters long, and we are on Oracle 9. I did some research and realized table name length cannot be more than 30 characters. My quest

model clause [10gr 2]

I'm trying to rotate the EMP organization: Select (level 1, 2, level3, level4SELECT "nom_org" Organization, LEVEL AS org_level, enameWCPCONNECT BY PRIOR empno = mgrSTART WITH ename = 'KING')modelto return the rows updatedpartition (Organization)dimen