Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

index tuning help

3193178Apr 8 2016 — edited Apr 8 2016

we have a large table that i need to index.

here are the columns:

phone_number,

state,

revision_number,

data_month_year,

account_number,

File_date

I am assuming I shouldn't create an index for each column, should I?

The users will use any combination of these or maybe just one column in their where clause.

If i try to group them together, it may be something like:

date_month_year

or date_month_year & state & revision_number,

or date_month_year & phone_number

or date_month_year & account_number

State & file_date

or maybe all of them together?

thoughts on indexing, thanks.

Comments

fac586
Answer

Hi Scott
The checkboxes are a feature that is enabled when Page Designer is used on a device with a touch-based UI. This is therefore likely to be related to the switch to iPad emulation. Check that all of the relevant browser options have been reset, but you may need to shut down the entire browser session and clear the site data.

Marked as Answer by Scott Wesley · Sep 6 2021
Scott Wesley

That makes sense, thanks.
I couldn't find a relevant setting, but a restart of the browser did the job.

McRivers

Just stumbled across this in 21.2. Thought I was going crazy "those checkboxes haven't 'always' been there, right?" i was saying to myself. ;)
@fac586 appreciate the solution...

Scott Wesley

Based on information from Magaly Iraheta on Twitter, and combining that with what I new I did, I can now recreate and “fix ”this on demand, with no need for browser restart.

If you enable mobile emulation (toggle device toolbar) with the developer tools, then click anywhere in the application builder, the key APEX.userHasTouched appears in Application-Session Storage.

On refresh of the builder page, these checkboxes will appear.

If you delete this key, then refresh the page, the checkboxes will no longer be present.

Thanks again, Magaly.

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 6 2016
Added on Apr 8 2016
5 comments
182 views