Cesbron, Brice wrote:
> Hello,
>  
> I have downloaded virtuoso-opensource-win32-5.0.1. I launch the admin
> interface : http://localhost:8890/conductor with log dba/dba.
> What I try to do :
> - Create a new database called "architest"
> - Import in this db an ontology using advice given by open link
> members (cf : Email Archive: virtuoso-users
> <http://sourceforge.net/mailarchive/forum.php?forum_name=virtuoso-users> )
>  
> I've already read pages and pages of tuto but without any
> success...Can't I create my own database with the free open source
> version of Virtuoso?
> If someone got any idea.
Databases as separate schema entities do not exist in a way they exist
in Oracle, for example.  The catalog and schema name parts function more
like namespaces. Thus you don't need to explicitly create a database.

To create tables with catalog (database) identifier "architest" you
simply use something like:

create table architest.dba.my_table (
...
)

If you use the conductor, you will see a new top level item "architest"
in the schema objects page.

Yrjänä

> Thanks in advance.
>  
> Brice Cesbron
> Capgemini Marseille - France
>  
> This message contains information that may be privileged or
> confidential and is the property of the Capgemini Group. It is
> intended only for the person to whom it is addressed. If you are not
> the intended recipient, you are not authorized to read, print, retain,
> copy, disseminate, distribute, or use this message or any part
> thereof. If you receive this message in error, please notify the
> sender immediately and delete all copies of this message.
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>   


Reply via email to