Join the supporters of the Stop Global Warming Virtual March
Main Menu
HomeBasicsFusionPS on LinuxSecurityDocumentsScriptsSearchFeedsWeb LinksSiteMapForumPodCastsGuest BookPeopleSoft Jobs
Translation
Translation may not be accurate.
** Thanks to Google Anyway***


To Change between languages
go to English and change again.
Login Form





Lost Password?
No account yet? Register
FeedBurner
Get Postings by Email
without Account.


Who's Online
Statistics
Postings: 65
PeopleSoft Blog Feeds: 15
PeopleSoft Job Feeds: 16
Oracle Feeds: 12

Registered Members: 184
Unique Visitors: 318011
Syndicate
Home
PeopleSoft Security SOX/HIPAA (Part 2)
Written by RD   
Tuesday, 19 February 2008

I recently came across the link to the news about PeopleSoft and Security related.

http://www.pcworld.com/article/id,139233-c,hackers/article.html

This is the first time I have read in the news about the PeopleSoft being hacked. It was published in November last year, but I feel it is still worth mentioning.  According to the news, they used "Computer Hacking Techniques" to crack the passwords.

What we can do to mitigate the risk of your systems getting hacked:

Comments (2) | Add as favourites (76) | Quote this article on your site | Views: 1461 | Print | Read more...

Last Updated ( Wednesday, 20 February 2008 )
 
Simple RMAN - CONTROL FILE Restore in different server
Written by RD   
Tuesday, 12 February 2008

Copy  RMAN backup files including archive log backup files to the target server

Copy the SNAPSHOT CONTROL FILE or backed up control file from source server to target server.

If you do not remember the snapshot control file location, connect to source rman and query “snapshot controlfile name” and it will give as below: 

Source Server: 

RMAN> connect target /;
connected to target database: HRDMO (DBID=209403493034)

RMAN> show SNAPSHOT CONTROLFILE NAME;
using target database control file instead of recovery catalog
RMAN configuration parameters are:
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/opt/oracle/10g/dbs/snapcf_HRDMO.f'; # default

Comments (8) | Add as favourites (45) | Quote this article on your site | Views: 3592 | Print | Read more...

Last Updated ( Monday, 28 July 2008 )
 
Why one should change password for the database user people?
Written by RD   
Friday, 08 February 2008

ImageI have seen in many client sites, the password for user people is default password. If someone wants to get the details of the secure tables like PSOPERDEFN, they can do so if they know the tnsname details of the database by using people user id.

Try this in your production database from your PC from DOS prompt [you should have oracle installed and have the tns entry for your production DB]

Sqlplus people/defaultpassword@yourproductiondbSID

Select * form psoprdefn;

It would give you all the details in your prod db. Even though they can not use it to login to your production DB or update the data in that table, they can get some vital information like OPRID, OPRDEFNDESC, EMAILID, ACCTLOCK, LASTSIGNONDTTM etc.
And someone who knows how to use them, then you are exposing your data to others, which is a SOX breach.

 PS: - I have not mentioned what is default password here for obvious reasons.

Comments (6) | Add as favourites (46) | Quote this article on your site | Views: 960 | Print | Read more...

Last Updated ( Friday, 08 February 2008 )
 
<< Start < Prev 1 2 3 4 5 6 7 Next > End >>

Results 21 - 24 of 27
© 2008 PSADMIN.org
PSAdmin.org is for & by the PeopleSoft Administrators to share their Experience.