Skip to content

jdemaria22/nuxt-oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuxt-oracle

Nuxt.js project

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.

Instalar Instantclient

Descargar instantclient de la página de oracle y agregar las siguientes variables: Agregar al path

$ set OCI_LIB_DIR=C:\oracle\product\12.1.0\dbhome_1\oci\lib\msvc
$ set OCI_INC_DIR=C:\oracle\product\12.1.0\dbhome_1\oci\include

$ set OCI_INC_DIR=C:\oracle\instantclient_12_2
$ set OCI_LIB_DIR=C:\oracle\instantclient_12_2

$ set OCI_INCLUDE_DIR=C:\oracle\instantclient_12_2/sdk/include
$ set OCI_VERSION=12
$ set NLS_LANG=AMERICAN_AMERICA.UTF8

$ agregar al path el instant client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages