Dll oracle orbeon 3.9.1

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Dll oracle orbeon 3.9.1

jsaiz
Hello,

Would need the dll oracle for creating tables Orbeon version 3.9.1, but I'm seeing in the repository that has been deleted,

You could get it from somewhere?

thanks
Reply | Threaded
Open this post in threaded view
|

Re: Dll oracle orbeon 3.9.1

Alessandro  Vernet
Administrator
To create the initial set of tables, you need another tool. If you're doing this yourself, you can use Oracle SQL Developer (link below), and if in your organization this is something that is typically done by your DBA, she might already have another tools she prefers for the job.

http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html

And of course, you'll let us know if you're having any trouble with this.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Dll oracle orbeon 3.9.1

Erik Bruchez
Administrator
In reply to this post by jsaiz
So you mean DDL, not DLL, right?

The DLL hasn't changed between 3.9.x and 4.3. So you can use the 4.3 one:

    https://github.com/orbeon/orbeon-forms/blob/master/src/resources/apps/fr/persistence/relational/ddl/oracle-4_3.sql

-Erik