It a broad question... What have you try so far... On ExtJS, it should only be a matter of including CDN ( https://cdnjs.com/libraries/extjs) or the proper JS file if it you use local build in your views... And about Oracle, you need to write the proper connection string *Oracle* oracle://username/password@test http://www.web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#DAL-constructor
Once you have the proper db connection string, you need to define the models that you want to accès in this database from web2py : http://www.web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Table-constructor Richard On Wed, Jan 27, 2016 at 7:13 AM, john sitjar <[email protected]> wrote: > good day i would like to ask on how to run an extjs6 application using > web2py,with the database connection on oracle? plz help tnx > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

