blob: 447b8207e8af01f9c69e463dff1483323fb926c3 [file] [log] [blame]
{"version":3,"sources":["webpack:///./src/pages/docs/Connecting to Databases/oracle.mdx"],"names":["_frontmatter","layoutProps","MDXLayout","DefaultLayout","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"wPAQaA,G,UAAe,S,mOAC5B,IAAMC,EAAc,CAClBD,gBAEIE,EAAYC,IACH,SAASC,EAAT,GAGZ,IAFDC,EAEC,EAFDA,WACGC,EACF,8BACD,OAAO,YAACJ,EAAD,eAAeD,EAAiBK,EAAhC,CAAuCD,WAAYA,EAAYE,QAAQ,cAG5E,iBAAQ,CACN,GAAM,UADR,UAGA,8DACF,6BAAGC,WAAW,KAAQ,CAChB,KAAQ,4EADd,aADE,KAIA,uEACA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,6D,iOAMTJ,EAAWK,gBAAiB","file":"component---src-pages-docs-connecting-to-databases-oracle-mdx-36e9d4d15d87225bf9c5.js","sourcesContent":["import * as React from 'react'\n /* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\n\nimport DefaultLayout from \"/home/runner/work/superset/superset/docs/node_modules/gatsby-theme-docz/src/base/Layout.js\";\nexport const _frontmatter = {};\nconst layoutProps = {\n _frontmatter\n};\nconst MDXLayout = DefaultLayout;\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n\n <h2 {...{\n \"id\": \"oracle\"\n }}>{`Oracle`}</h2>\n <p>{`The recommended connector library is\n`}<a parentName=\"p\" {...{\n \"href\": \"https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html\"\n }}>{`cx_Oracle`}</a>{`.`}</p>\n <p>{`The connection string is formatted as follows:`}</p>\n <pre><code parentName=\"pre\" {...{}}>{`oracle://<username>:<password>@<hostname>:<port>\n`}</code></pre>\n\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;\n "],"sourceRoot":""}