[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] Re-Indexing a Table in SQR
- Subject: RE: [sqr-users] Re-Indexing a Table in SQR
- From: "Bob Stone" <bstone@fastenal.com>
- Date: Thu, 11 May 2006 13:13:22 -0500
- Delivery-date: Thu, 11 May 2006 14:16:04 -0400
- In-reply-to: <716269FC9101114CBF70650F9AABF8B10E7130@0599-its-exmb02.us.saic.com>
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
- Thread-index: AcZ1JKy5qzvYVxvVS22cVrn36oIdQwAAHL0w
- Thread-topic: [sqr-users] Re-Indexing a Table in SQR
I think you can do the dbms_stats you just have to call it right. I
don't think it's different than other procedures in SQR. Although, if
it has reasonable stats in the first place, you may not need to
reanalyze it.
You're not saying you need to have an index on different columns, you
just need the stats reanalyzed, right?
BEGIN-SQL
BEGIN
dbms_status("I forget the syntax");;
END;;
END-SQL
-----Original Message-----
From: sqr-users-bounces+bstone=fastenal.com@sqrug.org
[mailto:sqr-users-bounces+bstone=fastenal.com@sqrug.org] On Behalf Of
Wright, David L. II
Sent: Thursday, May 11, 2006 12:56 PM
To: 'SQR Users Group'
Subject: [sqr-users] Re-Indexing a Table in SQR
Greetings all,
I have a situation where I need to re-index a table in SQR after loading
it.
There is no way to organize the input sequentially so therein lies my
problem.
Other than dropping the index and re-indexing (which is a no-no at our
site)
is there any other way to re-index a table inside an SQR?
I have already tried to run DBMS_STATS but SQR doesn't like that.
Thanks in advance for any help you can offer
David L. Wright, II
SAIC Sr. Technical Consultant, PeopleSoft
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users