[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Database



Other than using Perl or some other database access method, you can
always use the Unix "strings" command on the raw database file to see
the raw data. Some of the data displayed may appear to be garbage since
they may not be printable characters, but you should be able to at least
see whatever IS printable. You also won't be able to determine database
record numbering, but if all you want is to see if SOMETHING exists as
printable characters, then "strings" may help. Otherwise, look into Perl
which has a database "handling" capability.

Find where your database files are located, then try,

	strings <complete database filename> | more


On  1 Mar, Anita Suriarajan wrote:
> Hi,
> 
>   I would like to know in which file the objects are getting stored in
> database...other that search if i want to see the object records, how can i
> view it??Iam using BerkelyDB as database.
> 
> Is any idea that how BerkelyDB is being accessed from LDAP???
> 
> Any kind of help or direction is welcome...
> 
> Thanx and Regards
> Anita