Database

Login page user is null in a globalized application

Request Express 3.1.1.00.09 I have an application that runs in English and French. The translated version works like a charm. Once connect can I switch between English and French using the preference FSP_LANGUAGE_PREFERENCE and HTMLDB_UTIL process. S

See the output of a stored procedure on APEX

Hello I have a PL/SQL stored procedure that will be executed when you press "SUBMIT" button.Inside of this procedure, it executes a DDL statement and keep the result of the DOF in a variable on each LOOP. The value of this variable will be replaced w

Combine queries: calculate a rate

< color = "#000080" > I'm working on a few reports on a BMC Remedy database in Oracle (for those who are familiar with BMC Remedy).I need to calculate the rate of calls resolved for each user or agent in the last 24 hours. The time is stored in the f

Rewrite Materialized View for quick update

Hi guys,. Experts here in rewriting a mv so it will update soon?I usedRun DBMS_MVIEW. EXPLAIN_MVIEW ("ESB_KLANT_FAST_MV", 2);and what it advice:* MV is not updatable quickly even with the merger of view* display or a subquery in LIST not supported fo

the range query

I have a table: CREATE TABLE TEST(name VARCHAR2 (10 BYTE),NUMBER of num) Select * from test by num;name, numA, 1 *.B, 48 CD, 18 *.h, 21E, 34 *.f, 35t, 36L, 51 *.Z, 55 I need a query to get the records where the value num > = old got the value num + 1

number of rows affected by report

Hi all I want to show the number of result rows to a query on a report page. my test query returns 52 sets of data (also when I execute the same statement with select count (*)) but the #TOTAL_ROWS variable # said that 11.I think it's because I put t

Advice of the Oracle

Hello I want to know if it is possible to avoid using an index in a query.For example, I've defined 3 column index on a table named 'SUMMARY_VECTOR' with the following names, respectively:1 SUMMARY_VECTOR_ENTITY_NAME_IDX2 SUMMARY_VECTOR_IDX_CASE_NAME

Migrate changes to production

If I wanted a place safe, environment is the only way to migrate the production of production that can be audited 1. pull on the latest version of the app to dev for an application from source code control2. the pages manually update with the changes

Direct assignment of a table PLSQL using rowtype

I have a collection as follows defeined type t_type1 is table of tab1% rowtype;v_type1 t_type1; The table tab1 has the following columns - c1, c2 How can I directly attribute values (Exodus 21: 22 for c1 and c2), to the collection - v_type1. Please h

translate function?

Hello :) Is it possible to use the translate feature to translate an entire word or phrase instead of characters? That is to say In my PB, I have a field that contains "HA" and 'DON'T HA' I want to print the fields 'HA' and leave the empty fields "DO

Insertion and extraction of data from a database by USING SQL Developer al32UTF8

Hi guys,. Before I post my questions, I think it's better for me to give you guys my first understandings so that it is easier to understand where / if I have gone wrong... I use Windows XP and Oracle 10 g---------------------------------------------

remove the logs of archiving in log_archive_dest_2 with RMAN

Hello Installation program:Primary DB: oracle 10gStandby DB: Oracle 10gPhysical active DataGuard paused. We nun RMAN on the primary db every night, which also removes the archives connects log_archive_dest_1 located on the primary server. How to acti

followed by the name of the column that is changed

Hello How can I track the following information on a table I have the name of table tab1, that's like that --------------------------col1 col2-------------------------1 2 Now if I change the value of col1 by a trigger I can follow the value of change

Select column based on values in another table names.

I would like to generate a sql statement based on the values in a table. For example, I would start "Select division from tableA". In the above example, 'division' would be a value of a column in TableB. Perhaps to looking like this. Table B The Colu

Running a file IS in Windows using DBMS_SCHEDULER

My Oracle db is on a Windows machine, and I try to call a file BACK BAT using DBMS_SCHEDULER I am new to Oracle, but the code that I have worked so far is: BEGINDBMS_SCHEDULER.drop_job ("testjob");DBMS_SCHEDULER. () CREATE_JOBjob_name = > 'testjob. "

Get the value of the second column used for the formatting of the break

Hello I have a report that uses breaks on the first and second columns. Breaks are displayed as headers repeat on break and I am able to display the value of the first column to break using #COLUMN_VALUE # section rehearsal breaks use this format, us

The SQL-based query form

Hello Where can I find the sql query after building a page/form based on the sql query? Thanks, Robbert

form on a table question

I created a page with a form on a table. This form is used to create and edit features. I would like the page titles and the region to take into account the current action taken (Edit X / X create), is - it possible and if so, how?

Cannot find how to create the new workspace Apex 3.1

Hello I'm new to Apex. I'm trying to find a way, a "workspace" can be created under the "Manage the Services" section but can't seem to find how? Nothing can "Create Workspace" here. Any clue? Thank you moredotnet

Given invalid to_date

Hello I inherited a strange question. I'm dealing with a text column that contains dates that I'm converting using to_date. I suspect that most of the lines are very well as my test lines convert OK... but in the 6000 lines that I work with, some con
« Prev 1 ... 4 5 6 7 8 9 10 Next »