Hi Erich,

Thanks for your input. :-)
I modified the codes to allow a user to determine the dump file name.
Of course, if a user does not want to, the "oda" code will generate a
dump file with an obvious name.

Well, about setting up the oda password, I don't think that we need to
have "create" and "remove" thing for the oda password because there is
really nothing useful that a user can do with them.
But I like to have a feature for resetting up odapw and I tried to add
this one too.

I hope that the new code oda cli become useful to users.

Regards,

- DongInn

Erich Focht wrote:
> Hi DongInn,
>
> this looks good!
>
> Does "dump" not accept a filename as argument?
>
> Looking at features for such shortcuts the password handling comes to my
> mind. Would it make sense to add functions to create, remove and reset the ODA
> password? Well, maybe you don't want to touch that, actually...
>
> Thanks & best regards,
> Erich
>
> On Thursday 01 February 2007 20:03, DongInn Kim wrote:
>   
>> Hi,
>>
>> I have tried to create a command line interface for the simple ODA commands.
>> This is available on trunk/scripts/oda but if there is any other better
>> places to put it, please let me know.
>>
>> The commands that we can use in scripts/oda are
>> ./oda [options] dump
>> ./oda [options] restore [DUMP FILE]
>> ./oda [options] create_database
>> ./oda [options] drop_database
>> ./oda [options] list_databases
>> ./oda [options] list_fields TABLE
>> ./oda [options] list_tables
>>
>> Or you can do this thing in the interactive mode. If you just type in
>> "$OSCAR_HOME/scripts/oda", "oda>" prompt will show up.
>> And then type in one of the following simple command lines.
>> dump
>> restore [DUMP FILE]
>> create_database
>> drop_database
>> list_databases
>> list_fields TABLE
>> list_tables
>>
>> I tried to cover all the possible interactive situations in here but it
>> may not work properly. If you find anything weird/wrong, please let me know.
>>
>> Regards,
>>
>>     
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Oscar-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>   


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to