• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Changing Password EJSADMIN and EJB user

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
Can we change the password for WAS oracle user
EJSADMIN and EJB . And whcih all Oracle Privilges can i provide to these users. I dotn want to give DBA rights as matter of security concerns
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
U can surely change the user name, on oracle, that governs the repository.
In your admin.config file
"com.ibm.ejs.sm.adminServer.dbuser" property determines the user name
"om.ibm.ejs.sm.adminServer.dbpassword" property determines the password
and
"com.ibm.ejs.sm.adminServer.dbSchema" property determines the schema for the user.
Also u have to assign, "connect" and "resource" privileges to oracle user.
Regards,
Rupinder
 
On top of spaghetti all covered in cheese, there was this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic