A new topic, 'Documentation', has been made on a board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=649.new#new

The text of the topic is shown below:

Hi,

In the tutorial, http://www.liquibase.org/tutorial-using-oracle, chapter 5.4 
you find this diff command:

Code:
liquibase diff --baseUrl=jdbc:oracle:thin:@localhost:1521:XE 
--baseUsername=lb_test --basePassword=lb_test

However, in http://www.liquibase.org/manual/diff we find this:

Code:
liqubase.sh --driver=oracle.jdbc.OracleDriver 
        --url=jdbc:oracle:thin:@testdb:1521:test 
        --username=bob 
        --password=bob 
    diff 
        --baseUrl=jdbc:oracle:thin:@localhost/XE 
        --baseUsername=bob 
        --basePassword=bob


Is the tutorial wrong or am I missing something?

PS. Just about to try it out DS.

Best regards /Lasse

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The Liquibase Community Forum Team.
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to