Skip to Main Content

General Development Discussions

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!

Open script Load Testing Recording - Unable to access application url

User_K67VLApr 19 2021

We are using proxy to access our application url, when we try to record transaction using load testing, it open a proxy with 7777 port and the application url is not accessible.
Please help.

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 Apr 19 2021
2 comments
79 views