Skip to Main Content

Questions

QuestionUpdatedAsked

Hi,While listening through the video "Developer Coaching - Oracle Database 23ai - Zero Slides, Zero Marketing, 100% Live Demo" there mentioned that we can set the oracle wallet path to system: to access the windows level certificates, but when I tried the same...
2 hours ago4 days ago

hello I have a table FCM PARTITIONED ON (Q) Column BY RANGE INTERVAL( NUMTODSINTERVAL(7, 'DAY')) i have an issue that "current/active" partition becomes stale several times a day vast majority of DMLs on the table are INSERTS (basic inserts , with val...
2 hours ago2 days ago

Hi,Tom:The recycle bin is empty, and no DDL statements similar todrop BIN$MmWdiJOqKt7gY0eQFAotmw==$0 were executed.However, the following error was reported:Caused by: java.sql.BatchUpdateException: ORA-00604: error occurred at recursive SQL level 1ORA-38301: ...
2 hours ago4 days ago

Hi TeamPlease find re-producible data available in LiveSQL shared link -> https://livesql.oracle.com/ords/livesql/s/c9r56fcrqizrcrc5aiep4hrpnRequirement is to fetch last record for "t_id" column value for each "code" + "status" column values respectively.Looki...
2 hours ago3 days ago

<b>Use Case:</b> We are implementing partitioning in the AQ to enable batch processing with array dequeue while ensuring:1. Ordering maintained per partition (FIFO).2. Possibility to Array Deqeue on Application side. ( Unless provided a more performant solutio...
2 days ago8 days ago

how can i import a file version 24.2.2 into 24.1.7 ...
4 days ago9 days ago

Hello,Please advise on how to create List Partition with Range Sub-Partition.Also on the Range Sub-Partition like to have name custom defined based on each day like DEL_AUG_082019.<code>CREATE TABLE "DBB_USER"."STG_ES_STS" ( "CS_ID" CHAR(7), "CWIN" NUMBER(9), ...
4 days ago5.7 years ago

Hi,I am getting error Ora-08103: Object No longer exists when select query uses type object in a procedure.below the code used for select query procedure upp_rate is l_typ_detail_list typ_detail_list; begin select typ_oc_sec_detai...
4 days ago6 days ago

Why is the size of shared pool in the query not exactly the same as in the init.ora (52,428,800)?It is slightly large (54,361,560). SVRMGR> select pool,to_char(sum(bytes),'999,999,999') from v$sgastat group by pool ; POOL TO_CHAR(SUM(-----------...
4 days ago24.2 years ago

Greetings,how do I calculate the temp space and undo space required for the "ALTER TABLE $SCHEMA.$table MOVE LOB ($lob) STORE AS (TABLESPACE $NEW_LOB_TABLESPACE)"We have very large segments, and currently have a small undo <code>-- show MAX SEGMENT SIZESELECT ...
6 days ago2 weeks ago

I searched extensively but I couldn't find clarity, whether Primary Key (In this case, composite of Foo1ID and Foo2ID) should be selected into foo_cursor, even if not used in the procedure?Is it sufficient to rely on some internal mechanism (ROWID?) that will ...
9 days ago9 days ago

Sometimes when I use a QB_NAME hint, when I later look at the execution plan, there is no record of that query block name.Why is this the case ?...
10 days ago9.6 years ago

Hi Tom,It was run a impdp command with remap_table in parfile with sqlplus in Oracle Linux but it run a full import. We've lost impdp logs, How could we get information about the impdp command that was run and clarify the issue?Thanks a lotRegards!...
10 days ago3 weeks ago

hi Tom,when a remote table is referred in sub query then it is not retrieving the data and it throws error.refer the below sql, I am trying to get latest record, so I am doing order by DATEM in sub query and taking first record in outer sql. here, OWNERDOCUMEN...
10 days ago3 weeks ago

HiWe are looking to take a schema(abc) from our database to to a different server with a new schema name.I am looking to find what are the dependencies on the abc schema in our packages/procedure/functionsand is there anything else i should be looking at.regar...
10 days ago7 weeks ago

Hello Ask-Tom-Team,I came across this Oracle documentation „Deploying Oracle RAC on Docker“:https://www.oracle.com/technetwork/database/options/clustering/rac-ondocker-bp-wp-5458685.pdfSpecifically the sentence:OracleRAC on Docker supports the <b>non-privilege...
13 days ago4 years ago

Dear Ask Tom team memebers.Is it possible to to measure sql effectivity via computed throw away row count ?Its clear that optimizer tries to build the plan to minimize throw away rows for the next steps in the plan. So it tries to send only relevant rows to ne...
2 weeks ago2 weeks ago

Hello everyone,I am trying to create a CSV file and then attach it to an email and send the email but I am receiving the following error: PLS-00201: identifier 'APEX_DATA_EXPORT.T_EXPORT' must be declaredBelow is the code I am attempting to run:<code>declare ...
2 weeks ago2 weeks ago

On my test database, Oracle scheduler seems a bit lethargic.In my case, I am inserting data into 6 different tables ( million plus rows in each table ), these are done as insert into / select from via a stored procedure, I have a package with 6 procedures. In ...
2 weeks ago3 weeks ago

I get a .csv log file dropped from a microsoft server to a linux server using winSCP. The column REASON, is enclosed with "" and includes LF. Here is a 2 record snippet of the file: 5826431,5826431,,,New,17255483,,,,2e4cf893-078d-45b3-b548-2dc3c970ff25,5826431...
3 weeks ago5 weeks ago