Ask a Question related to IBM DB2, Design and Development.
-
Mike #1
DB2 v7.2 AIX fenced-userid change ?
Is it possible to change the fenced-userid
for an instance, without dropping and re-creating that instance ?
Environment: AIX and DB2 version 7.2 EE.
Where does DB2 store the fenced-userid for an instance?
Mike Guest
-
update on userid and productid
Hi all.... I'm trying to create an update page to update a product based on the userid and productid. Is this possible? if not how could it be... -
UserId
I have created a login page and a order page. The problem I am have is when I submit a order I need the users id to be put in the userId column of... -
Where to store UserID/Password
Hi, Where can I store username password information my ASP.NET project. I am not using any database. I preferred to store in Application... -
fenced process in SP
DB2 has a concept of fenced and non fenced process for Stored procedures. Doesn't Informix also has the same concept for UDFs in 'C'. we use... -
Get userID from Active Directory.
I first post this to win2000.active_directory group and I find out it may be a wrong group. I hope this group can help me. Hello, In ASP... -
kuckoo #2
Re: DB2 v7.2 AIX fenced-userid change ?
I think you can not change fence user id without dropping instance But I am
not sure 100 %. There is command available to update instance (db2iupdt )
and with that command you can specify fence user id. I didn't find any
thing in that command description that tells you can change fence user id.
Try following and test it whether it's actually creates new fence id or not.
If command executes sucessfully then check if new fence user id exists.
db2iupdt instance_name -u new_fence_user_id
RK.
"Mike" <_link98@yahoo.com> wrote in message
news:be62324b.0308070921.1f39cd9@posting.google.co m...> Is it possible to change the fenced-userid
> for an instance, without dropping and re-creating that instance ?
>
> Environment: AIX and DB2 version 7.2 EE.
>
> Where does DB2 store the fenced-userid for an instance?
kuckoo Guest



Reply With Quote

