Skip to Main Content

Questions

QuestionUpdatedAsked

test<code>asdfjksa</code><i>abasdflkj</i>...
3 months ago3 months ago

After using dbms_scheduler since its introduction I was surprised to learn that it is not the way application development should go.I was explained that having scheduling outside of the database is better than having it inside the database.And the replacement ...
12 months ago12 months ago

Environment InformationDatabase : Oracle Database 19c (Multi-Tenant Architecture) - Version 19.25.0.0.0GoldenGate : Oracle GoldenGate Microservices 19cReplication Setup : Data replication will be configured between:Source : On-premises database server (Server ...
12 months ago12 months ago

Hello Chris. Hello Connor, I’m struggling with a performance issue … We have a single big table (167 million of rows, 118 columns). For ad hoc queries we have created a simple Apex application with 15 most important columns as filters. To avoid long running ...
12 months ago12 months ago

(https://livesql.oracle.com/ords/livesql/s/da34i74lkmxt2mqrtp0k4xsk6 )(I was able to format better with screenshots on the Oracle forums - https://forums.oracle.com/ords/apexds/post/help-solving-a-logical-problem-using-analytical-query-3778)Hi,I am trying to s...
12 months ago1 years ago

Hi!We have a lot of Apex apps, so we check the LAST_UPDATED_ON value in both the production and dev apps before deploying to production.Like this:<code>select d.APPLICATION_ID, d.APPLICATION_NAME, d.ALIAS, d.OWNER DEV_OWNER, p.OWNER PERP01_OWNER, d.LAST_UPDATE...
12 months ago1.8 years ago

Hello,I have multiple baselines and after migrating the application many of them got not reproducible.The reason was renaming of some indexes during the migration.I have renamed those indexes back to the original name.My question is how I get Oracle to set tho...
12 months ago12 months ago

Can someone please provide Oracle sql query to get below output?Deptno Dept Name No. of emp10 a 10 b 20 c 3020 d 40 e 50 f 6030 g 70 h 80 i 90...
12 months ago12 months ago

Hello ASK TOM team,Recently our client has come out with a requirement to be able to rollback database part of any application deployment. Now in our case, the application deployment can mean any or all of the following from a database perspective:a) PL/SQL co...
12 months ago1 years ago

How do I know which tablespaces have which data files and their path on disk?...
12 months ago12 months ago

Hi Team,This is the first time I am asking question on asktom, while I am very much thankful to the solutions you have provided and kept helping people always.We want to add 60 CLOB columns to the table which is around 17TB in size. This is a datawarehouse DB...
12 months ago1 years ago

Hi Tom, Thanks for your continuous support. We have a table with blob data type as one column. We are using secure file option as we are using 11g. We kept the blob column in a seperate tablespace. In the main table we have a column called streamID whic...
12 months ago17.5 years ago