Enterprise replication between two databases

Hi,
I would like to configure an enterprise replication between two databases (for only specific tables) in one single database server. Can this be accomplished by creating an alias name for the dbserver and using the actual dbservername and the dbserveralias to start replication?
I.e., DBSERVER=ids_em, DBSERVERALIAS=ids_em_alias, 1st db=test, 2nd db=test1, specific tables to be replicated from test to test1.
I don’t want to use triggers, as triggers are immediate and any error on “test1” would prevent the transaction from getting committed even in the db “test”. So I preferred to use ER in background. Can anybody help me out?
Regards.
