I do the following under 8.0.5.0.0
alter index index1 rebuild storage (
initial 128k next 128k);
But after the rebuild, the index is actually stored in 140k extents.
Does anybody know why?
I want to change to the home directory of user1
cd ~user1
that works fine but if I use a variable for username
[code]USERNAME=user1
cd ~${USERNAME}[\code]
I get error message:
ksh: ~user1: not found
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.