Skip to Main Content

APEX

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!

problem with iframe

SNikiforovJul 22 2022

Region of Static content having in source section HTML code:
<!DOCTYPE html>
<html>
<body>
<iframe src= ABC height = 1000px width=2000px ; >
</iframe>
where ABC is link to page from external application after few iterations shows blank content. It occurs randomly. The link is 100% correct. Being called separately, shows right content.
Have anybody faces such issue. The application is running in Firefox 91.9.0esr (32-bit).
Thanks,
SNikiforov

This post has been answered by SNikiforov on Jul 28 2022
Jump to Answer

Comments

Hemant K Chitale
A CREATE INDEX automatically computes statistics on the Index (if you want to update Table and Column statistics, you still need to call DBMS_STATS.GATHER_TABLE_STATS --- e.g. if it is a Function Based Index, you need to update Table statistics because the FBI creates an additonal "virtual" column in the table).


Hemant K Chitale
sb92075
Petri BR wrote:
Good night, I tryed it before and got no help.
So I'll try it again, because I didn't find it yet.

I have to create some indexes in a production database.

I have a doubt.
Do I need to Compute Statistics after creating indexes?
after CREATE INDEX what are the values for the index statistics?
Or when I create they automatically are computed?
Just look at the statistics values after issuing CREATE INDEX & answer the question yourself!
1 - 2

Post Details

Added on Jul 22 2022
14 comments
420 views