[{"data":1,"prerenderedAt":6848},["ShallowReactive",2],{"tutorial-oracle-duckdb":3,"content-query-NP1Aav2Rhh":2353,"content-query-rKSNKbqzOY":4392},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"date":10,"category":11,"module":12,"isModuleIndex":13,"prerequisites":14,"resources":18,"author":28,"body":32,"_type":2347,"_id":2348,"_source":2349,"_file":2350,"_stem":2351,"_extension":2352},"/tutorials/oracle-duckdb","tutorials",false,"","Oracle to DuckDB","Move data from Oracle XE into DuckDB using Bruin's oracle-duckdb template - includes Docker setup, data seeding, and a downstream SQL transformation.","2026-04-15","Module","oracle-duckdb",true,[15,16,17],"\u003Ca href=\"https://getbruin.com/docs/bruin/getting-started/introduction/installation.html\">Bruin CLI\u003C/a> installed","\u003Ca href=\"https://www.docker.com/products/docker-desktop/\">Docker Desktop\u003C/a> installed and running","\u003Ca href=\"https://duckdb.org/docs/installation/\">DuckDB CLI\u003C/a> (optional, for querying results)",[19,22,25],{"label":20,"url":21},"Bruin CLI documentation","https://getbruin.com/docs/bruin/overview.html",{"label":23,"url":24},"Oracle connection reference","https://getbruin.com/docs/bruin/connections/oracle.html",{"label":26,"url":27},"DuckDB platform docs","https://getbruin.com/docs/bruin/platforms/duckdb.html",{"name":29,"role":30,"image":31},"Bruin Team","Bruin Data","/bruin-logo-2025.svg",{"type":33,"children":34,"toc":2335},"root",[35,57,67,85,96,100,107,112,119,131,169,175,188,418,424,429,511,516,522,535,583,678,684,712,2189,2195,2228,2240,2246,2271,2276,2282,2287,2329],{"type":36,"tag":37,"props":38,"children":39},"element","p",{},[40,47,49,55],{"type":36,"tag":41,"props":42,"children":43},"strong",{},[44],{"type":45,"value":46},"text","What is this?",{"type":45,"value":48}," A tutorial that walks you through using the ",{"type":36,"tag":50,"props":51,"children":53},"code",{"className":52},[],[54],{"type":45,"value":12},{"type":45,"value":56}," template to move data from Oracle XE into DuckDB. You'll spin up a local Oracle instance with Docker, seed it with sample data, run the Bruin pipeline to transfer and transform the data, and verify the results.",{"type":36,"tag":37,"props":58,"children":59},{},[60,65],{"type":36,"tag":41,"props":61,"children":62},{},[63],{"type":45,"value":64},"What you'll learn:",{"type":45,"value":66}," How to use Bruin templates, configure Oracle and DuckDB connections, set up a local Oracle XE instance with Docker, and run a pipeline that includes both data ingestion and SQL transformations.",{"type":36,"tag":37,"props":68,"children":69},{},[70,75,77,83],{"type":36,"tag":41,"props":71,"children":72},{},[73],{"type":45,"value":74},"What you'll build:",{"type":45,"value":76}," A pipeline that ingests three Oracle tables (customers, orders, order_items), transfers them to DuckDB, then runs a SQL transformation to create an aggregated ",{"type":36,"tag":50,"props":78,"children":80},{"className":79},[],[81],{"type":45,"value":82},"sales_per_customer",{"type":45,"value":84}," report.",{"type":36,"tag":37,"props":86,"children":87},{},[88],{"type":36,"tag":89,"props":90,"children":93},"a",{"href":91,"style":92},"/learn/oracle-duckdb/initialize-configure","display:inline-block;background:#111827;color:#fff;padding:0.625rem 1.25rem;border-radius:0.5rem;font-weight:500;text-decoration:none;font-size:0.875rem;margin-top:0.5rem;",[94],{"type":45,"value":95},"Start tutorial →",{"type":36,"tag":97,"props":98,"children":99},"hr",{},[],{"type":36,"tag":101,"props":102,"children":104},"h2",{"id":103},"full-tutorial",[105],{"type":45,"value":106},"Full tutorial",{"type":36,"tag":37,"props":108,"children":109},{},[110],{"type":45,"value":111},"Below is the complete tutorial you can read through, or use the step-by-step version above.",{"type":36,"tag":113,"props":114,"children":116},"h3",{"id":115},"initialize-the-project",[117],{"type":45,"value":118},"Initialize the project",{"type":36,"tag":37,"props":120,"children":121},{},[122,124,129],{"type":45,"value":123},"Scaffold the project from the ",{"type":36,"tag":50,"props":125,"children":127},{"className":126},[],[128],{"type":45,"value":12},{"type":45,"value":130}," template:",{"type":36,"tag":132,"props":133,"children":137},"pre",{"className":134,"code":135,"language":136,"meta":7,"style":7},"language-bash shiki shiki-themes github-dark","bruin init oracle-duckdb oracle-demo\n","bash",[138],{"type":36,"tag":50,"props":139,"children":140},{"__ignoreMap":7},[141],{"type":36,"tag":142,"props":143,"children":146},"span",{"class":144,"line":145},"line",1,[147,153,159,164],{"type":36,"tag":142,"props":148,"children":150},{"style":149},"--shiki-default:#B392F0",[151],{"type":45,"value":152},"bruin",{"type":36,"tag":142,"props":154,"children":156},{"style":155},"--shiki-default:#9ECBFF",[157],{"type":45,"value":158}," init",{"type":36,"tag":142,"props":160,"children":161},{"style":155},[162],{"type":45,"value":163}," oracle-duckdb",{"type":36,"tag":142,"props":165,"children":166},{"style":155},[167],{"type":45,"value":168}," oracle-demo\n",{"type":36,"tag":113,"props":170,"children":172},{"id":171},"configure-connections",[173],{"type":45,"value":174},"Configure connections",{"type":36,"tag":37,"props":176,"children":177},{},[178,180,186],{"type":45,"value":179},"Edit ",{"type":36,"tag":50,"props":181,"children":183},{"className":182},[],[184],{"type":45,"value":185},".bruin.yml",{"type":45,"value":187}," to set Oracle and DuckDB connection details:",{"type":36,"tag":132,"props":189,"children":193},{"className":190,"code":191,"language":192,"meta":7,"style":7},"language-yaml shiki shiki-themes github-dark","environments:\n  default:\n    connections:\n      oracle:\n        - name: \"oracle-default\"\n          host: \"127.0.0.1\"\n          port: 1521\n          user: \"BRUIN_TMPL\"\n          password: \"BruinRocks123\"\n          service_name: \"XEPDB1\"\n      duckdb:\n        - name: \"duckdb-default\"\n          path: \"./oracle_duckdb.db\"\n","yaml",[194],{"type":36,"tag":50,"props":195,"children":196},{"__ignoreMap":7},[197,212,225,238,251,275,293,312,330,348,366,379,400],{"type":36,"tag":142,"props":198,"children":199},{"class":144,"line":145},[200,206],{"type":36,"tag":142,"props":201,"children":203},{"style":202},"--shiki-default:#85E89D",[204],{"type":45,"value":205},"environments",{"type":36,"tag":142,"props":207,"children":209},{"style":208},"--shiki-default:#E1E4E8",[210],{"type":45,"value":211},":\n",{"type":36,"tag":142,"props":213,"children":215},{"class":144,"line":214},2,[216,221],{"type":36,"tag":142,"props":217,"children":218},{"style":202},[219],{"type":45,"value":220},"  default",{"type":36,"tag":142,"props":222,"children":223},{"style":208},[224],{"type":45,"value":211},{"type":36,"tag":142,"props":226,"children":228},{"class":144,"line":227},3,[229,234],{"type":36,"tag":142,"props":230,"children":231},{"style":202},[232],{"type":45,"value":233},"    connections",{"type":36,"tag":142,"props":235,"children":236},{"style":208},[237],{"type":45,"value":211},{"type":36,"tag":142,"props":239,"children":241},{"class":144,"line":240},4,[242,247],{"type":36,"tag":142,"props":243,"children":244},{"style":202},[245],{"type":45,"value":246},"      oracle",{"type":36,"tag":142,"props":248,"children":249},{"style":208},[250],{"type":45,"value":211},{"type":36,"tag":142,"props":252,"children":254},{"class":144,"line":253},5,[255,260,265,270],{"type":36,"tag":142,"props":256,"children":257},{"style":208},[258],{"type":45,"value":259},"        - ",{"type":36,"tag":142,"props":261,"children":262},{"style":202},[263],{"type":45,"value":264},"name",{"type":36,"tag":142,"props":266,"children":267},{"style":208},[268],{"type":45,"value":269},": ",{"type":36,"tag":142,"props":271,"children":272},{"style":155},[273],{"type":45,"value":274},"\"oracle-default\"\n",{"type":36,"tag":142,"props":276,"children":278},{"class":144,"line":277},6,[279,284,288],{"type":36,"tag":142,"props":280,"children":281},{"style":202},[282],{"type":45,"value":283},"          host",{"type":36,"tag":142,"props":285,"children":286},{"style":208},[287],{"type":45,"value":269},{"type":36,"tag":142,"props":289,"children":290},{"style":155},[291],{"type":45,"value":292},"\"127.0.0.1\"\n",{"type":36,"tag":142,"props":294,"children":296},{"class":144,"line":295},7,[297,302,306],{"type":36,"tag":142,"props":298,"children":299},{"style":202},[300],{"type":45,"value":301},"          port",{"type":36,"tag":142,"props":303,"children":304},{"style":208},[305],{"type":45,"value":269},{"type":36,"tag":142,"props":307,"children":309},{"style":308},"--shiki-default:#79B8FF",[310],{"type":45,"value":311},"1521\n",{"type":36,"tag":142,"props":313,"children":315},{"class":144,"line":314},8,[316,321,325],{"type":36,"tag":142,"props":317,"children":318},{"style":202},[319],{"type":45,"value":320},"          user",{"type":36,"tag":142,"props":322,"children":323},{"style":208},[324],{"type":45,"value":269},{"type":36,"tag":142,"props":326,"children":327},{"style":155},[328],{"type":45,"value":329},"\"BRUIN_TMPL\"\n",{"type":36,"tag":142,"props":331,"children":333},{"class":144,"line":332},9,[334,339,343],{"type":36,"tag":142,"props":335,"children":336},{"style":202},[337],{"type":45,"value":338},"          password",{"type":36,"tag":142,"props":340,"children":341},{"style":208},[342],{"type":45,"value":269},{"type":36,"tag":142,"props":344,"children":345},{"style":155},[346],{"type":45,"value":347},"\"BruinRocks123\"\n",{"type":36,"tag":142,"props":349,"children":351},{"class":144,"line":350},10,[352,357,361],{"type":36,"tag":142,"props":353,"children":354},{"style":202},[355],{"type":45,"value":356},"          service_name",{"type":36,"tag":142,"props":358,"children":359},{"style":208},[360],{"type":45,"value":269},{"type":36,"tag":142,"props":362,"children":363},{"style":155},[364],{"type":45,"value":365},"\"XEPDB1\"\n",{"type":36,"tag":142,"props":367,"children":369},{"class":144,"line":368},11,[370,375],{"type":36,"tag":142,"props":371,"children":372},{"style":202},[373],{"type":45,"value":374},"      duckdb",{"type":36,"tag":142,"props":376,"children":377},{"style":208},[378],{"type":45,"value":211},{"type":36,"tag":142,"props":380,"children":382},{"class":144,"line":381},12,[383,387,391,395],{"type":36,"tag":142,"props":384,"children":385},{"style":208},[386],{"type":45,"value":259},{"type":36,"tag":142,"props":388,"children":389},{"style":202},[390],{"type":45,"value":264},{"type":36,"tag":142,"props":392,"children":393},{"style":208},[394],{"type":45,"value":269},{"type":36,"tag":142,"props":396,"children":397},{"style":155},[398],{"type":45,"value":399},"\"duckdb-default\"\n",{"type":36,"tag":142,"props":401,"children":403},{"class":144,"line":402},13,[404,409,413],{"type":36,"tag":142,"props":405,"children":406},{"style":202},[407],{"type":45,"value":408},"          path",{"type":36,"tag":142,"props":410,"children":411},{"style":208},[412],{"type":45,"value":269},{"type":36,"tag":142,"props":414,"children":415},{"style":155},[416],{"type":45,"value":417},"\"./oracle_duckdb.db\"\n",{"type":36,"tag":113,"props":419,"children":421},{"id":420},"launch-oracle-xe-with-docker",[422],{"type":45,"value":423},"Launch Oracle XE with Docker",{"type":36,"tag":37,"props":425,"children":426},{},[427],{"type":45,"value":428},"Start an Oracle XE container:",{"type":36,"tag":132,"props":430,"children":432},{"className":134,"code":431,"language":136,"meta":7,"style":7},"docker run -d --name oracle-xe \\\n  -p 1521:1521 \\\n  -e ORACLE_PASSWORD=SystemPass123 \\\n  container-registry.oracle.com/database/express:latest\n",[433],{"type":36,"tag":50,"props":434,"children":435},{"__ignoreMap":7},[436,469,486,503],{"type":36,"tag":142,"props":437,"children":438},{"class":144,"line":145},[439,444,449,454,459,464],{"type":36,"tag":142,"props":440,"children":441},{"style":149},[442],{"type":45,"value":443},"docker",{"type":36,"tag":142,"props":445,"children":446},{"style":155},[447],{"type":45,"value":448}," run",{"type":36,"tag":142,"props":450,"children":451},{"style":308},[452],{"type":45,"value":453}," -d",{"type":36,"tag":142,"props":455,"children":456},{"style":308},[457],{"type":45,"value":458}," --name",{"type":36,"tag":142,"props":460,"children":461},{"style":155},[462],{"type":45,"value":463}," oracle-xe",{"type":36,"tag":142,"props":465,"children":466},{"style":308},[467],{"type":45,"value":468}," \\\n",{"type":36,"tag":142,"props":470,"children":471},{"class":144,"line":214},[472,477,482],{"type":36,"tag":142,"props":473,"children":474},{"style":308},[475],{"type":45,"value":476},"  -p",{"type":36,"tag":142,"props":478,"children":479},{"style":155},[480],{"type":45,"value":481}," 1521:1521",{"type":36,"tag":142,"props":483,"children":484},{"style":308},[485],{"type":45,"value":468},{"type":36,"tag":142,"props":487,"children":488},{"class":144,"line":227},[489,494,499],{"type":36,"tag":142,"props":490,"children":491},{"style":308},[492],{"type":45,"value":493},"  -e",{"type":36,"tag":142,"props":495,"children":496},{"style":155},[497],{"type":45,"value":498}," ORACLE_PASSWORD=SystemPass123",{"type":36,"tag":142,"props":500,"children":501},{"style":308},[502],{"type":45,"value":468},{"type":36,"tag":142,"props":504,"children":505},{"class":144,"line":240},[506],{"type":36,"tag":142,"props":507,"children":508},{"style":155},[509],{"type":45,"value":510},"  container-registry.oracle.com/database/express:latest\n",{"type":36,"tag":37,"props":512,"children":513},{},[514],{"type":45,"value":515},"Wait for the database to be ready (this can take a few minutes on first run).",{"type":36,"tag":113,"props":517,"children":519},{"id":518},"create-the-database-user",[520],{"type":45,"value":521},"Create the database user",{"type":36,"tag":37,"props":523,"children":524},{},[525,527,533],{"type":45,"value":526},"Connect to the container and create the ",{"type":36,"tag":50,"props":528,"children":530},{"className":529},[],[531],{"type":45,"value":532},"BRUIN_TMPL",{"type":45,"value":534}," user:",{"type":36,"tag":132,"props":536,"children":538},{"className":134,"code":537,"language":136,"meta":7,"style":7},"docker exec -it oracle-xe sqlplus sys/SystemPass123@XEPDB1 as sysdba\n",[539],{"type":36,"tag":50,"props":540,"children":541},{"__ignoreMap":7},[542],{"type":36,"tag":142,"props":543,"children":544},{"class":144,"line":145},[545,549,554,559,563,568,573,578],{"type":36,"tag":142,"props":546,"children":547},{"style":149},[548],{"type":45,"value":443},{"type":36,"tag":142,"props":550,"children":551},{"style":155},[552],{"type":45,"value":553}," exec",{"type":36,"tag":142,"props":555,"children":556},{"style":308},[557],{"type":45,"value":558}," -it",{"type":36,"tag":142,"props":560,"children":561},{"style":155},[562],{"type":45,"value":463},{"type":36,"tag":142,"props":564,"children":565},{"style":155},[566],{"type":45,"value":567}," sqlplus",{"type":36,"tag":142,"props":569,"children":570},{"style":155},[571],{"type":45,"value":572}," sys/SystemPass123@XEPDB1",{"type":36,"tag":142,"props":574,"children":575},{"style":155},[576],{"type":45,"value":577}," as",{"type":36,"tag":142,"props":579,"children":580},{"style":155},[581],{"type":45,"value":582}," sysdba\n",{"type":36,"tag":132,"props":584,"children":588},{"className":585,"code":586,"language":587,"meta":7,"style":7},"language-sql shiki shiki-themes github-dark","CREATE USER BRUIN_TMPL IDENTIFIED BY \"BruinRocks123\";\nGRANT CONNECT, RESOURCE, UNLIMITED TABLESPACE TO BRUIN_TMPL;\n","sql",[589],{"type":36,"tag":50,"props":590,"children":591},{"__ignoreMap":7},[592,631],{"type":36,"tag":142,"props":593,"children":594},{"class":144,"line":145},[595,601,606,611,616,621,626],{"type":36,"tag":142,"props":596,"children":598},{"style":597},"--shiki-default:#F97583",[599],{"type":45,"value":600},"CREATE",{"type":36,"tag":142,"props":602,"children":603},{"style":597},[604],{"type":45,"value":605}," USER",{"type":36,"tag":142,"props":607,"children":608},{"style":149},[609],{"type":45,"value":610}," BRUIN_TMPL",{"type":36,"tag":142,"props":612,"children":613},{"style":208},[614],{"type":45,"value":615}," IDENTIFIED ",{"type":36,"tag":142,"props":617,"children":618},{"style":597},[619],{"type":45,"value":620},"BY",{"type":36,"tag":142,"props":622,"children":623},{"style":155},[624],{"type":45,"value":625}," \"BruinRocks123\"",{"type":36,"tag":142,"props":627,"children":628},{"style":208},[629],{"type":45,"value":630},";\n",{"type":36,"tag":142,"props":632,"children":633},{"class":144,"line":214},[634,639,644,649,654,658,663,668,673],{"type":36,"tag":142,"props":635,"children":636},{"style":597},[637],{"type":45,"value":638},"GRANT",{"type":36,"tag":142,"props":640,"children":641},{"style":597},[642],{"type":45,"value":643}," CONNECT",{"type":36,"tag":142,"props":645,"children":646},{"style":208},[647],{"type":45,"value":648},", ",{"type":36,"tag":142,"props":650,"children":651},{"style":597},[652],{"type":45,"value":653},"RESOURCE",{"type":36,"tag":142,"props":655,"children":656},{"style":208},[657],{"type":45,"value":648},{"type":36,"tag":142,"props":659,"children":660},{"style":597},[661],{"type":45,"value":662},"UNLIMITED",{"type":36,"tag":142,"props":664,"children":665},{"style":208},[666],{"type":45,"value":667}," TABLESPACE ",{"type":36,"tag":142,"props":669,"children":670},{"style":597},[671],{"type":45,"value":672},"TO",{"type":36,"tag":142,"props":674,"children":675},{"style":208},[676],{"type":45,"value":677}," BRUIN_TMPL;\n",{"type":36,"tag":113,"props":679,"children":681},{"id":680},"seed-the-data",[682],{"type":45,"value":683},"Seed the data",{"type":36,"tag":37,"props":685,"children":686},{},[687,689,695,696,702,704,710],{"type":45,"value":688},"Create and populate three tables - ",{"type":36,"tag":50,"props":690,"children":692},{"className":691},[],[693],{"type":45,"value":694},"customers",{"type":45,"value":648},{"type":36,"tag":50,"props":697,"children":699},{"className":698},[],[700],{"type":45,"value":701},"orders",{"type":45,"value":703},", and ",{"type":36,"tag":50,"props":705,"children":707},{"className":706},[],[708],{"type":45,"value":709},"order_items",{"type":45,"value":711},":",{"type":36,"tag":132,"props":713,"children":715},{"className":585,"code":714,"language":587,"meta":7,"style":7},"-- Customers\nCREATE TABLE BRUIN_TMPL.customers (\n  customer_id NUMBER PRIMARY KEY,\n  full_name   VARCHAR2(100),\n  segment     VARCHAR2(50),\n  email       VARCHAR2(150),\n  updated_at  TIMESTAMP DEFAULT SYSTIMESTAMP\n);\n\nINSERT INTO BRUIN_TMPL.customers VALUES (1, 'Alice Müller', 'Enterprise', 'alice@example.com', SYSTIMESTAMP);\nINSERT INTO BRUIN_TMPL.customers VALUES (2, 'Bob Santos', 'SMB', 'bob@example.com', SYSTIMESTAMP);\nINSERT INTO BRUIN_TMPL.customers VALUES (3, 'Charlie Kim', 'Enterprise', 'charlie@example.com', SYSTIMESTAMP);\n\n-- Orders\nCREATE TABLE BRUIN_TMPL.orders (\n  order_id     NUMBER PRIMARY KEY,\n  customer_id  NUMBER,\n  order_status VARCHAR2(30),\n  order_total  NUMBER(10,2),\n  ordered_at   TIMESTAMP DEFAULT SYSTIMESTAMP\n);\n\nINSERT INTO BRUIN_TMPL.orders VALUES (101, 1, 'shipped', 250.00, SYSTIMESTAMP);\nINSERT INTO BRUIN_TMPL.orders VALUES (102, 1, 'delivered', 125.50, SYSTIMESTAMP);\nINSERT INTO BRUIN_TMPL.orders VALUES (103, 2, 'pending', 89.99, SYSTIMESTAMP);\nINSERT INTO BRUIN_TMPL.orders VALUES (104, 3, 'shipped', 430.00, SYSTIMESTAMP);\n\n-- Order Items\nCREATE TABLE BRUIN_TMPL.order_items (\n  order_item_id NUMBER PRIMARY KEY,\n  order_id      NUMBER,\n  product_sku   VARCHAR2(50),\n  quantity      NUMBER,\n  unit_price    NUMBER(10,2)\n);\n\nINSERT INTO BRUIN_TMPL.order_items VALUES (1001, 101, 'SKU-A1', 2, 75.00);\nINSERT INTO BRUIN_TMPL.order_items VALUES (1002, 101, 'SKU-B2', 1, 100.00);\nINSERT INTO BRUIN_TMPL.order_items VALUES (1003, 102, 'SKU-A1', 1, 75.00);\nINSERT INTO BRUIN_TMPL.order_items VALUES (1004, 102, 'SKU-C3', 1, 50.50);\nINSERT INTO BRUIN_TMPL.order_items VALUES (1005, 103, 'SKU-B2', 1, 89.99);\nINSERT INTO BRUIN_TMPL.order_items VALUES (1006, 104, 'SKU-D4', 2, 215.00);\nCOMMIT;\n",[716],{"type":36,"tag":50,"props":717,"children":718},{"__ignoreMap":7},[719,728,749,772,800,825,850,873,881,889,957,1020,1082,1089,1098,1119,1140,1157,1183,1218,1239,1247,1255,1327,1398,1470,1540,1548,1557,1578,1599,1616,1641,1658,1692,1700,1708,1787,1865,1942,2020,2097,2176],{"type":36,"tag":142,"props":720,"children":721},{"class":144,"line":145},[722],{"type":36,"tag":142,"props":723,"children":725},{"style":724},"--shiki-default:#6A737D",[726],{"type":45,"value":727},"-- Customers\n",{"type":36,"tag":142,"props":729,"children":730},{"class":144,"line":214},[731,735,740,744],{"type":36,"tag":142,"props":732,"children":733},{"style":597},[734],{"type":45,"value":600},{"type":36,"tag":142,"props":736,"children":737},{"style":597},[738],{"type":45,"value":739}," TABLE",{"type":36,"tag":142,"props":741,"children":742},{"style":149},[743],{"type":45,"value":610},{"type":36,"tag":142,"props":745,"children":746},{"style":208},[747],{"type":45,"value":748},".customers (\n",{"type":36,"tag":142,"props":750,"children":751},{"class":144,"line":227},[752,757,762,767],{"type":36,"tag":142,"props":753,"children":754},{"style":208},[755],{"type":45,"value":756},"  customer_id ",{"type":36,"tag":142,"props":758,"children":759},{"style":597},[760],{"type":45,"value":761},"NUMBER",{"type":36,"tag":142,"props":763,"children":764},{"style":597},[765],{"type":45,"value":766}," PRIMARY KEY",{"type":36,"tag":142,"props":768,"children":769},{"style":208},[770],{"type":45,"value":771},",\n",{"type":36,"tag":142,"props":773,"children":774},{"class":144,"line":240},[775,780,785,790,795],{"type":36,"tag":142,"props":776,"children":777},{"style":208},[778],{"type":45,"value":779},"  full_name   ",{"type":36,"tag":142,"props":781,"children":782},{"style":597},[783],{"type":45,"value":784},"VARCHAR2",{"type":36,"tag":142,"props":786,"children":787},{"style":208},[788],{"type":45,"value":789},"(",{"type":36,"tag":142,"props":791,"children":792},{"style":308},[793],{"type":45,"value":794},"100",{"type":36,"tag":142,"props":796,"children":797},{"style":208},[798],{"type":45,"value":799},"),\n",{"type":36,"tag":142,"props":801,"children":802},{"class":144,"line":253},[803,808,812,816,821],{"type":36,"tag":142,"props":804,"children":805},{"style":208},[806],{"type":45,"value":807},"  segment     ",{"type":36,"tag":142,"props":809,"children":810},{"style":597},[811],{"type":45,"value":784},{"type":36,"tag":142,"props":813,"children":814},{"style":208},[815],{"type":45,"value":789},{"type":36,"tag":142,"props":817,"children":818},{"style":308},[819],{"type":45,"value":820},"50",{"type":36,"tag":142,"props":822,"children":823},{"style":208},[824],{"type":45,"value":799},{"type":36,"tag":142,"props":826,"children":827},{"class":144,"line":277},[828,833,837,841,846],{"type":36,"tag":142,"props":829,"children":830},{"style":208},[831],{"type":45,"value":832},"  email       ",{"type":36,"tag":142,"props":834,"children":835},{"style":597},[836],{"type":45,"value":784},{"type":36,"tag":142,"props":838,"children":839},{"style":208},[840],{"type":45,"value":789},{"type":36,"tag":142,"props":842,"children":843},{"style":308},[844],{"type":45,"value":845},"150",{"type":36,"tag":142,"props":847,"children":848},{"style":208},[849],{"type":45,"value":799},{"type":36,"tag":142,"props":851,"children":852},{"class":144,"line":295},[853,858,863,868],{"type":36,"tag":142,"props":854,"children":855},{"style":208},[856],{"type":45,"value":857},"  updated_at  ",{"type":36,"tag":142,"props":859,"children":860},{"style":597},[861],{"type":45,"value":862},"TIMESTAMP",{"type":36,"tag":142,"props":864,"children":865},{"style":597},[866],{"type":45,"value":867}," DEFAULT",{"type":36,"tag":142,"props":869,"children":870},{"style":208},[871],{"type":45,"value":872}," SYSTIMESTAMP\n",{"type":36,"tag":142,"props":874,"children":875},{"class":144,"line":314},[876],{"type":36,"tag":142,"props":877,"children":878},{"style":208},[879],{"type":45,"value":880},");\n",{"type":36,"tag":142,"props":882,"children":883},{"class":144,"line":332},[884],{"type":36,"tag":142,"props":885,"children":886},{"emptyLinePlaceholder":13},[887],{"type":45,"value":888},"\n",{"type":36,"tag":142,"props":890,"children":891},{"class":144,"line":350},[892,897,901,906,910,915,920,925,929,934,938,943,947,952],{"type":36,"tag":142,"props":893,"children":894},{"style":597},[895],{"type":45,"value":896},"INSERT INTO",{"type":36,"tag":142,"props":898,"children":899},{"style":308},[900],{"type":45,"value":610},{"type":36,"tag":142,"props":902,"children":903},{"style":208},[904],{"type":45,"value":905},".",{"type":36,"tag":142,"props":907,"children":908},{"style":308},[909],{"type":45,"value":694},{"type":36,"tag":142,"props":911,"children":912},{"style":597},[913],{"type":45,"value":914}," VALUES",{"type":36,"tag":142,"props":916,"children":917},{"style":208},[918],{"type":45,"value":919}," (",{"type":36,"tag":142,"props":921,"children":922},{"style":308},[923],{"type":45,"value":924},"1",{"type":36,"tag":142,"props":926,"children":927},{"style":208},[928],{"type":45,"value":648},{"type":36,"tag":142,"props":930,"children":931},{"style":155},[932],{"type":45,"value":933},"'Alice Müller'",{"type":36,"tag":142,"props":935,"children":936},{"style":208},[937],{"type":45,"value":648},{"type":36,"tag":142,"props":939,"children":940},{"style":155},[941],{"type":45,"value":942},"'Enterprise'",{"type":36,"tag":142,"props":944,"children":945},{"style":208},[946],{"type":45,"value":648},{"type":36,"tag":142,"props":948,"children":949},{"style":155},[950],{"type":45,"value":951},"'alice@example.com'",{"type":36,"tag":142,"props":953,"children":954},{"style":208},[955],{"type":45,"value":956},", SYSTIMESTAMP);\n",{"type":36,"tag":142,"props":958,"children":959},{"class":144,"line":368},[960,964,968,972,976,980,984,989,993,998,1002,1007,1011,1016],{"type":36,"tag":142,"props":961,"children":962},{"style":597},[963],{"type":45,"value":896},{"type":36,"tag":142,"props":965,"children":966},{"style":308},[967],{"type":45,"value":610},{"type":36,"tag":142,"props":969,"children":970},{"style":208},[971],{"type":45,"value":905},{"type":36,"tag":142,"props":973,"children":974},{"style":308},[975],{"type":45,"value":694},{"type":36,"tag":142,"props":977,"children":978},{"style":597},[979],{"type":45,"value":914},{"type":36,"tag":142,"props":981,"children":982},{"style":208},[983],{"type":45,"value":919},{"type":36,"tag":142,"props":985,"children":986},{"style":308},[987],{"type":45,"value":988},"2",{"type":36,"tag":142,"props":990,"children":991},{"style":208},[992],{"type":45,"value":648},{"type":36,"tag":142,"props":994,"children":995},{"style":155},[996],{"type":45,"value":997},"'Bob Santos'",{"type":36,"tag":142,"props":999,"children":1000},{"style":208},[1001],{"type":45,"value":648},{"type":36,"tag":142,"props":1003,"children":1004},{"style":155},[1005],{"type":45,"value":1006},"'SMB'",{"type":36,"tag":142,"props":1008,"children":1009},{"style":208},[1010],{"type":45,"value":648},{"type":36,"tag":142,"props":1012,"children":1013},{"style":155},[1014],{"type":45,"value":1015},"'bob@example.com'",{"type":36,"tag":142,"props":1017,"children":1018},{"style":208},[1019],{"type":45,"value":956},{"type":36,"tag":142,"props":1021,"children":1022},{"class":144,"line":381},[1023,1027,1031,1035,1039,1043,1047,1052,1056,1061,1065,1069,1073,1078],{"type":36,"tag":142,"props":1024,"children":1025},{"style":597},[1026],{"type":45,"value":896},{"type":36,"tag":142,"props":1028,"children":1029},{"style":308},[1030],{"type":45,"value":610},{"type":36,"tag":142,"props":1032,"children":1033},{"style":208},[1034],{"type":45,"value":905},{"type":36,"tag":142,"props":1036,"children":1037},{"style":308},[1038],{"type":45,"value":694},{"type":36,"tag":142,"props":1040,"children":1041},{"style":597},[1042],{"type":45,"value":914},{"type":36,"tag":142,"props":1044,"children":1045},{"style":208},[1046],{"type":45,"value":919},{"type":36,"tag":142,"props":1048,"children":1049},{"style":308},[1050],{"type":45,"value":1051},"3",{"type":36,"tag":142,"props":1053,"children":1054},{"style":208},[1055],{"type":45,"value":648},{"type":36,"tag":142,"props":1057,"children":1058},{"style":155},[1059],{"type":45,"value":1060},"'Charlie Kim'",{"type":36,"tag":142,"props":1062,"children":1063},{"style":208},[1064],{"type":45,"value":648},{"type":36,"tag":142,"props":1066,"children":1067},{"style":155},[1068],{"type":45,"value":942},{"type":36,"tag":142,"props":1070,"children":1071},{"style":208},[1072],{"type":45,"value":648},{"type":36,"tag":142,"props":1074,"children":1075},{"style":155},[1076],{"type":45,"value":1077},"'charlie@example.com'",{"type":36,"tag":142,"props":1079,"children":1080},{"style":208},[1081],{"type":45,"value":956},{"type":36,"tag":142,"props":1083,"children":1084},{"class":144,"line":402},[1085],{"type":36,"tag":142,"props":1086,"children":1087},{"emptyLinePlaceholder":13},[1088],{"type":45,"value":888},{"type":36,"tag":142,"props":1090,"children":1092},{"class":144,"line":1091},14,[1093],{"type":36,"tag":142,"props":1094,"children":1095},{"style":724},[1096],{"type":45,"value":1097},"-- Orders\n",{"type":36,"tag":142,"props":1099,"children":1101},{"class":144,"line":1100},15,[1102,1106,1110,1114],{"type":36,"tag":142,"props":1103,"children":1104},{"style":597},[1105],{"type":45,"value":600},{"type":36,"tag":142,"props":1107,"children":1108},{"style":597},[1109],{"type":45,"value":739},{"type":36,"tag":142,"props":1111,"children":1112},{"style":149},[1113],{"type":45,"value":610},{"type":36,"tag":142,"props":1115,"children":1116},{"style":208},[1117],{"type":45,"value":1118},".orders (\n",{"type":36,"tag":142,"props":1120,"children":1122},{"class":144,"line":1121},16,[1123,1128,1132,1136],{"type":36,"tag":142,"props":1124,"children":1125},{"style":208},[1126],{"type":45,"value":1127},"  order_id     ",{"type":36,"tag":142,"props":1129,"children":1130},{"style":597},[1131],{"type":45,"value":761},{"type":36,"tag":142,"props":1133,"children":1134},{"style":597},[1135],{"type":45,"value":766},{"type":36,"tag":142,"props":1137,"children":1138},{"style":208},[1139],{"type":45,"value":771},{"type":36,"tag":142,"props":1141,"children":1143},{"class":144,"line":1142},17,[1144,1149,1153],{"type":36,"tag":142,"props":1145,"children":1146},{"style":208},[1147],{"type":45,"value":1148},"  customer_id  ",{"type":36,"tag":142,"props":1150,"children":1151},{"style":597},[1152],{"type":45,"value":761},{"type":36,"tag":142,"props":1154,"children":1155},{"style":208},[1156],{"type":45,"value":771},{"type":36,"tag":142,"props":1158,"children":1160},{"class":144,"line":1159},18,[1161,1166,1170,1174,1179],{"type":36,"tag":142,"props":1162,"children":1163},{"style":208},[1164],{"type":45,"value":1165},"  order_status ",{"type":36,"tag":142,"props":1167,"children":1168},{"style":597},[1169],{"type":45,"value":784},{"type":36,"tag":142,"props":1171,"children":1172},{"style":208},[1173],{"type":45,"value":789},{"type":36,"tag":142,"props":1175,"children":1176},{"style":308},[1177],{"type":45,"value":1178},"30",{"type":36,"tag":142,"props":1180,"children":1181},{"style":208},[1182],{"type":45,"value":799},{"type":36,"tag":142,"props":1184,"children":1186},{"class":144,"line":1185},19,[1187,1192,1196,1200,1205,1210,1214],{"type":36,"tag":142,"props":1188,"children":1189},{"style":208},[1190],{"type":45,"value":1191},"  order_total  ",{"type":36,"tag":142,"props":1193,"children":1194},{"style":597},[1195],{"type":45,"value":761},{"type":36,"tag":142,"props":1197,"children":1198},{"style":208},[1199],{"type":45,"value":789},{"type":36,"tag":142,"props":1201,"children":1202},{"style":308},[1203],{"type":45,"value":1204},"10",{"type":36,"tag":142,"props":1206,"children":1207},{"style":208},[1208],{"type":45,"value":1209},",",{"type":36,"tag":142,"props":1211,"children":1212},{"style":308},[1213],{"type":45,"value":988},{"type":36,"tag":142,"props":1215,"children":1216},{"style":208},[1217],{"type":45,"value":799},{"type":36,"tag":142,"props":1219,"children":1221},{"class":144,"line":1220},20,[1222,1227,1231,1235],{"type":36,"tag":142,"props":1223,"children":1224},{"style":208},[1225],{"type":45,"value":1226},"  ordered_at   ",{"type":36,"tag":142,"props":1228,"children":1229},{"style":597},[1230],{"type":45,"value":862},{"type":36,"tag":142,"props":1232,"children":1233},{"style":597},[1234],{"type":45,"value":867},{"type":36,"tag":142,"props":1236,"children":1237},{"style":208},[1238],{"type":45,"value":872},{"type":36,"tag":142,"props":1240,"children":1242},{"class":144,"line":1241},21,[1243],{"type":36,"tag":142,"props":1244,"children":1245},{"style":208},[1246],{"type":45,"value":880},{"type":36,"tag":142,"props":1248,"children":1250},{"class":144,"line":1249},22,[1251],{"type":36,"tag":142,"props":1252,"children":1253},{"emptyLinePlaceholder":13},[1254],{"type":45,"value":888},{"type":36,"tag":142,"props":1256,"children":1258},{"class":144,"line":1257},23,[1259,1263,1267,1271,1275,1279,1283,1288,1292,1296,1300,1305,1309,1314,1318,1323],{"type":36,"tag":142,"props":1260,"children":1261},{"style":597},[1262],{"type":45,"value":896},{"type":36,"tag":142,"props":1264,"children":1265},{"style":308},[1266],{"type":45,"value":610},{"type":36,"tag":142,"props":1268,"children":1269},{"style":208},[1270],{"type":45,"value":905},{"type":36,"tag":142,"props":1272,"children":1273},{"style":308},[1274],{"type":45,"value":701},{"type":36,"tag":142,"props":1276,"children":1277},{"style":597},[1278],{"type":45,"value":914},{"type":36,"tag":142,"props":1280,"children":1281},{"style":208},[1282],{"type":45,"value":919},{"type":36,"tag":142,"props":1284,"children":1285},{"style":308},[1286],{"type":45,"value":1287},"101",{"type":36,"tag":142,"props":1289,"children":1290},{"style":208},[1291],{"type":45,"value":648},{"type":36,"tag":142,"props":1293,"children":1294},{"style":308},[1295],{"type":45,"value":924},{"type":36,"tag":142,"props":1297,"children":1298},{"style":208},[1299],{"type":45,"value":648},{"type":36,"tag":142,"props":1301,"children":1302},{"style":155},[1303],{"type":45,"value":1304},"'shipped'",{"type":36,"tag":142,"props":1306,"children":1307},{"style":208},[1308],{"type":45,"value":648},{"type":36,"tag":142,"props":1310,"children":1311},{"style":308},[1312],{"type":45,"value":1313},"250",{"type":36,"tag":142,"props":1315,"children":1316},{"style":208},[1317],{"type":45,"value":905},{"type":36,"tag":142,"props":1319,"children":1320},{"style":308},[1321],{"type":45,"value":1322},"00",{"type":36,"tag":142,"props":1324,"children":1325},{"style":208},[1326],{"type":45,"value":956},{"type":36,"tag":142,"props":1328,"children":1330},{"class":144,"line":1329},24,[1331,1335,1339,1343,1347,1351,1355,1360,1364,1368,1372,1377,1381,1386,1390,1394],{"type":36,"tag":142,"props":1332,"children":1333},{"style":597},[1334],{"type":45,"value":896},{"type":36,"tag":142,"props":1336,"children":1337},{"style":308},[1338],{"type":45,"value":610},{"type":36,"tag":142,"props":1340,"children":1341},{"style":208},[1342],{"type":45,"value":905},{"type":36,"tag":142,"props":1344,"children":1345},{"style":308},[1346],{"type":45,"value":701},{"type":36,"tag":142,"props":1348,"children":1349},{"style":597},[1350],{"type":45,"value":914},{"type":36,"tag":142,"props":1352,"children":1353},{"style":208},[1354],{"type":45,"value":919},{"type":36,"tag":142,"props":1356,"children":1357},{"style":308},[1358],{"type":45,"value":1359},"102",{"type":36,"tag":142,"props":1361,"children":1362},{"style":208},[1363],{"type":45,"value":648},{"type":36,"tag":142,"props":1365,"children":1366},{"style":308},[1367],{"type":45,"value":924},{"type":36,"tag":142,"props":1369,"children":1370},{"style":208},[1371],{"type":45,"value":648},{"type":36,"tag":142,"props":1373,"children":1374},{"style":155},[1375],{"type":45,"value":1376},"'delivered'",{"type":36,"tag":142,"props":1378,"children":1379},{"style":208},[1380],{"type":45,"value":648},{"type":36,"tag":142,"props":1382,"children":1383},{"style":308},[1384],{"type":45,"value":1385},"125",{"type":36,"tag":142,"props":1387,"children":1388},{"style":208},[1389],{"type":45,"value":905},{"type":36,"tag":142,"props":1391,"children":1392},{"style":308},[1393],{"type":45,"value":820},{"type":36,"tag":142,"props":1395,"children":1396},{"style":208},[1397],{"type":45,"value":956},{"type":36,"tag":142,"props":1399,"children":1401},{"class":144,"line":1400},25,[1402,1406,1410,1414,1418,1422,1426,1431,1435,1439,1443,1448,1452,1457,1461,1466],{"type":36,"tag":142,"props":1403,"children":1404},{"style":597},[1405],{"type":45,"value":896},{"type":36,"tag":142,"props":1407,"children":1408},{"style":308},[1409],{"type":45,"value":610},{"type":36,"tag":142,"props":1411,"children":1412},{"style":208},[1413],{"type":45,"value":905},{"type":36,"tag":142,"props":1415,"children":1416},{"style":308},[1417],{"type":45,"value":701},{"type":36,"tag":142,"props":1419,"children":1420},{"style":597},[1421],{"type":45,"value":914},{"type":36,"tag":142,"props":1423,"children":1424},{"style":208},[1425],{"type":45,"value":919},{"type":36,"tag":142,"props":1427,"children":1428},{"style":308},[1429],{"type":45,"value":1430},"103",{"type":36,"tag":142,"props":1432,"children":1433},{"style":208},[1434],{"type":45,"value":648},{"type":36,"tag":142,"props":1436,"children":1437},{"style":308},[1438],{"type":45,"value":988},{"type":36,"tag":142,"props":1440,"children":1441},{"style":208},[1442],{"type":45,"value":648},{"type":36,"tag":142,"props":1444,"children":1445},{"style":155},[1446],{"type":45,"value":1447},"'pending'",{"type":36,"tag":142,"props":1449,"children":1450},{"style":208},[1451],{"type":45,"value":648},{"type":36,"tag":142,"props":1453,"children":1454},{"style":308},[1455],{"type":45,"value":1456},"89",{"type":36,"tag":142,"props":1458,"children":1459},{"style":208},[1460],{"type":45,"value":905},{"type":36,"tag":142,"props":1462,"children":1463},{"style":308},[1464],{"type":45,"value":1465},"99",{"type":36,"tag":142,"props":1467,"children":1468},{"style":208},[1469],{"type":45,"value":956},{"type":36,"tag":142,"props":1471,"children":1473},{"class":144,"line":1472},26,[1474,1478,1482,1486,1490,1494,1498,1503,1507,1511,1515,1519,1523,1528,1532,1536],{"type":36,"tag":142,"props":1475,"children":1476},{"style":597},[1477],{"type":45,"value":896},{"type":36,"tag":142,"props":1479,"children":1480},{"style":308},[1481],{"type":45,"value":610},{"type":36,"tag":142,"props":1483,"children":1484},{"style":208},[1485],{"type":45,"value":905},{"type":36,"tag":142,"props":1487,"children":1488},{"style":308},[1489],{"type":45,"value":701},{"type":36,"tag":142,"props":1491,"children":1492},{"style":597},[1493],{"type":45,"value":914},{"type":36,"tag":142,"props":1495,"children":1496},{"style":208},[1497],{"type":45,"value":919},{"type":36,"tag":142,"props":1499,"children":1500},{"style":308},[1501],{"type":45,"value":1502},"104",{"type":36,"tag":142,"props":1504,"children":1505},{"style":208},[1506],{"type":45,"value":648},{"type":36,"tag":142,"props":1508,"children":1509},{"style":308},[1510],{"type":45,"value":1051},{"type":36,"tag":142,"props":1512,"children":1513},{"style":208},[1514],{"type":45,"value":648},{"type":36,"tag":142,"props":1516,"children":1517},{"style":155},[1518],{"type":45,"value":1304},{"type":36,"tag":142,"props":1520,"children":1521},{"style":208},[1522],{"type":45,"value":648},{"type":36,"tag":142,"props":1524,"children":1525},{"style":308},[1526],{"type":45,"value":1527},"430",{"type":36,"tag":142,"props":1529,"children":1530},{"style":208},[1531],{"type":45,"value":905},{"type":36,"tag":142,"props":1533,"children":1534},{"style":308},[1535],{"type":45,"value":1322},{"type":36,"tag":142,"props":1537,"children":1538},{"style":208},[1539],{"type":45,"value":956},{"type":36,"tag":142,"props":1541,"children":1543},{"class":144,"line":1542},27,[1544],{"type":36,"tag":142,"props":1545,"children":1546},{"emptyLinePlaceholder":13},[1547],{"type":45,"value":888},{"type":36,"tag":142,"props":1549,"children":1551},{"class":144,"line":1550},28,[1552],{"type":36,"tag":142,"props":1553,"children":1554},{"style":724},[1555],{"type":45,"value":1556},"-- Order Items\n",{"type":36,"tag":142,"props":1558,"children":1560},{"class":144,"line":1559},29,[1561,1565,1569,1573],{"type":36,"tag":142,"props":1562,"children":1563},{"style":597},[1564],{"type":45,"value":600},{"type":36,"tag":142,"props":1566,"children":1567},{"style":597},[1568],{"type":45,"value":739},{"type":36,"tag":142,"props":1570,"children":1571},{"style":149},[1572],{"type":45,"value":610},{"type":36,"tag":142,"props":1574,"children":1575},{"style":208},[1576],{"type":45,"value":1577},".order_items (\n",{"type":36,"tag":142,"props":1579,"children":1581},{"class":144,"line":1580},30,[1582,1587,1591,1595],{"type":36,"tag":142,"props":1583,"children":1584},{"style":208},[1585],{"type":45,"value":1586},"  order_item_id ",{"type":36,"tag":142,"props":1588,"children":1589},{"style":597},[1590],{"type":45,"value":761},{"type":36,"tag":142,"props":1592,"children":1593},{"style":597},[1594],{"type":45,"value":766},{"type":36,"tag":142,"props":1596,"children":1597},{"style":208},[1598],{"type":45,"value":771},{"type":36,"tag":142,"props":1600,"children":1602},{"class":144,"line":1601},31,[1603,1608,1612],{"type":36,"tag":142,"props":1604,"children":1605},{"style":208},[1606],{"type":45,"value":1607},"  order_id      ",{"type":36,"tag":142,"props":1609,"children":1610},{"style":597},[1611],{"type":45,"value":761},{"type":36,"tag":142,"props":1613,"children":1614},{"style":208},[1615],{"type":45,"value":771},{"type":36,"tag":142,"props":1617,"children":1619},{"class":144,"line":1618},32,[1620,1625,1629,1633,1637],{"type":36,"tag":142,"props":1621,"children":1622},{"style":208},[1623],{"type":45,"value":1624},"  product_sku   ",{"type":36,"tag":142,"props":1626,"children":1627},{"style":597},[1628],{"type":45,"value":784},{"type":36,"tag":142,"props":1630,"children":1631},{"style":208},[1632],{"type":45,"value":789},{"type":36,"tag":142,"props":1634,"children":1635},{"style":308},[1636],{"type":45,"value":820},{"type":36,"tag":142,"props":1638,"children":1639},{"style":208},[1640],{"type":45,"value":799},{"type":36,"tag":142,"props":1642,"children":1644},{"class":144,"line":1643},33,[1645,1650,1654],{"type":36,"tag":142,"props":1646,"children":1647},{"style":208},[1648],{"type":45,"value":1649},"  quantity      ",{"type":36,"tag":142,"props":1651,"children":1652},{"style":597},[1653],{"type":45,"value":761},{"type":36,"tag":142,"props":1655,"children":1656},{"style":208},[1657],{"type":45,"value":771},{"type":36,"tag":142,"props":1659,"children":1661},{"class":144,"line":1660},34,[1662,1667,1671,1675,1679,1683,1687],{"type":36,"tag":142,"props":1663,"children":1664},{"style":208},[1665],{"type":45,"value":1666},"  unit_price    ",{"type":36,"tag":142,"props":1668,"children":1669},{"style":597},[1670],{"type":45,"value":761},{"type":36,"tag":142,"props":1672,"children":1673},{"style":208},[1674],{"type":45,"value":789},{"type":36,"tag":142,"props":1676,"children":1677},{"style":308},[1678],{"type":45,"value":1204},{"type":36,"tag":142,"props":1680,"children":1681},{"style":208},[1682],{"type":45,"value":1209},{"type":36,"tag":142,"props":1684,"children":1685},{"style":308},[1686],{"type":45,"value":988},{"type":36,"tag":142,"props":1688,"children":1689},{"style":208},[1690],{"type":45,"value":1691},")\n",{"type":36,"tag":142,"props":1693,"children":1695},{"class":144,"line":1694},35,[1696],{"type":36,"tag":142,"props":1697,"children":1698},{"style":208},[1699],{"type":45,"value":880},{"type":36,"tag":142,"props":1701,"children":1703},{"class":144,"line":1702},36,[1704],{"type":36,"tag":142,"props":1705,"children":1706},{"emptyLinePlaceholder":13},[1707],{"type":45,"value":888},{"type":36,"tag":142,"props":1709,"children":1711},{"class":144,"line":1710},37,[1712,1716,1720,1724,1728,1732,1736,1741,1745,1749,1753,1758,1762,1766,1770,1775,1779,1783],{"type":36,"tag":142,"props":1713,"children":1714},{"style":597},[1715],{"type":45,"value":896},{"type":36,"tag":142,"props":1717,"children":1718},{"style":308},[1719],{"type":45,"value":610},{"type":36,"tag":142,"props":1721,"children":1722},{"style":208},[1723],{"type":45,"value":905},{"type":36,"tag":142,"props":1725,"children":1726},{"style":308},[1727],{"type":45,"value":709},{"type":36,"tag":142,"props":1729,"children":1730},{"style":597},[1731],{"type":45,"value":914},{"type":36,"tag":142,"props":1733,"children":1734},{"style":208},[1735],{"type":45,"value":919},{"type":36,"tag":142,"props":1737,"children":1738},{"style":308},[1739],{"type":45,"value":1740},"1001",{"type":36,"tag":142,"props":1742,"children":1743},{"style":208},[1744],{"type":45,"value":648},{"type":36,"tag":142,"props":1746,"children":1747},{"style":308},[1748],{"type":45,"value":1287},{"type":36,"tag":142,"props":1750,"children":1751},{"style":208},[1752],{"type":45,"value":648},{"type":36,"tag":142,"props":1754,"children":1755},{"style":155},[1756],{"type":45,"value":1757},"'SKU-A1'",{"type":36,"tag":142,"props":1759,"children":1760},{"style":208},[1761],{"type":45,"value":648},{"type":36,"tag":142,"props":1763,"children":1764},{"style":308},[1765],{"type":45,"value":988},{"type":36,"tag":142,"props":1767,"children":1768},{"style":208},[1769],{"type":45,"value":648},{"type":36,"tag":142,"props":1771,"children":1772},{"style":308},[1773],{"type":45,"value":1774},"75",{"type":36,"tag":142,"props":1776,"children":1777},{"style":208},[1778],{"type":45,"value":905},{"type":36,"tag":142,"props":1780,"children":1781},{"style":308},[1782],{"type":45,"value":1322},{"type":36,"tag":142,"props":1784,"children":1785},{"style":208},[1786],{"type":45,"value":880},{"type":36,"tag":142,"props":1788,"children":1790},{"class":144,"line":1789},38,[1791,1795,1799,1803,1807,1811,1815,1820,1824,1828,1832,1837,1841,1845,1849,1853,1857,1861],{"type":36,"tag":142,"props":1792,"children":1793},{"style":597},[1794],{"type":45,"value":896},{"type":36,"tag":142,"props":1796,"children":1797},{"style":308},[1798],{"type":45,"value":610},{"type":36,"tag":142,"props":1800,"children":1801},{"style":208},[1802],{"type":45,"value":905},{"type":36,"tag":142,"props":1804,"children":1805},{"style":308},[1806],{"type":45,"value":709},{"type":36,"tag":142,"props":1808,"children":1809},{"style":597},[1810],{"type":45,"value":914},{"type":36,"tag":142,"props":1812,"children":1813},{"style":208},[1814],{"type":45,"value":919},{"type":36,"tag":142,"props":1816,"children":1817},{"style":308},[1818],{"type":45,"value":1819},"1002",{"type":36,"tag":142,"props":1821,"children":1822},{"style":208},[1823],{"type":45,"value":648},{"type":36,"tag":142,"props":1825,"children":1826},{"style":308},[1827],{"type":45,"value":1287},{"type":36,"tag":142,"props":1829,"children":1830},{"style":208},[1831],{"type":45,"value":648},{"type":36,"tag":142,"props":1833,"children":1834},{"style":155},[1835],{"type":45,"value":1836},"'SKU-B2'",{"type":36,"tag":142,"props":1838,"children":1839},{"style":208},[1840],{"type":45,"value":648},{"type":36,"tag":142,"props":1842,"children":1843},{"style":308},[1844],{"type":45,"value":924},{"type":36,"tag":142,"props":1846,"children":1847},{"style":208},[1848],{"type":45,"value":648},{"type":36,"tag":142,"props":1850,"children":1851},{"style":308},[1852],{"type":45,"value":794},{"type":36,"tag":142,"props":1854,"children":1855},{"style":208},[1856],{"type":45,"value":905},{"type":36,"tag":142,"props":1858,"children":1859},{"style":308},[1860],{"type":45,"value":1322},{"type":36,"tag":142,"props":1862,"children":1863},{"style":208},[1864],{"type":45,"value":880},{"type":36,"tag":142,"props":1866,"children":1868},{"class":144,"line":1867},39,[1869,1873,1877,1881,1885,1889,1893,1898,1902,1906,1910,1914,1918,1922,1926,1930,1934,1938],{"type":36,"tag":142,"props":1870,"children":1871},{"style":597},[1872],{"type":45,"value":896},{"type":36,"tag":142,"props":1874,"children":1875},{"style":308},[1876],{"type":45,"value":610},{"type":36,"tag":142,"props":1878,"children":1879},{"style":208},[1880],{"type":45,"value":905},{"type":36,"tag":142,"props":1882,"children":1883},{"style":308},[1884],{"type":45,"value":709},{"type":36,"tag":142,"props":1886,"children":1887},{"style":597},[1888],{"type":45,"value":914},{"type":36,"tag":142,"props":1890,"children":1891},{"style":208},[1892],{"type":45,"value":919},{"type":36,"tag":142,"props":1894,"children":1895},{"style":308},[1896],{"type":45,"value":1897},"1003",{"type":36,"tag":142,"props":1899,"children":1900},{"style":208},[1901],{"type":45,"value":648},{"type":36,"tag":142,"props":1903,"children":1904},{"style":308},[1905],{"type":45,"value":1359},{"type":36,"tag":142,"props":1907,"children":1908},{"style":208},[1909],{"type":45,"value":648},{"type":36,"tag":142,"props":1911,"children":1912},{"style":155},[1913],{"type":45,"value":1757},{"type":36,"tag":142,"props":1915,"children":1916},{"style":208},[1917],{"type":45,"value":648},{"type":36,"tag":142,"props":1919,"children":1920},{"style":308},[1921],{"type":45,"value":924},{"type":36,"tag":142,"props":1923,"children":1924},{"style":208},[1925],{"type":45,"value":648},{"type":36,"tag":142,"props":1927,"children":1928},{"style":308},[1929],{"type":45,"value":1774},{"type":36,"tag":142,"props":1931,"children":1932},{"style":208},[1933],{"type":45,"value":905},{"type":36,"tag":142,"props":1935,"children":1936},{"style":308},[1937],{"type":45,"value":1322},{"type":36,"tag":142,"props":1939,"children":1940},{"style":208},[1941],{"type":45,"value":880},{"type":36,"tag":142,"props":1943,"children":1945},{"class":144,"line":1944},40,[1946,1950,1954,1958,1962,1966,1970,1975,1979,1983,1987,1992,1996,2000,2004,2008,2012,2016],{"type":36,"tag":142,"props":1947,"children":1948},{"style":597},[1949],{"type":45,"value":896},{"type":36,"tag":142,"props":1951,"children":1952},{"style":308},[1953],{"type":45,"value":610},{"type":36,"tag":142,"props":1955,"children":1956},{"style":208},[1957],{"type":45,"value":905},{"type":36,"tag":142,"props":1959,"children":1960},{"style":308},[1961],{"type":45,"value":709},{"type":36,"tag":142,"props":1963,"children":1964},{"style":597},[1965],{"type":45,"value":914},{"type":36,"tag":142,"props":1967,"children":1968},{"style":208},[1969],{"type":45,"value":919},{"type":36,"tag":142,"props":1971,"children":1972},{"style":308},[1973],{"type":45,"value":1974},"1004",{"type":36,"tag":142,"props":1976,"children":1977},{"style":208},[1978],{"type":45,"value":648},{"type":36,"tag":142,"props":1980,"children":1981},{"style":308},[1982],{"type":45,"value":1359},{"type":36,"tag":142,"props":1984,"children":1985},{"style":208},[1986],{"type":45,"value":648},{"type":36,"tag":142,"props":1988,"children":1989},{"style":155},[1990],{"type":45,"value":1991},"'SKU-C3'",{"type":36,"tag":142,"props":1993,"children":1994},{"style":208},[1995],{"type":45,"value":648},{"type":36,"tag":142,"props":1997,"children":1998},{"style":308},[1999],{"type":45,"value":924},{"type":36,"tag":142,"props":2001,"children":2002},{"style":208},[2003],{"type":45,"value":648},{"type":36,"tag":142,"props":2005,"children":2006},{"style":308},[2007],{"type":45,"value":820},{"type":36,"tag":142,"props":2009,"children":2010},{"style":208},[2011],{"type":45,"value":905},{"type":36,"tag":142,"props":2013,"children":2014},{"style":308},[2015],{"type":45,"value":820},{"type":36,"tag":142,"props":2017,"children":2018},{"style":208},[2019],{"type":45,"value":880},{"type":36,"tag":142,"props":2021,"children":2023},{"class":144,"line":2022},41,[2024,2028,2032,2036,2040,2044,2048,2053,2057,2061,2065,2069,2073,2077,2081,2085,2089,2093],{"type":36,"tag":142,"props":2025,"children":2026},{"style":597},[2027],{"type":45,"value":896},{"type":36,"tag":142,"props":2029,"children":2030},{"style":308},[2031],{"type":45,"value":610},{"type":36,"tag":142,"props":2033,"children":2034},{"style":208},[2035],{"type":45,"value":905},{"type":36,"tag":142,"props":2037,"children":2038},{"style":308},[2039],{"type":45,"value":709},{"type":36,"tag":142,"props":2041,"children":2042},{"style":597},[2043],{"type":45,"value":914},{"type":36,"tag":142,"props":2045,"children":2046},{"style":208},[2047],{"type":45,"value":919},{"type":36,"tag":142,"props":2049,"children":2050},{"style":308},[2051],{"type":45,"value":2052},"1005",{"type":36,"tag":142,"props":2054,"children":2055},{"style":208},[2056],{"type":45,"value":648},{"type":36,"tag":142,"props":2058,"children":2059},{"style":308},[2060],{"type":45,"value":1430},{"type":36,"tag":142,"props":2062,"children":2063},{"style":208},[2064],{"type":45,"value":648},{"type":36,"tag":142,"props":2066,"children":2067},{"style":155},[2068],{"type":45,"value":1836},{"type":36,"tag":142,"props":2070,"children":2071},{"style":208},[2072],{"type":45,"value":648},{"type":36,"tag":142,"props":2074,"children":2075},{"style":308},[2076],{"type":45,"value":924},{"type":36,"tag":142,"props":2078,"children":2079},{"style":208},[2080],{"type":45,"value":648},{"type":36,"tag":142,"props":2082,"children":2083},{"style":308},[2084],{"type":45,"value":1456},{"type":36,"tag":142,"props":2086,"children":2087},{"style":208},[2088],{"type":45,"value":905},{"type":36,"tag":142,"props":2090,"children":2091},{"style":308},[2092],{"type":45,"value":1465},{"type":36,"tag":142,"props":2094,"children":2095},{"style":208},[2096],{"type":45,"value":880},{"type":36,"tag":142,"props":2098,"children":2100},{"class":144,"line":2099},42,[2101,2105,2109,2113,2117,2121,2125,2130,2134,2138,2142,2147,2151,2155,2159,2164,2168,2172],{"type":36,"tag":142,"props":2102,"children":2103},{"style":597},[2104],{"type":45,"value":896},{"type":36,"tag":142,"props":2106,"children":2107},{"style":308},[2108],{"type":45,"value":610},{"type":36,"tag":142,"props":2110,"children":2111},{"style":208},[2112],{"type":45,"value":905},{"type":36,"tag":142,"props":2114,"children":2115},{"style":308},[2116],{"type":45,"value":709},{"type":36,"tag":142,"props":2118,"children":2119},{"style":597},[2120],{"type":45,"value":914},{"type":36,"tag":142,"props":2122,"children":2123},{"style":208},[2124],{"type":45,"value":919},{"type":36,"tag":142,"props":2126,"children":2127},{"style":308},[2128],{"type":45,"value":2129},"1006",{"type":36,"tag":142,"props":2131,"children":2132},{"style":208},[2133],{"type":45,"value":648},{"type":36,"tag":142,"props":2135,"children":2136},{"style":308},[2137],{"type":45,"value":1502},{"type":36,"tag":142,"props":2139,"children":2140},{"style":208},[2141],{"type":45,"value":648},{"type":36,"tag":142,"props":2143,"children":2144},{"style":155},[2145],{"type":45,"value":2146},"'SKU-D4'",{"type":36,"tag":142,"props":2148,"children":2149},{"style":208},[2150],{"type":45,"value":648},{"type":36,"tag":142,"props":2152,"children":2153},{"style":308},[2154],{"type":45,"value":988},{"type":36,"tag":142,"props":2156,"children":2157},{"style":208},[2158],{"type":45,"value":648},{"type":36,"tag":142,"props":2160,"children":2161},{"style":308},[2162],{"type":45,"value":2163},"215",{"type":36,"tag":142,"props":2165,"children":2166},{"style":208},[2167],{"type":45,"value":905},{"type":36,"tag":142,"props":2169,"children":2170},{"style":308},[2171],{"type":45,"value":1322},{"type":36,"tag":142,"props":2173,"children":2174},{"style":208},[2175],{"type":45,"value":880},{"type":36,"tag":142,"props":2177,"children":2179},{"class":144,"line":2178},43,[2180,2185],{"type":36,"tag":142,"props":2181,"children":2182},{"style":597},[2183],{"type":45,"value":2184},"COMMIT",{"type":36,"tag":142,"props":2186,"children":2187},{"style":208},[2188],{"type":45,"value":630},{"type":36,"tag":113,"props":2190,"children":2192},{"id":2191},"run-the-pipeline",[2193],{"type":45,"value":2194},"Run the pipeline",{"type":36,"tag":132,"props":2196,"children":2198},{"className":134,"code":2197,"language":136,"meta":7,"style":7},"bruin run . --config-file ./.bruin.yml\n",[2199],{"type":36,"tag":50,"props":2200,"children":2201},{"__ignoreMap":7},[2202],{"type":36,"tag":142,"props":2203,"children":2204},{"class":144,"line":145},[2205,2209,2213,2218,2223],{"type":36,"tag":142,"props":2206,"children":2207},{"style":149},[2208],{"type":45,"value":152},{"type":36,"tag":142,"props":2210,"children":2211},{"style":155},[2212],{"type":45,"value":448},{"type":36,"tag":142,"props":2214,"children":2215},{"style":155},[2216],{"type":45,"value":2217}," .",{"type":36,"tag":142,"props":2219,"children":2220},{"style":308},[2221],{"type":45,"value":2222}," --config-file",{"type":36,"tag":142,"props":2224,"children":2225},{"style":155},[2226],{"type":45,"value":2227}," ./.bruin.yml\n",{"type":36,"tag":37,"props":2229,"children":2230},{},[2231,2233,2238],{"type":45,"value":2232},"Bruin runs three parallel ingestr jobs to transfer the raw tables, followed by a DuckDB SQL transformation that creates the ",{"type":36,"tag":50,"props":2234,"children":2236},{"className":2235},[],[2237],{"type":45,"value":82},{"type":45,"value":2239}," report by joining all three sources.",{"type":36,"tag":113,"props":2241,"children":2243},{"id":2242},"verify-the-results",[2244],{"type":45,"value":2245},"Verify the results",{"type":36,"tag":132,"props":2247,"children":2249},{"className":134,"code":2248,"language":136,"meta":7,"style":7},"duckdb oracle_duckdb.db \"SELECT * FROM duckdb.sales_per_customer;\"\n",[2250],{"type":36,"tag":50,"props":2251,"children":2252},{"__ignoreMap":7},[2253],{"type":36,"tag":142,"props":2254,"children":2255},{"class":144,"line":145},[2256,2261,2266],{"type":36,"tag":142,"props":2257,"children":2258},{"style":149},[2259],{"type":45,"value":2260},"duckdb",{"type":36,"tag":142,"props":2262,"children":2263},{"style":155},[2264],{"type":45,"value":2265}," oracle_duckdb.db",{"type":36,"tag":142,"props":2267,"children":2268},{"style":155},[2269],{"type":45,"value":2270}," \"SELECT * FROM duckdb.sales_per_customer;\"\n",{"type":36,"tag":37,"props":2272,"children":2273},{},[2274],{"type":45,"value":2275},"You should see customer revenue, order counts, and last order dates.",{"type":36,"tag":113,"props":2277,"children":2279},{"id":2278},"cleanup",[2280],{"type":45,"value":2281},"Cleanup",{"type":36,"tag":37,"props":2283,"children":2284},{},[2285],{"type":45,"value":2286},"When you're done, remove the Docker container and DuckDB file:",{"type":36,"tag":132,"props":2288,"children":2290},{"className":134,"code":2289,"language":136,"meta":7,"style":7},"docker rm -f oracle-xe\nrm oracle_duckdb.db\n",[2291],{"type":36,"tag":50,"props":2292,"children":2293},{"__ignoreMap":7},[2294,2316],{"type":36,"tag":142,"props":2295,"children":2296},{"class":144,"line":145},[2297,2301,2306,2311],{"type":36,"tag":142,"props":2298,"children":2299},{"style":149},[2300],{"type":45,"value":443},{"type":36,"tag":142,"props":2302,"children":2303},{"style":155},[2304],{"type":45,"value":2305}," rm",{"type":36,"tag":142,"props":2307,"children":2308},{"style":308},[2309],{"type":45,"value":2310}," -f",{"type":36,"tag":142,"props":2312,"children":2313},{"style":155},[2314],{"type":45,"value":2315}," oracle-xe\n",{"type":36,"tag":142,"props":2317,"children":2318},{"class":144,"line":214},[2319,2324],{"type":36,"tag":142,"props":2320,"children":2321},{"style":149},[2322],{"type":45,"value":2323},"rm",{"type":36,"tag":142,"props":2325,"children":2326},{"style":155},[2327],{"type":45,"value":2328}," oracle_duckdb.db\n",{"type":36,"tag":2330,"props":2331,"children":2332},"style",{},[2333],{"type":45,"value":2334},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":7,"searchDepth":214,"depth":214,"links":2336},[2337],{"id":103,"depth":214,"text":106,"children":2338},[2339,2340,2341,2342,2343,2344,2345,2346],{"id":115,"depth":227,"text":118},{"id":171,"depth":227,"text":174},{"id":420,"depth":227,"text":423},{"id":518,"depth":227,"text":521},{"id":680,"depth":227,"text":683},{"id":2191,"depth":227,"text":2194},{"id":2242,"depth":227,"text":2245},{"id":2278,"depth":227,"text":2281},"markdown","content:tutorials:oracle-duckdb:index.md","content","tutorials/oracle-duckdb/index.md","tutorials/oracle-duckdb/index","md",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"date":10,"category":11,"module":12,"isModuleIndex":13,"prerequisites":2354,"resources":2355,"author":2359,"body":2360,"_type":2347,"_id":2348,"_source":2349,"_file":2350,"_stem":2351,"_extension":2352},[15,16,17],[2356,2357,2358],{"label":20,"url":21},{"label":23,"url":24},{"label":26,"url":27},{"name":29,"role":30,"image":31},{"type":33,"children":2361,"toc":4380},[2362,2376,2384,2398,2405,2408,2412,2416,2420,2430,2455,2459,2469,2658,2662,2666,2736,2740,2744,2754,2795,2871,2875,2897,4260,4264,4293,4303,4307,4328,4332,4336,4340,4376],{"type":36,"tag":37,"props":2363,"children":2364},{},[2365,2369,2370,2375],{"type":36,"tag":41,"props":2366,"children":2367},{},[2368],{"type":45,"value":46},{"type":45,"value":48},{"type":36,"tag":50,"props":2371,"children":2373},{"className":2372},[],[2374],{"type":45,"value":12},{"type":45,"value":56},{"type":36,"tag":37,"props":2377,"children":2378},{},[2379,2383],{"type":36,"tag":41,"props":2380,"children":2381},{},[2382],{"type":45,"value":64},{"type":45,"value":66},{"type":36,"tag":37,"props":2385,"children":2386},{},[2387,2391,2392,2397],{"type":36,"tag":41,"props":2388,"children":2389},{},[2390],{"type":45,"value":74},{"type":45,"value":76},{"type":36,"tag":50,"props":2393,"children":2395},{"className":2394},[],[2396],{"type":45,"value":82},{"type":45,"value":84},{"type":36,"tag":37,"props":2399,"children":2400},{},[2401],{"type":36,"tag":89,"props":2402,"children":2403},{"href":91,"style":92},[2404],{"type":45,"value":95},{"type":36,"tag":97,"props":2406,"children":2407},{},[],{"type":36,"tag":101,"props":2409,"children":2410},{"id":103},[2411],{"type":45,"value":106},{"type":36,"tag":37,"props":2413,"children":2414},{},[2415],{"type":45,"value":111},{"type":36,"tag":113,"props":2417,"children":2418},{"id":115},[2419],{"type":45,"value":118},{"type":36,"tag":37,"props":2421,"children":2422},{},[2423,2424,2429],{"type":45,"value":123},{"type":36,"tag":50,"props":2425,"children":2427},{"className":2426},[],[2428],{"type":45,"value":12},{"type":45,"value":130},{"type":36,"tag":132,"props":2431,"children":2432},{"className":134,"code":135,"language":136,"meta":7,"style":7},[2433],{"type":36,"tag":50,"props":2434,"children":2435},{"__ignoreMap":7},[2436],{"type":36,"tag":142,"props":2437,"children":2438},{"class":144,"line":145},[2439,2443,2447,2451],{"type":36,"tag":142,"props":2440,"children":2441},{"style":149},[2442],{"type":45,"value":152},{"type":36,"tag":142,"props":2444,"children":2445},{"style":155},[2446],{"type":45,"value":158},{"type":36,"tag":142,"props":2448,"children":2449},{"style":155},[2450],{"type":45,"value":163},{"type":36,"tag":142,"props":2452,"children":2453},{"style":155},[2454],{"type":45,"value":168},{"type":36,"tag":113,"props":2456,"children":2457},{"id":171},[2458],{"type":45,"value":174},{"type":36,"tag":37,"props":2460,"children":2461},{},[2462,2463,2468],{"type":45,"value":179},{"type":36,"tag":50,"props":2464,"children":2466},{"className":2465},[],[2467],{"type":45,"value":185},{"type":45,"value":187},{"type":36,"tag":132,"props":2470,"children":2471},{"className":190,"code":191,"language":192,"meta":7,"style":7},[2472],{"type":36,"tag":50,"props":2473,"children":2474},{"__ignoreMap":7},[2475,2486,2497,2508,2519,2538,2553,2568,2583,2598,2613,2624,2643],{"type":36,"tag":142,"props":2476,"children":2477},{"class":144,"line":145},[2478,2482],{"type":36,"tag":142,"props":2479,"children":2480},{"style":202},[2481],{"type":45,"value":205},{"type":36,"tag":142,"props":2483,"children":2484},{"style":208},[2485],{"type":45,"value":211},{"type":36,"tag":142,"props":2487,"children":2488},{"class":144,"line":214},[2489,2493],{"type":36,"tag":142,"props":2490,"children":2491},{"style":202},[2492],{"type":45,"value":220},{"type":36,"tag":142,"props":2494,"children":2495},{"style":208},[2496],{"type":45,"value":211},{"type":36,"tag":142,"props":2498,"children":2499},{"class":144,"line":227},[2500,2504],{"type":36,"tag":142,"props":2501,"children":2502},{"style":202},[2503],{"type":45,"value":233},{"type":36,"tag":142,"props":2505,"children":2506},{"style":208},[2507],{"type":45,"value":211},{"type":36,"tag":142,"props":2509,"children":2510},{"class":144,"line":240},[2511,2515],{"type":36,"tag":142,"props":2512,"children":2513},{"style":202},[2514],{"type":45,"value":246},{"type":36,"tag":142,"props":2516,"children":2517},{"style":208},[2518],{"type":45,"value":211},{"type":36,"tag":142,"props":2520,"children":2521},{"class":144,"line":253},[2522,2526,2530,2534],{"type":36,"tag":142,"props":2523,"children":2524},{"style":208},[2525],{"type":45,"value":259},{"type":36,"tag":142,"props":2527,"children":2528},{"style":202},[2529],{"type":45,"value":264},{"type":36,"tag":142,"props":2531,"children":2532},{"style":208},[2533],{"type":45,"value":269},{"type":36,"tag":142,"props":2535,"children":2536},{"style":155},[2537],{"type":45,"value":274},{"type":36,"tag":142,"props":2539,"children":2540},{"class":144,"line":277},[2541,2545,2549],{"type":36,"tag":142,"props":2542,"children":2543},{"style":202},[2544],{"type":45,"value":283},{"type":36,"tag":142,"props":2546,"children":2547},{"style":208},[2548],{"type":45,"value":269},{"type":36,"tag":142,"props":2550,"children":2551},{"style":155},[2552],{"type":45,"value":292},{"type":36,"tag":142,"props":2554,"children":2555},{"class":144,"line":295},[2556,2560,2564],{"type":36,"tag":142,"props":2557,"children":2558},{"style":202},[2559],{"type":45,"value":301},{"type":36,"tag":142,"props":2561,"children":2562},{"style":208},[2563],{"type":45,"value":269},{"type":36,"tag":142,"props":2565,"children":2566},{"style":308},[2567],{"type":45,"value":311},{"type":36,"tag":142,"props":2569,"children":2570},{"class":144,"line":314},[2571,2575,2579],{"type":36,"tag":142,"props":2572,"children":2573},{"style":202},[2574],{"type":45,"value":320},{"type":36,"tag":142,"props":2576,"children":2577},{"style":208},[2578],{"type":45,"value":269},{"type":36,"tag":142,"props":2580,"children":2581},{"style":155},[2582],{"type":45,"value":329},{"type":36,"tag":142,"props":2584,"children":2585},{"class":144,"line":332},[2586,2590,2594],{"type":36,"tag":142,"props":2587,"children":2588},{"style":202},[2589],{"type":45,"value":338},{"type":36,"tag":142,"props":2591,"children":2592},{"style":208},[2593],{"type":45,"value":269},{"type":36,"tag":142,"props":2595,"children":2596},{"style":155},[2597],{"type":45,"value":347},{"type":36,"tag":142,"props":2599,"children":2600},{"class":144,"line":350},[2601,2605,2609],{"type":36,"tag":142,"props":2602,"children":2603},{"style":202},[2604],{"type":45,"value":356},{"type":36,"tag":142,"props":2606,"children":2607},{"style":208},[2608],{"type":45,"value":269},{"type":36,"tag":142,"props":2610,"children":2611},{"style":155},[2612],{"type":45,"value":365},{"type":36,"tag":142,"props":2614,"children":2615},{"class":144,"line":368},[2616,2620],{"type":36,"tag":142,"props":2617,"children":2618},{"style":202},[2619],{"type":45,"value":374},{"type":36,"tag":142,"props":2621,"children":2622},{"style":208},[2623],{"type":45,"value":211},{"type":36,"tag":142,"props":2625,"children":2626},{"class":144,"line":381},[2627,2631,2635,2639],{"type":36,"tag":142,"props":2628,"children":2629},{"style":208},[2630],{"type":45,"value":259},{"type":36,"tag":142,"props":2632,"children":2633},{"style":202},[2634],{"type":45,"value":264},{"type":36,"tag":142,"props":2636,"children":2637},{"style":208},[2638],{"type":45,"value":269},{"type":36,"tag":142,"props":2640,"children":2641},{"style":155},[2642],{"type":45,"value":399},{"type":36,"tag":142,"props":2644,"children":2645},{"class":144,"line":402},[2646,2650,2654],{"type":36,"tag":142,"props":2647,"children":2648},{"style":202},[2649],{"type":45,"value":408},{"type":36,"tag":142,"props":2651,"children":2652},{"style":208},[2653],{"type":45,"value":269},{"type":36,"tag":142,"props":2655,"children":2656},{"style":155},[2657],{"type":45,"value":417},{"type":36,"tag":113,"props":2659,"children":2660},{"id":420},[2661],{"type":45,"value":423},{"type":36,"tag":37,"props":2663,"children":2664},{},[2665],{"type":45,"value":428},{"type":36,"tag":132,"props":2667,"children":2668},{"className":134,"code":431,"language":136,"meta":7,"style":7},[2669],{"type":36,"tag":50,"props":2670,"children":2671},{"__ignoreMap":7},[2672,2699,2714,2729],{"type":36,"tag":142,"props":2673,"children":2674},{"class":144,"line":145},[2675,2679,2683,2687,2691,2695],{"type":36,"tag":142,"props":2676,"children":2677},{"style":149},[2678],{"type":45,"value":443},{"type":36,"tag":142,"props":2680,"children":2681},{"style":155},[2682],{"type":45,"value":448},{"type":36,"tag":142,"props":2684,"children":2685},{"style":308},[2686],{"type":45,"value":453},{"type":36,"tag":142,"props":2688,"children":2689},{"style":308},[2690],{"type":45,"value":458},{"type":36,"tag":142,"props":2692,"children":2693},{"style":155},[2694],{"type":45,"value":463},{"type":36,"tag":142,"props":2696,"children":2697},{"style":308},[2698],{"type":45,"value":468},{"type":36,"tag":142,"props":2700,"children":2701},{"class":144,"line":214},[2702,2706,2710],{"type":36,"tag":142,"props":2703,"children":2704},{"style":308},[2705],{"type":45,"value":476},{"type":36,"tag":142,"props":2707,"children":2708},{"style":155},[2709],{"type":45,"value":481},{"type":36,"tag":142,"props":2711,"children":2712},{"style":308},[2713],{"type":45,"value":468},{"type":36,"tag":142,"props":2715,"children":2716},{"class":144,"line":227},[2717,2721,2725],{"type":36,"tag":142,"props":2718,"children":2719},{"style":308},[2720],{"type":45,"value":493},{"type":36,"tag":142,"props":2722,"children":2723},{"style":155},[2724],{"type":45,"value":498},{"type":36,"tag":142,"props":2726,"children":2727},{"style":308},[2728],{"type":45,"value":468},{"type":36,"tag":142,"props":2730,"children":2731},{"class":144,"line":240},[2732],{"type":36,"tag":142,"props":2733,"children":2734},{"style":155},[2735],{"type":45,"value":510},{"type":36,"tag":37,"props":2737,"children":2738},{},[2739],{"type":45,"value":515},{"type":36,"tag":113,"props":2741,"children":2742},{"id":518},[2743],{"type":45,"value":521},{"type":36,"tag":37,"props":2745,"children":2746},{},[2747,2748,2753],{"type":45,"value":526},{"type":36,"tag":50,"props":2749,"children":2751},{"className":2750},[],[2752],{"type":45,"value":532},{"type":45,"value":534},{"type":36,"tag":132,"props":2755,"children":2756},{"className":134,"code":537,"language":136,"meta":7,"style":7},[2757],{"type":36,"tag":50,"props":2758,"children":2759},{"__ignoreMap":7},[2760],{"type":36,"tag":142,"props":2761,"children":2762},{"class":144,"line":145},[2763,2767,2771,2775,2779,2783,2787,2791],{"type":36,"tag":142,"props":2764,"children":2765},{"style":149},[2766],{"type":45,"value":443},{"type":36,"tag":142,"props":2768,"children":2769},{"style":155},[2770],{"type":45,"value":553},{"type":36,"tag":142,"props":2772,"children":2773},{"style":308},[2774],{"type":45,"value":558},{"type":36,"tag":142,"props":2776,"children":2777},{"style":155},[2778],{"type":45,"value":463},{"type":36,"tag":142,"props":2780,"children":2781},{"style":155},[2782],{"type":45,"value":567},{"type":36,"tag":142,"props":2784,"children":2785},{"style":155},[2786],{"type":45,"value":572},{"type":36,"tag":142,"props":2788,"children":2789},{"style":155},[2790],{"type":45,"value":577},{"type":36,"tag":142,"props":2792,"children":2793},{"style":155},[2794],{"type":45,"value":582},{"type":36,"tag":132,"props":2796,"children":2797},{"className":585,"code":586,"language":587,"meta":7,"style":7},[2798],{"type":36,"tag":50,"props":2799,"children":2800},{"__ignoreMap":7},[2801,2832],{"type":36,"tag":142,"props":2802,"children":2803},{"class":144,"line":145},[2804,2808,2812,2816,2820,2824,2828],{"type":36,"tag":142,"props":2805,"children":2806},{"style":597},[2807],{"type":45,"value":600},{"type":36,"tag":142,"props":2809,"children":2810},{"style":597},[2811],{"type":45,"value":605},{"type":36,"tag":142,"props":2813,"children":2814},{"style":149},[2815],{"type":45,"value":610},{"type":36,"tag":142,"props":2817,"children":2818},{"style":208},[2819],{"type":45,"value":615},{"type":36,"tag":142,"props":2821,"children":2822},{"style":597},[2823],{"type":45,"value":620},{"type":36,"tag":142,"props":2825,"children":2826},{"style":155},[2827],{"type":45,"value":625},{"type":36,"tag":142,"props":2829,"children":2830},{"style":208},[2831],{"type":45,"value":630},{"type":36,"tag":142,"props":2833,"children":2834},{"class":144,"line":214},[2835,2839,2843,2847,2851,2855,2859,2863,2867],{"type":36,"tag":142,"props":2836,"children":2837},{"style":597},[2838],{"type":45,"value":638},{"type":36,"tag":142,"props":2840,"children":2841},{"style":597},[2842],{"type":45,"value":643},{"type":36,"tag":142,"props":2844,"children":2845},{"style":208},[2846],{"type":45,"value":648},{"type":36,"tag":142,"props":2848,"children":2849},{"style":597},[2850],{"type":45,"value":653},{"type":36,"tag":142,"props":2852,"children":2853},{"style":208},[2854],{"type":45,"value":648},{"type":36,"tag":142,"props":2856,"children":2857},{"style":597},[2858],{"type":45,"value":662},{"type":36,"tag":142,"props":2860,"children":2861},{"style":208},[2862],{"type":45,"value":667},{"type":36,"tag":142,"props":2864,"children":2865},{"style":597},[2866],{"type":45,"value":672},{"type":36,"tag":142,"props":2868,"children":2869},{"style":208},[2870],{"type":45,"value":677},{"type":36,"tag":113,"props":2872,"children":2873},{"id":680},[2874],{"type":45,"value":683},{"type":36,"tag":37,"props":2876,"children":2877},{},[2878,2879,2884,2885,2890,2891,2896],{"type":45,"value":688},{"type":36,"tag":50,"props":2880,"children":2882},{"className":2881},[],[2883],{"type":45,"value":694},{"type":45,"value":648},{"type":36,"tag":50,"props":2886,"children":2888},{"className":2887},[],[2889],{"type":45,"value":701},{"type":45,"value":703},{"type":36,"tag":50,"props":2892,"children":2894},{"className":2893},[],[2895],{"type":45,"value":709},{"type":45,"value":711},{"type":36,"tag":132,"props":2898,"children":2899},{"className":585,"code":714,"language":587,"meta":7,"style":7},[2900],{"type":36,"tag":50,"props":2901,"children":2902},{"__ignoreMap":7},[2903,2910,2929,2948,2971,2994,3017,3036,3043,3050,3109,3168,3227,3234,3241,3260,3279,3294,3317,3348,3367,3374,3381,3448,3515,3582,3649,3656,3663,3682,3701,3716,3739,3754,3785,3792,3799,3874,3949,4024,4099,4174,4249],{"type":36,"tag":142,"props":2904,"children":2905},{"class":144,"line":145},[2906],{"type":36,"tag":142,"props":2907,"children":2908},{"style":724},[2909],{"type":45,"value":727},{"type":36,"tag":142,"props":2911,"children":2912},{"class":144,"line":214},[2913,2917,2921,2925],{"type":36,"tag":142,"props":2914,"children":2915},{"style":597},[2916],{"type":45,"value":600},{"type":36,"tag":142,"props":2918,"children":2919},{"style":597},[2920],{"type":45,"value":739},{"type":36,"tag":142,"props":2922,"children":2923},{"style":149},[2924],{"type":45,"value":610},{"type":36,"tag":142,"props":2926,"children":2927},{"style":208},[2928],{"type":45,"value":748},{"type":36,"tag":142,"props":2930,"children":2931},{"class":144,"line":227},[2932,2936,2940,2944],{"type":36,"tag":142,"props":2933,"children":2934},{"style":208},[2935],{"type":45,"value":756},{"type":36,"tag":142,"props":2937,"children":2938},{"style":597},[2939],{"type":45,"value":761},{"type":36,"tag":142,"props":2941,"children":2942},{"style":597},[2943],{"type":45,"value":766},{"type":36,"tag":142,"props":2945,"children":2946},{"style":208},[2947],{"type":45,"value":771},{"type":36,"tag":142,"props":2949,"children":2950},{"class":144,"line":240},[2951,2955,2959,2963,2967],{"type":36,"tag":142,"props":2952,"children":2953},{"style":208},[2954],{"type":45,"value":779},{"type":36,"tag":142,"props":2956,"children":2957},{"style":597},[2958],{"type":45,"value":784},{"type":36,"tag":142,"props":2960,"children":2961},{"style":208},[2962],{"type":45,"value":789},{"type":36,"tag":142,"props":2964,"children":2965},{"style":308},[2966],{"type":45,"value":794},{"type":36,"tag":142,"props":2968,"children":2969},{"style":208},[2970],{"type":45,"value":799},{"type":36,"tag":142,"props":2972,"children":2973},{"class":144,"line":253},[2974,2978,2982,2986,2990],{"type":36,"tag":142,"props":2975,"children":2976},{"style":208},[2977],{"type":45,"value":807},{"type":36,"tag":142,"props":2979,"children":2980},{"style":597},[2981],{"type":45,"value":784},{"type":36,"tag":142,"props":2983,"children":2984},{"style":208},[2985],{"type":45,"value":789},{"type":36,"tag":142,"props":2987,"children":2988},{"style":308},[2989],{"type":45,"value":820},{"type":36,"tag":142,"props":2991,"children":2992},{"style":208},[2993],{"type":45,"value":799},{"type":36,"tag":142,"props":2995,"children":2996},{"class":144,"line":277},[2997,3001,3005,3009,3013],{"type":36,"tag":142,"props":2998,"children":2999},{"style":208},[3000],{"type":45,"value":832},{"type":36,"tag":142,"props":3002,"children":3003},{"style":597},[3004],{"type":45,"value":784},{"type":36,"tag":142,"props":3006,"children":3007},{"style":208},[3008],{"type":45,"value":789},{"type":36,"tag":142,"props":3010,"children":3011},{"style":308},[3012],{"type":45,"value":845},{"type":36,"tag":142,"props":3014,"children":3015},{"style":208},[3016],{"type":45,"value":799},{"type":36,"tag":142,"props":3018,"children":3019},{"class":144,"line":295},[3020,3024,3028,3032],{"type":36,"tag":142,"props":3021,"children":3022},{"style":208},[3023],{"type":45,"value":857},{"type":36,"tag":142,"props":3025,"children":3026},{"style":597},[3027],{"type":45,"value":862},{"type":36,"tag":142,"props":3029,"children":3030},{"style":597},[3031],{"type":45,"value":867},{"type":36,"tag":142,"props":3033,"children":3034},{"style":208},[3035],{"type":45,"value":872},{"type":36,"tag":142,"props":3037,"children":3038},{"class":144,"line":314},[3039],{"type":36,"tag":142,"props":3040,"children":3041},{"style":208},[3042],{"type":45,"value":880},{"type":36,"tag":142,"props":3044,"children":3045},{"class":144,"line":332},[3046],{"type":36,"tag":142,"props":3047,"children":3048},{"emptyLinePlaceholder":13},[3049],{"type":45,"value":888},{"type":36,"tag":142,"props":3051,"children":3052},{"class":144,"line":350},[3053,3057,3061,3065,3069,3073,3077,3081,3085,3089,3093,3097,3101,3105],{"type":36,"tag":142,"props":3054,"children":3055},{"style":597},[3056],{"type":45,"value":896},{"type":36,"tag":142,"props":3058,"children":3059},{"style":308},[3060],{"type":45,"value":610},{"type":36,"tag":142,"props":3062,"children":3063},{"style":208},[3064],{"type":45,"value":905},{"type":36,"tag":142,"props":3066,"children":3067},{"style":308},[3068],{"type":45,"value":694},{"type":36,"tag":142,"props":3070,"children":3071},{"style":597},[3072],{"type":45,"value":914},{"type":36,"tag":142,"props":3074,"children":3075},{"style":208},[3076],{"type":45,"value":919},{"type":36,"tag":142,"props":3078,"children":3079},{"style":308},[3080],{"type":45,"value":924},{"type":36,"tag":142,"props":3082,"children":3083},{"style":208},[3084],{"type":45,"value":648},{"type":36,"tag":142,"props":3086,"children":3087},{"style":155},[3088],{"type":45,"value":933},{"type":36,"tag":142,"props":3090,"children":3091},{"style":208},[3092],{"type":45,"value":648},{"type":36,"tag":142,"props":3094,"children":3095},{"style":155},[3096],{"type":45,"value":942},{"type":36,"tag":142,"props":3098,"children":3099},{"style":208},[3100],{"type":45,"value":648},{"type":36,"tag":142,"props":3102,"children":3103},{"style":155},[3104],{"type":45,"value":951},{"type":36,"tag":142,"props":3106,"children":3107},{"style":208},[3108],{"type":45,"value":956},{"type":36,"tag":142,"props":3110,"children":3111},{"class":144,"line":368},[3112,3116,3120,3124,3128,3132,3136,3140,3144,3148,3152,3156,3160,3164],{"type":36,"tag":142,"props":3113,"children":3114},{"style":597},[3115],{"type":45,"value":896},{"type":36,"tag":142,"props":3117,"children":3118},{"style":308},[3119],{"type":45,"value":610},{"type":36,"tag":142,"props":3121,"children":3122},{"style":208},[3123],{"type":45,"value":905},{"type":36,"tag":142,"props":3125,"children":3126},{"style":308},[3127],{"type":45,"value":694},{"type":36,"tag":142,"props":3129,"children":3130},{"style":597},[3131],{"type":45,"value":914},{"type":36,"tag":142,"props":3133,"children":3134},{"style":208},[3135],{"type":45,"value":919},{"type":36,"tag":142,"props":3137,"children":3138},{"style":308},[3139],{"type":45,"value":988},{"type":36,"tag":142,"props":3141,"children":3142},{"style":208},[3143],{"type":45,"value":648},{"type":36,"tag":142,"props":3145,"children":3146},{"style":155},[3147],{"type":45,"value":997},{"type":36,"tag":142,"props":3149,"children":3150},{"style":208},[3151],{"type":45,"value":648},{"type":36,"tag":142,"props":3153,"children":3154},{"style":155},[3155],{"type":45,"value":1006},{"type":36,"tag":142,"props":3157,"children":3158},{"style":208},[3159],{"type":45,"value":648},{"type":36,"tag":142,"props":3161,"children":3162},{"style":155},[3163],{"type":45,"value":1015},{"type":36,"tag":142,"props":3165,"children":3166},{"style":208},[3167],{"type":45,"value":956},{"type":36,"tag":142,"props":3169,"children":3170},{"class":144,"line":381},[3171,3175,3179,3183,3187,3191,3195,3199,3203,3207,3211,3215,3219,3223],{"type":36,"tag":142,"props":3172,"children":3173},{"style":597},[3174],{"type":45,"value":896},{"type":36,"tag":142,"props":3176,"children":3177},{"style":308},[3178],{"type":45,"value":610},{"type":36,"tag":142,"props":3180,"children":3181},{"style":208},[3182],{"type":45,"value":905},{"type":36,"tag":142,"props":3184,"children":3185},{"style":308},[3186],{"type":45,"value":694},{"type":36,"tag":142,"props":3188,"children":3189},{"style":597},[3190],{"type":45,"value":914},{"type":36,"tag":142,"props":3192,"children":3193},{"style":208},[3194],{"type":45,"value":919},{"type":36,"tag":142,"props":3196,"children":3197},{"style":308},[3198],{"type":45,"value":1051},{"type":36,"tag":142,"props":3200,"children":3201},{"style":208},[3202],{"type":45,"value":648},{"type":36,"tag":142,"props":3204,"children":3205},{"style":155},[3206],{"type":45,"value":1060},{"type":36,"tag":142,"props":3208,"children":3209},{"style":208},[3210],{"type":45,"value":648},{"type":36,"tag":142,"props":3212,"children":3213},{"style":155},[3214],{"type":45,"value":942},{"type":36,"tag":142,"props":3216,"children":3217},{"style":208},[3218],{"type":45,"value":648},{"type":36,"tag":142,"props":3220,"children":3221},{"style":155},[3222],{"type":45,"value":1077},{"type":36,"tag":142,"props":3224,"children":3225},{"style":208},[3226],{"type":45,"value":956},{"type":36,"tag":142,"props":3228,"children":3229},{"class":144,"line":402},[3230],{"type":36,"tag":142,"props":3231,"children":3232},{"emptyLinePlaceholder":13},[3233],{"type":45,"value":888},{"type":36,"tag":142,"props":3235,"children":3236},{"class":144,"line":1091},[3237],{"type":36,"tag":142,"props":3238,"children":3239},{"style":724},[3240],{"type":45,"value":1097},{"type":36,"tag":142,"props":3242,"children":3243},{"class":144,"line":1100},[3244,3248,3252,3256],{"type":36,"tag":142,"props":3245,"children":3246},{"style":597},[3247],{"type":45,"value":600},{"type":36,"tag":142,"props":3249,"children":3250},{"style":597},[3251],{"type":45,"value":739},{"type":36,"tag":142,"props":3253,"children":3254},{"style":149},[3255],{"type":45,"value":610},{"type":36,"tag":142,"props":3257,"children":3258},{"style":208},[3259],{"type":45,"value":1118},{"type":36,"tag":142,"props":3261,"children":3262},{"class":144,"line":1121},[3263,3267,3271,3275],{"type":36,"tag":142,"props":3264,"children":3265},{"style":208},[3266],{"type":45,"value":1127},{"type":36,"tag":142,"props":3268,"children":3269},{"style":597},[3270],{"type":45,"value":761},{"type":36,"tag":142,"props":3272,"children":3273},{"style":597},[3274],{"type":45,"value":766},{"type":36,"tag":142,"props":3276,"children":3277},{"style":208},[3278],{"type":45,"value":771},{"type":36,"tag":142,"props":3280,"children":3281},{"class":144,"line":1142},[3282,3286,3290],{"type":36,"tag":142,"props":3283,"children":3284},{"style":208},[3285],{"type":45,"value":1148},{"type":36,"tag":142,"props":3287,"children":3288},{"style":597},[3289],{"type":45,"value":761},{"type":36,"tag":142,"props":3291,"children":3292},{"style":208},[3293],{"type":45,"value":771},{"type":36,"tag":142,"props":3295,"children":3296},{"class":144,"line":1159},[3297,3301,3305,3309,3313],{"type":36,"tag":142,"props":3298,"children":3299},{"style":208},[3300],{"type":45,"value":1165},{"type":36,"tag":142,"props":3302,"children":3303},{"style":597},[3304],{"type":45,"value":784},{"type":36,"tag":142,"props":3306,"children":3307},{"style":208},[3308],{"type":45,"value":789},{"type":36,"tag":142,"props":3310,"children":3311},{"style":308},[3312],{"type":45,"value":1178},{"type":36,"tag":142,"props":3314,"children":3315},{"style":208},[3316],{"type":45,"value":799},{"type":36,"tag":142,"props":3318,"children":3319},{"class":144,"line":1185},[3320,3324,3328,3332,3336,3340,3344],{"type":36,"tag":142,"props":3321,"children":3322},{"style":208},[3323],{"type":45,"value":1191},{"type":36,"tag":142,"props":3325,"children":3326},{"style":597},[3327],{"type":45,"value":761},{"type":36,"tag":142,"props":3329,"children":3330},{"style":208},[3331],{"type":45,"value":789},{"type":36,"tag":142,"props":3333,"children":3334},{"style":308},[3335],{"type":45,"value":1204},{"type":36,"tag":142,"props":3337,"children":3338},{"style":208},[3339],{"type":45,"value":1209},{"type":36,"tag":142,"props":3341,"children":3342},{"style":308},[3343],{"type":45,"value":988},{"type":36,"tag":142,"props":3345,"children":3346},{"style":208},[3347],{"type":45,"value":799},{"type":36,"tag":142,"props":3349,"children":3350},{"class":144,"line":1220},[3351,3355,3359,3363],{"type":36,"tag":142,"props":3352,"children":3353},{"style":208},[3354],{"type":45,"value":1226},{"type":36,"tag":142,"props":3356,"children":3357},{"style":597},[3358],{"type":45,"value":862},{"type":36,"tag":142,"props":3360,"children":3361},{"style":597},[3362],{"type":45,"value":867},{"type":36,"tag":142,"props":3364,"children":3365},{"style":208},[3366],{"type":45,"value":872},{"type":36,"tag":142,"props":3368,"children":3369},{"class":144,"line":1241},[3370],{"type":36,"tag":142,"props":3371,"children":3372},{"style":208},[3373],{"type":45,"value":880},{"type":36,"tag":142,"props":3375,"children":3376},{"class":144,"line":1249},[3377],{"type":36,"tag":142,"props":3378,"children":3379},{"emptyLinePlaceholder":13},[3380],{"type":45,"value":888},{"type":36,"tag":142,"props":3382,"children":3383},{"class":144,"line":1257},[3384,3388,3392,3396,3400,3404,3408,3412,3416,3420,3424,3428,3432,3436,3440,3444],{"type":36,"tag":142,"props":3385,"children":3386},{"style":597},[3387],{"type":45,"value":896},{"type":36,"tag":142,"props":3389,"children":3390},{"style":308},[3391],{"type":45,"value":610},{"type":36,"tag":142,"props":3393,"children":3394},{"style":208},[3395],{"type":45,"value":905},{"type":36,"tag":142,"props":3397,"children":3398},{"style":308},[3399],{"type":45,"value":701},{"type":36,"tag":142,"props":3401,"children":3402},{"style":597},[3403],{"type":45,"value":914},{"type":36,"tag":142,"props":3405,"children":3406},{"style":208},[3407],{"type":45,"value":919},{"type":36,"tag":142,"props":3409,"children":3410},{"style":308},[3411],{"type":45,"value":1287},{"type":36,"tag":142,"props":3413,"children":3414},{"style":208},[3415],{"type":45,"value":648},{"type":36,"tag":142,"props":3417,"children":3418},{"style":308},[3419],{"type":45,"value":924},{"type":36,"tag":142,"props":3421,"children":3422},{"style":208},[3423],{"type":45,"value":648},{"type":36,"tag":142,"props":3425,"children":3426},{"style":155},[3427],{"type":45,"value":1304},{"type":36,"tag":142,"props":3429,"children":3430},{"style":208},[3431],{"type":45,"value":648},{"type":36,"tag":142,"props":3433,"children":3434},{"style":308},[3435],{"type":45,"value":1313},{"type":36,"tag":142,"props":3437,"children":3438},{"style":208},[3439],{"type":45,"value":905},{"type":36,"tag":142,"props":3441,"children":3442},{"style":308},[3443],{"type":45,"value":1322},{"type":36,"tag":142,"props":3445,"children":3446},{"style":208},[3447],{"type":45,"value":956},{"type":36,"tag":142,"props":3449,"children":3450},{"class":144,"line":1329},[3451,3455,3459,3463,3467,3471,3475,3479,3483,3487,3491,3495,3499,3503,3507,3511],{"type":36,"tag":142,"props":3452,"children":3453},{"style":597},[3454],{"type":45,"value":896},{"type":36,"tag":142,"props":3456,"children":3457},{"style":308},[3458],{"type":45,"value":610},{"type":36,"tag":142,"props":3460,"children":3461},{"style":208},[3462],{"type":45,"value":905},{"type":36,"tag":142,"props":3464,"children":3465},{"style":308},[3466],{"type":45,"value":701},{"type":36,"tag":142,"props":3468,"children":3469},{"style":597},[3470],{"type":45,"value":914},{"type":36,"tag":142,"props":3472,"children":3473},{"style":208},[3474],{"type":45,"value":919},{"type":36,"tag":142,"props":3476,"children":3477},{"style":308},[3478],{"type":45,"value":1359},{"type":36,"tag":142,"props":3480,"children":3481},{"style":208},[3482],{"type":45,"value":648},{"type":36,"tag":142,"props":3484,"children":3485},{"style":308},[3486],{"type":45,"value":924},{"type":36,"tag":142,"props":3488,"children":3489},{"style":208},[3490],{"type":45,"value":648},{"type":36,"tag":142,"props":3492,"children":3493},{"style":155},[3494],{"type":45,"value":1376},{"type":36,"tag":142,"props":3496,"children":3497},{"style":208},[3498],{"type":45,"value":648},{"type":36,"tag":142,"props":3500,"children":3501},{"style":308},[3502],{"type":45,"value":1385},{"type":36,"tag":142,"props":3504,"children":3505},{"style":208},[3506],{"type":45,"value":905},{"type":36,"tag":142,"props":3508,"children":3509},{"style":308},[3510],{"type":45,"value":820},{"type":36,"tag":142,"props":3512,"children":3513},{"style":208},[3514],{"type":45,"value":956},{"type":36,"tag":142,"props":3516,"children":3517},{"class":144,"line":1400},[3518,3522,3526,3530,3534,3538,3542,3546,3550,3554,3558,3562,3566,3570,3574,3578],{"type":36,"tag":142,"props":3519,"children":3520},{"style":597},[3521],{"type":45,"value":896},{"type":36,"tag":142,"props":3523,"children":3524},{"style":308},[3525],{"type":45,"value":610},{"type":36,"tag":142,"props":3527,"children":3528},{"style":208},[3529],{"type":45,"value":905},{"type":36,"tag":142,"props":3531,"children":3532},{"style":308},[3533],{"type":45,"value":701},{"type":36,"tag":142,"props":3535,"children":3536},{"style":597},[3537],{"type":45,"value":914},{"type":36,"tag":142,"props":3539,"children":3540},{"style":208},[3541],{"type":45,"value":919},{"type":36,"tag":142,"props":3543,"children":3544},{"style":308},[3545],{"type":45,"value":1430},{"type":36,"tag":142,"props":3547,"children":3548},{"style":208},[3549],{"type":45,"value":648},{"type":36,"tag":142,"props":3551,"children":3552},{"style":308},[3553],{"type":45,"value":988},{"type":36,"tag":142,"props":3555,"children":3556},{"style":208},[3557],{"type":45,"value":648},{"type":36,"tag":142,"props":3559,"children":3560},{"style":155},[3561],{"type":45,"value":1447},{"type":36,"tag":142,"props":3563,"children":3564},{"style":208},[3565],{"type":45,"value":648},{"type":36,"tag":142,"props":3567,"children":3568},{"style":308},[3569],{"type":45,"value":1456},{"type":36,"tag":142,"props":3571,"children":3572},{"style":208},[3573],{"type":45,"value":905},{"type":36,"tag":142,"props":3575,"children":3576},{"style":308},[3577],{"type":45,"value":1465},{"type":36,"tag":142,"props":3579,"children":3580},{"style":208},[3581],{"type":45,"value":956},{"type":36,"tag":142,"props":3583,"children":3584},{"class":144,"line":1472},[3585,3589,3593,3597,3601,3605,3609,3613,3617,3621,3625,3629,3633,3637,3641,3645],{"type":36,"tag":142,"props":3586,"children":3587},{"style":597},[3588],{"type":45,"value":896},{"type":36,"tag":142,"props":3590,"children":3591},{"style":308},[3592],{"type":45,"value":610},{"type":36,"tag":142,"props":3594,"children":3595},{"style":208},[3596],{"type":45,"value":905},{"type":36,"tag":142,"props":3598,"children":3599},{"style":308},[3600],{"type":45,"value":701},{"type":36,"tag":142,"props":3602,"children":3603},{"style":597},[3604],{"type":45,"value":914},{"type":36,"tag":142,"props":3606,"children":3607},{"style":208},[3608],{"type":45,"value":919},{"type":36,"tag":142,"props":3610,"children":3611},{"style":308},[3612],{"type":45,"value":1502},{"type":36,"tag":142,"props":3614,"children":3615},{"style":208},[3616],{"type":45,"value":648},{"type":36,"tag":142,"props":3618,"children":3619},{"style":308},[3620],{"type":45,"value":1051},{"type":36,"tag":142,"props":3622,"children":3623},{"style":208},[3624],{"type":45,"value":648},{"type":36,"tag":142,"props":3626,"children":3627},{"style":155},[3628],{"type":45,"value":1304},{"type":36,"tag":142,"props":3630,"children":3631},{"style":208},[3632],{"type":45,"value":648},{"type":36,"tag":142,"props":3634,"children":3635},{"style":308},[3636],{"type":45,"value":1527},{"type":36,"tag":142,"props":3638,"children":3639},{"style":208},[3640],{"type":45,"value":905},{"type":36,"tag":142,"props":3642,"children":3643},{"style":308},[3644],{"type":45,"value":1322},{"type":36,"tag":142,"props":3646,"children":3647},{"style":208},[3648],{"type":45,"value":956},{"type":36,"tag":142,"props":3650,"children":3651},{"class":144,"line":1542},[3652],{"type":36,"tag":142,"props":3653,"children":3654},{"emptyLinePlaceholder":13},[3655],{"type":45,"value":888},{"type":36,"tag":142,"props":3657,"children":3658},{"class":144,"line":1550},[3659],{"type":36,"tag":142,"props":3660,"children":3661},{"style":724},[3662],{"type":45,"value":1556},{"type":36,"tag":142,"props":3664,"children":3665},{"class":144,"line":1559},[3666,3670,3674,3678],{"type":36,"tag":142,"props":3667,"children":3668},{"style":597},[3669],{"type":45,"value":600},{"type":36,"tag":142,"props":3671,"children":3672},{"style":597},[3673],{"type":45,"value":739},{"type":36,"tag":142,"props":3675,"children":3676},{"style":149},[3677],{"type":45,"value":610},{"type":36,"tag":142,"props":3679,"children":3680},{"style":208},[3681],{"type":45,"value":1577},{"type":36,"tag":142,"props":3683,"children":3684},{"class":144,"line":1580},[3685,3689,3693,3697],{"type":36,"tag":142,"props":3686,"children":3687},{"style":208},[3688],{"type":45,"value":1586},{"type":36,"tag":142,"props":3690,"children":3691},{"style":597},[3692],{"type":45,"value":761},{"type":36,"tag":142,"props":3694,"children":3695},{"style":597},[3696],{"type":45,"value":766},{"type":36,"tag":142,"props":3698,"children":3699},{"style":208},[3700],{"type":45,"value":771},{"type":36,"tag":142,"props":3702,"children":3703},{"class":144,"line":1601},[3704,3708,3712],{"type":36,"tag":142,"props":3705,"children":3706},{"style":208},[3707],{"type":45,"value":1607},{"type":36,"tag":142,"props":3709,"children":3710},{"style":597},[3711],{"type":45,"value":761},{"type":36,"tag":142,"props":3713,"children":3714},{"style":208},[3715],{"type":45,"value":771},{"type":36,"tag":142,"props":3717,"children":3718},{"class":144,"line":1618},[3719,3723,3727,3731,3735],{"type":36,"tag":142,"props":3720,"children":3721},{"style":208},[3722],{"type":45,"value":1624},{"type":36,"tag":142,"props":3724,"children":3725},{"style":597},[3726],{"type":45,"value":784},{"type":36,"tag":142,"props":3728,"children":3729},{"style":208},[3730],{"type":45,"value":789},{"type":36,"tag":142,"props":3732,"children":3733},{"style":308},[3734],{"type":45,"value":820},{"type":36,"tag":142,"props":3736,"children":3737},{"style":208},[3738],{"type":45,"value":799},{"type":36,"tag":142,"props":3740,"children":3741},{"class":144,"line":1643},[3742,3746,3750],{"type":36,"tag":142,"props":3743,"children":3744},{"style":208},[3745],{"type":45,"value":1649},{"type":36,"tag":142,"props":3747,"children":3748},{"style":597},[3749],{"type":45,"value":761},{"type":36,"tag":142,"props":3751,"children":3752},{"style":208},[3753],{"type":45,"value":771},{"type":36,"tag":142,"props":3755,"children":3756},{"class":144,"line":1660},[3757,3761,3765,3769,3773,3777,3781],{"type":36,"tag":142,"props":3758,"children":3759},{"style":208},[3760],{"type":45,"value":1666},{"type":36,"tag":142,"props":3762,"children":3763},{"style":597},[3764],{"type":45,"value":761},{"type":36,"tag":142,"props":3766,"children":3767},{"style":208},[3768],{"type":45,"value":789},{"type":36,"tag":142,"props":3770,"children":3771},{"style":308},[3772],{"type":45,"value":1204},{"type":36,"tag":142,"props":3774,"children":3775},{"style":208},[3776],{"type":45,"value":1209},{"type":36,"tag":142,"props":3778,"children":3779},{"style":308},[3780],{"type":45,"value":988},{"type":36,"tag":142,"props":3782,"children":3783},{"style":208},[3784],{"type":45,"value":1691},{"type":36,"tag":142,"props":3786,"children":3787},{"class":144,"line":1694},[3788],{"type":36,"tag":142,"props":3789,"children":3790},{"style":208},[3791],{"type":45,"value":880},{"type":36,"tag":142,"props":3793,"children":3794},{"class":144,"line":1702},[3795],{"type":36,"tag":142,"props":3796,"children":3797},{"emptyLinePlaceholder":13},[3798],{"type":45,"value":888},{"type":36,"tag":142,"props":3800,"children":3801},{"class":144,"line":1710},[3802,3806,3810,3814,3818,3822,3826,3830,3834,3838,3842,3846,3850,3854,3858,3862,3866,3870],{"type":36,"tag":142,"props":3803,"children":3804},{"style":597},[3805],{"type":45,"value":896},{"type":36,"tag":142,"props":3807,"children":3808},{"style":308},[3809],{"type":45,"value":610},{"type":36,"tag":142,"props":3811,"children":3812},{"style":208},[3813],{"type":45,"value":905},{"type":36,"tag":142,"props":3815,"children":3816},{"style":308},[3817],{"type":45,"value":709},{"type":36,"tag":142,"props":3819,"children":3820},{"style":597},[3821],{"type":45,"value":914},{"type":36,"tag":142,"props":3823,"children":3824},{"style":208},[3825],{"type":45,"value":919},{"type":36,"tag":142,"props":3827,"children":3828},{"style":308},[3829],{"type":45,"value":1740},{"type":36,"tag":142,"props":3831,"children":3832},{"style":208},[3833],{"type":45,"value":648},{"type":36,"tag":142,"props":3835,"children":3836},{"style":308},[3837],{"type":45,"value":1287},{"type":36,"tag":142,"props":3839,"children":3840},{"style":208},[3841],{"type":45,"value":648},{"type":36,"tag":142,"props":3843,"children":3844},{"style":155},[3845],{"type":45,"value":1757},{"type":36,"tag":142,"props":3847,"children":3848},{"style":208},[3849],{"type":45,"value":648},{"type":36,"tag":142,"props":3851,"children":3852},{"style":308},[3853],{"type":45,"value":988},{"type":36,"tag":142,"props":3855,"children":3856},{"style":208},[3857],{"type":45,"value":648},{"type":36,"tag":142,"props":3859,"children":3860},{"style":308},[3861],{"type":45,"value":1774},{"type":36,"tag":142,"props":3863,"children":3864},{"style":208},[3865],{"type":45,"value":905},{"type":36,"tag":142,"props":3867,"children":3868},{"style":308},[3869],{"type":45,"value":1322},{"type":36,"tag":142,"props":3871,"children":3872},{"style":208},[3873],{"type":45,"value":880},{"type":36,"tag":142,"props":3875,"children":3876},{"class":144,"line":1789},[3877,3881,3885,3889,3893,3897,3901,3905,3909,3913,3917,3921,3925,3929,3933,3937,3941,3945],{"type":36,"tag":142,"props":3878,"children":3879},{"style":597},[3880],{"type":45,"value":896},{"type":36,"tag":142,"props":3882,"children":3883},{"style":308},[3884],{"type":45,"value":610},{"type":36,"tag":142,"props":3886,"children":3887},{"style":208},[3888],{"type":45,"value":905},{"type":36,"tag":142,"props":3890,"children":3891},{"style":308},[3892],{"type":45,"value":709},{"type":36,"tag":142,"props":3894,"children":3895},{"style":597},[3896],{"type":45,"value":914},{"type":36,"tag":142,"props":3898,"children":3899},{"style":208},[3900],{"type":45,"value":919},{"type":36,"tag":142,"props":3902,"children":3903},{"style":308},[3904],{"type":45,"value":1819},{"type":36,"tag":142,"props":3906,"children":3907},{"style":208},[3908],{"type":45,"value":648},{"type":36,"tag":142,"props":3910,"children":3911},{"style":308},[3912],{"type":45,"value":1287},{"type":36,"tag":142,"props":3914,"children":3915},{"style":208},[3916],{"type":45,"value":648},{"type":36,"tag":142,"props":3918,"children":3919},{"style":155},[3920],{"type":45,"value":1836},{"type":36,"tag":142,"props":3922,"children":3923},{"style":208},[3924],{"type":45,"value":648},{"type":36,"tag":142,"props":3926,"children":3927},{"style":308},[3928],{"type":45,"value":924},{"type":36,"tag":142,"props":3930,"children":3931},{"style":208},[3932],{"type":45,"value":648},{"type":36,"tag":142,"props":3934,"children":3935},{"style":308},[3936],{"type":45,"value":794},{"type":36,"tag":142,"props":3938,"children":3939},{"style":208},[3940],{"type":45,"value":905},{"type":36,"tag":142,"props":3942,"children":3943},{"style":308},[3944],{"type":45,"value":1322},{"type":36,"tag":142,"props":3946,"children":3947},{"style":208},[3948],{"type":45,"value":880},{"type":36,"tag":142,"props":3950,"children":3951},{"class":144,"line":1867},[3952,3956,3960,3964,3968,3972,3976,3980,3984,3988,3992,3996,4000,4004,4008,4012,4016,4020],{"type":36,"tag":142,"props":3953,"children":3954},{"style":597},[3955],{"type":45,"value":896},{"type":36,"tag":142,"props":3957,"children":3958},{"style":308},[3959],{"type":45,"value":610},{"type":36,"tag":142,"props":3961,"children":3962},{"style":208},[3963],{"type":45,"value":905},{"type":36,"tag":142,"props":3965,"children":3966},{"style":308},[3967],{"type":45,"value":709},{"type":36,"tag":142,"props":3969,"children":3970},{"style":597},[3971],{"type":45,"value":914},{"type":36,"tag":142,"props":3973,"children":3974},{"style":208},[3975],{"type":45,"value":919},{"type":36,"tag":142,"props":3977,"children":3978},{"style":308},[3979],{"type":45,"value":1897},{"type":36,"tag":142,"props":3981,"children":3982},{"style":208},[3983],{"type":45,"value":648},{"type":36,"tag":142,"props":3985,"children":3986},{"style":308},[3987],{"type":45,"value":1359},{"type":36,"tag":142,"props":3989,"children":3990},{"style":208},[3991],{"type":45,"value":648},{"type":36,"tag":142,"props":3993,"children":3994},{"style":155},[3995],{"type":45,"value":1757},{"type":36,"tag":142,"props":3997,"children":3998},{"style":208},[3999],{"type":45,"value":648},{"type":36,"tag":142,"props":4001,"children":4002},{"style":308},[4003],{"type":45,"value":924},{"type":36,"tag":142,"props":4005,"children":4006},{"style":208},[4007],{"type":45,"value":648},{"type":36,"tag":142,"props":4009,"children":4010},{"style":308},[4011],{"type":45,"value":1774},{"type":36,"tag":142,"props":4013,"children":4014},{"style":208},[4015],{"type":45,"value":905},{"type":36,"tag":142,"props":4017,"children":4018},{"style":308},[4019],{"type":45,"value":1322},{"type":36,"tag":142,"props":4021,"children":4022},{"style":208},[4023],{"type":45,"value":880},{"type":36,"tag":142,"props":4025,"children":4026},{"class":144,"line":1944},[4027,4031,4035,4039,4043,4047,4051,4055,4059,4063,4067,4071,4075,4079,4083,4087,4091,4095],{"type":36,"tag":142,"props":4028,"children":4029},{"style":597},[4030],{"type":45,"value":896},{"type":36,"tag":142,"props":4032,"children":4033},{"style":308},[4034],{"type":45,"value":610},{"type":36,"tag":142,"props":4036,"children":4037},{"style":208},[4038],{"type":45,"value":905},{"type":36,"tag":142,"props":4040,"children":4041},{"style":308},[4042],{"type":45,"value":709},{"type":36,"tag":142,"props":4044,"children":4045},{"style":597},[4046],{"type":45,"value":914},{"type":36,"tag":142,"props":4048,"children":4049},{"style":208},[4050],{"type":45,"value":919},{"type":36,"tag":142,"props":4052,"children":4053},{"style":308},[4054],{"type":45,"value":1974},{"type":36,"tag":142,"props":4056,"children":4057},{"style":208},[4058],{"type":45,"value":648},{"type":36,"tag":142,"props":4060,"children":4061},{"style":308},[4062],{"type":45,"value":1359},{"type":36,"tag":142,"props":4064,"children":4065},{"style":208},[4066],{"type":45,"value":648},{"type":36,"tag":142,"props":4068,"children":4069},{"style":155},[4070],{"type":45,"value":1991},{"type":36,"tag":142,"props":4072,"children":4073},{"style":208},[4074],{"type":45,"value":648},{"type":36,"tag":142,"props":4076,"children":4077},{"style":308},[4078],{"type":45,"value":924},{"type":36,"tag":142,"props":4080,"children":4081},{"style":208},[4082],{"type":45,"value":648},{"type":36,"tag":142,"props":4084,"children":4085},{"style":308},[4086],{"type":45,"value":820},{"type":36,"tag":142,"props":4088,"children":4089},{"style":208},[4090],{"type":45,"value":905},{"type":36,"tag":142,"props":4092,"children":4093},{"style":308},[4094],{"type":45,"value":820},{"type":36,"tag":142,"props":4096,"children":4097},{"style":208},[4098],{"type":45,"value":880},{"type":36,"tag":142,"props":4100,"children":4101},{"class":144,"line":2022},[4102,4106,4110,4114,4118,4122,4126,4130,4134,4138,4142,4146,4150,4154,4158,4162,4166,4170],{"type":36,"tag":142,"props":4103,"children":4104},{"style":597},[4105],{"type":45,"value":896},{"type":36,"tag":142,"props":4107,"children":4108},{"style":308},[4109],{"type":45,"value":610},{"type":36,"tag":142,"props":4111,"children":4112},{"style":208},[4113],{"type":45,"value":905},{"type":36,"tag":142,"props":4115,"children":4116},{"style":308},[4117],{"type":45,"value":709},{"type":36,"tag":142,"props":4119,"children":4120},{"style":597},[4121],{"type":45,"value":914},{"type":36,"tag":142,"props":4123,"children":4124},{"style":208},[4125],{"type":45,"value":919},{"type":36,"tag":142,"props":4127,"children":4128},{"style":308},[4129],{"type":45,"value":2052},{"type":36,"tag":142,"props":4131,"children":4132},{"style":208},[4133],{"type":45,"value":648},{"type":36,"tag":142,"props":4135,"children":4136},{"style":308},[4137],{"type":45,"value":1430},{"type":36,"tag":142,"props":4139,"children":4140},{"style":208},[4141],{"type":45,"value":648},{"type":36,"tag":142,"props":4143,"children":4144},{"style":155},[4145],{"type":45,"value":1836},{"type":36,"tag":142,"props":4147,"children":4148},{"style":208},[4149],{"type":45,"value":648},{"type":36,"tag":142,"props":4151,"children":4152},{"style":308},[4153],{"type":45,"value":924},{"type":36,"tag":142,"props":4155,"children":4156},{"style":208},[4157],{"type":45,"value":648},{"type":36,"tag":142,"props":4159,"children":4160},{"style":308},[4161],{"type":45,"value":1456},{"type":36,"tag":142,"props":4163,"children":4164},{"style":208},[4165],{"type":45,"value":905},{"type":36,"tag":142,"props":4167,"children":4168},{"style":308},[4169],{"type":45,"value":1465},{"type":36,"tag":142,"props":4171,"children":4172},{"style":208},[4173],{"type":45,"value":880},{"type":36,"tag":142,"props":4175,"children":4176},{"class":144,"line":2099},[4177,4181,4185,4189,4193,4197,4201,4205,4209,4213,4217,4221,4225,4229,4233,4237,4241,4245],{"type":36,"tag":142,"props":4178,"children":4179},{"style":597},[4180],{"type":45,"value":896},{"type":36,"tag":142,"props":4182,"children":4183},{"style":308},[4184],{"type":45,"value":610},{"type":36,"tag":142,"props":4186,"children":4187},{"style":208},[4188],{"type":45,"value":905},{"type":36,"tag":142,"props":4190,"children":4191},{"style":308},[4192],{"type":45,"value":709},{"type":36,"tag":142,"props":4194,"children":4195},{"style":597},[4196],{"type":45,"value":914},{"type":36,"tag":142,"props":4198,"children":4199},{"style":208},[4200],{"type":45,"value":919},{"type":36,"tag":142,"props":4202,"children":4203},{"style":308},[4204],{"type":45,"value":2129},{"type":36,"tag":142,"props":4206,"children":4207},{"style":208},[4208],{"type":45,"value":648},{"type":36,"tag":142,"props":4210,"children":4211},{"style":308},[4212],{"type":45,"value":1502},{"type":36,"tag":142,"props":4214,"children":4215},{"style":208},[4216],{"type":45,"value":648},{"type":36,"tag":142,"props":4218,"children":4219},{"style":155},[4220],{"type":45,"value":2146},{"type":36,"tag":142,"props":4222,"children":4223},{"style":208},[4224],{"type":45,"value":648},{"type":36,"tag":142,"props":4226,"children":4227},{"style":308},[4228],{"type":45,"value":988},{"type":36,"tag":142,"props":4230,"children":4231},{"style":208},[4232],{"type":45,"value":648},{"type":36,"tag":142,"props":4234,"children":4235},{"style":308},[4236],{"type":45,"value":2163},{"type":36,"tag":142,"props":4238,"children":4239},{"style":208},[4240],{"type":45,"value":905},{"type":36,"tag":142,"props":4242,"children":4243},{"style":308},[4244],{"type":45,"value":1322},{"type":36,"tag":142,"props":4246,"children":4247},{"style":208},[4248],{"type":45,"value":880},{"type":36,"tag":142,"props":4250,"children":4251},{"class":144,"line":2178},[4252,4256],{"type":36,"tag":142,"props":4253,"children":4254},{"style":597},[4255],{"type":45,"value":2184},{"type":36,"tag":142,"props":4257,"children":4258},{"style":208},[4259],{"type":45,"value":630},{"type":36,"tag":113,"props":4261,"children":4262},{"id":2191},[4263],{"type":45,"value":2194},{"type":36,"tag":132,"props":4265,"children":4266},{"className":134,"code":2197,"language":136,"meta":7,"style":7},[4267],{"type":36,"tag":50,"props":4268,"children":4269},{"__ignoreMap":7},[4270],{"type":36,"tag":142,"props":4271,"children":4272},{"class":144,"line":145},[4273,4277,4281,4285,4289],{"type":36,"tag":142,"props":4274,"children":4275},{"style":149},[4276],{"type":45,"value":152},{"type":36,"tag":142,"props":4278,"children":4279},{"style":155},[4280],{"type":45,"value":448},{"type":36,"tag":142,"props":4282,"children":4283},{"style":155},[4284],{"type":45,"value":2217},{"type":36,"tag":142,"props":4286,"children":4287},{"style":308},[4288],{"type":45,"value":2222},{"type":36,"tag":142,"props":4290,"children":4291},{"style":155},[4292],{"type":45,"value":2227},{"type":36,"tag":37,"props":4294,"children":4295},{},[4296,4297,4302],{"type":45,"value":2232},{"type":36,"tag":50,"props":4298,"children":4300},{"className":4299},[],[4301],{"type":45,"value":82},{"type":45,"value":2239},{"type":36,"tag":113,"props":4304,"children":4305},{"id":2242},[4306],{"type":45,"value":2245},{"type":36,"tag":132,"props":4308,"children":4309},{"className":134,"code":2248,"language":136,"meta":7,"style":7},[4310],{"type":36,"tag":50,"props":4311,"children":4312},{"__ignoreMap":7},[4313],{"type":36,"tag":142,"props":4314,"children":4315},{"class":144,"line":145},[4316,4320,4324],{"type":36,"tag":142,"props":4317,"children":4318},{"style":149},[4319],{"type":45,"value":2260},{"type":36,"tag":142,"props":4321,"children":4322},{"style":155},[4323],{"type":45,"value":2265},{"type":36,"tag":142,"props":4325,"children":4326},{"style":155},[4327],{"type":45,"value":2270},{"type":36,"tag":37,"props":4329,"children":4330},{},[4331],{"type":45,"value":2275},{"type":36,"tag":113,"props":4333,"children":4334},{"id":2278},[4335],{"type":45,"value":2281},{"type":36,"tag":37,"props":4337,"children":4338},{},[4339],{"type":45,"value":2286},{"type":36,"tag":132,"props":4341,"children":4342},{"className":134,"code":2289,"language":136,"meta":7,"style":7},[4343],{"type":36,"tag":50,"props":4344,"children":4345},{"__ignoreMap":7},[4346,4365],{"type":36,"tag":142,"props":4347,"children":4348},{"class":144,"line":145},[4349,4353,4357,4361],{"type":36,"tag":142,"props":4350,"children":4351},{"style":149},[4352],{"type":45,"value":443},{"type":36,"tag":142,"props":4354,"children":4355},{"style":155},[4356],{"type":45,"value":2305},{"type":36,"tag":142,"props":4358,"children":4359},{"style":308},[4360],{"type":45,"value":2310},{"type":36,"tag":142,"props":4362,"children":4363},{"style":155},[4364],{"type":45,"value":2315},{"type":36,"tag":142,"props":4366,"children":4367},{"class":144,"line":214},[4368,4372],{"type":36,"tag":142,"props":4369,"children":4370},{"style":149},[4371],{"type":45,"value":2323},{"type":36,"tag":142,"props":4373,"children":4374},{"style":155},[4375],{"type":45,"value":2328},{"type":36,"tag":2330,"props":4377,"children":4378},{},[4379],{"type":45,"value":2334},{"title":7,"searchDepth":214,"depth":214,"links":4381},[4382],{"id":103,"depth":214,"text":106,"children":4383},[4384,4385,4386,4387,4388,4389,4390,4391],{"id":115,"depth":227,"text":118},{"id":171,"depth":227,"text":174},{"id":420,"depth":227,"text":423},{"id":518,"depth":227,"text":521},{"id":680,"depth":227,"text":683},{"id":2191,"depth":227,"text":2194},{"id":2242,"depth":227,"text":2245},{"id":2278,"depth":227,"text":2281},[4393,4875,6561],{"_path":4394,"_dir":12,"_draft":6,"_partial":6,"_locale":7,"title":4395,"description":4396,"date":10,"readingTime":240,"category":4397,"tags":4398,"difficulty":4401,"module":12,"step":145,"subSteps":13,"learnMore":4402,"author":4407,"body":4408,"_type":2347,"_id":4872,"_source":2349,"_file":4873,"_stem":4874,"_extension":2352},"/tutorials/oracle-duckdb/initialize-configure","Initialize & Configure","Scaffold the oracle-duckdb template project and configure Oracle and DuckDB connections.","Tutorial",[4399,4400],"Bruin CLI","DuckDB","Intermediate",[4403,4406],{"label":4404,"url":4405},"Bruin project structure (docs)","https://getbruin.com/docs/bruin/core-concepts/project.html",{"label":23,"url":24},{"name":29,"role":30,"image":31},{"type":33,"children":4409,"toc":4862},[4410,4416,4421,4427,4432,4438,4444,4453,4464,4502,4507,4517,4523,4535,4724,4749,4755,4763,4775,4842,4847,4853,4858],{"type":36,"tag":101,"props":4411,"children":4413},{"id":4412},"what-youll-do",[4414],{"type":45,"value":4415},"What you'll do",{"type":36,"tag":37,"props":4417,"children":4418},{},[4419],{"type":45,"value":4420},"Scaffold a new project from the oracle-duckdb template and configure connections for both Oracle and DuckDB.",{"type":36,"tag":101,"props":4422,"children":4424},{"id":4423},"why-this-step-matters",[4425],{"type":45,"value":4426},"Why this step matters",{"type":36,"tag":37,"props":4428,"children":4429},{},[4430],{"type":45,"value":4431},"The template gives you a pre-built pipeline with ingestr assets for Oracle-to-DuckDB ingestion and a downstream SQL transformation. Configuring the connections correctly is critical - the asset names in the template expect specific connection names to work automatically.",{"type":36,"tag":101,"props":4433,"children":4435},{"id":4434},"instructions",[4436],{"type":45,"value":4437},"Instructions",{"type":36,"tag":113,"props":4439,"children":4441},{"id":4440},"_1-initialize-the-project",[4442],{"type":45,"value":4443},"1) Initialize the project",{"type":36,"tag":37,"props":4445,"children":4446},{},[4447],{"type":36,"tag":4448,"props":4449,"children":4452},"img",{"alt":4450,"src":4451},"bruin init command","/img/learn/tutorials/init.gif",[],{"type":36,"tag":37,"props":4454,"children":4455},{},[4456,4458,4463],{"type":45,"value":4457},"Create a new project from the ",{"type":36,"tag":50,"props":4459,"children":4461},{"className":4460},[],[4462],{"type":45,"value":12},{"type":45,"value":130},{"type":36,"tag":132,"props":4465,"children":4467},{"className":134,"code":4466,"language":136,"meta":7,"style":7},"bruin init oracle-duckdb oracle-demo\ncd oracle-demo\n",[4468],{"type":36,"tag":50,"props":4469,"children":4470},{"__ignoreMap":7},[4471,4490],{"type":36,"tag":142,"props":4472,"children":4473},{"class":144,"line":145},[4474,4478,4482,4486],{"type":36,"tag":142,"props":4475,"children":4476},{"style":149},[4477],{"type":45,"value":152},{"type":36,"tag":142,"props":4479,"children":4480},{"style":155},[4481],{"type":45,"value":158},{"type":36,"tag":142,"props":4483,"children":4484},{"style":155},[4485],{"type":45,"value":163},{"type":36,"tag":142,"props":4487,"children":4488},{"style":155},[4489],{"type":45,"value":168},{"type":36,"tag":142,"props":4491,"children":4492},{"class":144,"line":214},[4493,4498],{"type":36,"tag":142,"props":4494,"children":4495},{"style":308},[4496],{"type":45,"value":4497},"cd",{"type":36,"tag":142,"props":4499,"children":4500},{"style":155},[4501],{"type":45,"value":168},{"type":36,"tag":37,"props":4503,"children":4504},{},[4505],{"type":45,"value":4506},"This creates a project with:",{"type":36,"tag":132,"props":4508,"children":4512},{"className":4509,"code":4511,"language":45},[4510],"language-text","oracle-demo/\n├── assets/\n│   ├── customers.asset.yml       # ingestr: Oracle → DuckDB\n│   ├── orders.asset.yml          # ingestr: Oracle → DuckDB\n│   ├── order_items.asset.yml     # ingestr: Oracle → DuckDB\n│   └── sales_per_customer.sql    # SQL transformation in DuckDB\n├── .bruin.yml\n└── pipeline.yml\n",[4513],{"type":36,"tag":50,"props":4514,"children":4515},{"__ignoreMap":7},[4516],{"type":45,"value":4511},{"type":36,"tag":113,"props":4518,"children":4520},{"id":4519},"_2-configure-connections",[4521],{"type":45,"value":4522},"2) Configure connections",{"type":36,"tag":37,"props":4524,"children":4525},{},[4526,4528,4533],{"type":45,"value":4527},"Open ",{"type":36,"tag":50,"props":4529,"children":4531},{"className":4530},[],[4532],{"type":45,"value":185},{"type":45,"value":4534}," and set the Oracle and DuckDB connection details:",{"type":36,"tag":132,"props":4536,"children":4537},{"className":190,"code":191,"language":192,"meta":7,"style":7},[4538],{"type":36,"tag":50,"props":4539,"children":4540},{"__ignoreMap":7},[4541,4552,4563,4574,4585,4604,4619,4634,4649,4664,4679,4690,4709],{"type":36,"tag":142,"props":4542,"children":4543},{"class":144,"line":145},[4544,4548],{"type":36,"tag":142,"props":4545,"children":4546},{"style":202},[4547],{"type":45,"value":205},{"type":36,"tag":142,"props":4549,"children":4550},{"style":208},[4551],{"type":45,"value":211},{"type":36,"tag":142,"props":4553,"children":4554},{"class":144,"line":214},[4555,4559],{"type":36,"tag":142,"props":4556,"children":4557},{"style":202},[4558],{"type":45,"value":220},{"type":36,"tag":142,"props":4560,"children":4561},{"style":208},[4562],{"type":45,"value":211},{"type":36,"tag":142,"props":4564,"children":4565},{"class":144,"line":227},[4566,4570],{"type":36,"tag":142,"props":4567,"children":4568},{"style":202},[4569],{"type":45,"value":233},{"type":36,"tag":142,"props":4571,"children":4572},{"style":208},[4573],{"type":45,"value":211},{"type":36,"tag":142,"props":4575,"children":4576},{"class":144,"line":240},[4577,4581],{"type":36,"tag":142,"props":4578,"children":4579},{"style":202},[4580],{"type":45,"value":246},{"type":36,"tag":142,"props":4582,"children":4583},{"style":208},[4584],{"type":45,"value":211},{"type":36,"tag":142,"props":4586,"children":4587},{"class":144,"line":253},[4588,4592,4596,4600],{"type":36,"tag":142,"props":4589,"children":4590},{"style":208},[4591],{"type":45,"value":259},{"type":36,"tag":142,"props":4593,"children":4594},{"style":202},[4595],{"type":45,"value":264},{"type":36,"tag":142,"props":4597,"children":4598},{"style":208},[4599],{"type":45,"value":269},{"type":36,"tag":142,"props":4601,"children":4602},{"style":155},[4603],{"type":45,"value":274},{"type":36,"tag":142,"props":4605,"children":4606},{"class":144,"line":277},[4607,4611,4615],{"type":36,"tag":142,"props":4608,"children":4609},{"style":202},[4610],{"type":45,"value":283},{"type":36,"tag":142,"props":4612,"children":4613},{"style":208},[4614],{"type":45,"value":269},{"type":36,"tag":142,"props":4616,"children":4617},{"style":155},[4618],{"type":45,"value":292},{"type":36,"tag":142,"props":4620,"children":4621},{"class":144,"line":295},[4622,4626,4630],{"type":36,"tag":142,"props":4623,"children":4624},{"style":202},[4625],{"type":45,"value":301},{"type":36,"tag":142,"props":4627,"children":4628},{"style":208},[4629],{"type":45,"value":269},{"type":36,"tag":142,"props":4631,"children":4632},{"style":308},[4633],{"type":45,"value":311},{"type":36,"tag":142,"props":4635,"children":4636},{"class":144,"line":314},[4637,4641,4645],{"type":36,"tag":142,"props":4638,"children":4639},{"style":202},[4640],{"type":45,"value":320},{"type":36,"tag":142,"props":4642,"children":4643},{"style":208},[4644],{"type":45,"value":269},{"type":36,"tag":142,"props":4646,"children":4647},{"style":155},[4648],{"type":45,"value":329},{"type":36,"tag":142,"props":4650,"children":4651},{"class":144,"line":332},[4652,4656,4660],{"type":36,"tag":142,"props":4653,"children":4654},{"style":202},[4655],{"type":45,"value":338},{"type":36,"tag":142,"props":4657,"children":4658},{"style":208},[4659],{"type":45,"value":269},{"type":36,"tag":142,"props":4661,"children":4662},{"style":155},[4663],{"type":45,"value":347},{"type":36,"tag":142,"props":4665,"children":4666},{"class":144,"line":350},[4667,4671,4675],{"type":36,"tag":142,"props":4668,"children":4669},{"style":202},[4670],{"type":45,"value":356},{"type":36,"tag":142,"props":4672,"children":4673},{"style":208},[4674],{"type":45,"value":269},{"type":36,"tag":142,"props":4676,"children":4677},{"style":155},[4678],{"type":45,"value":365},{"type":36,"tag":142,"props":4680,"children":4681},{"class":144,"line":368},[4682,4686],{"type":36,"tag":142,"props":4683,"children":4684},{"style":202},[4685],{"type":45,"value":374},{"type":36,"tag":142,"props":4687,"children":4688},{"style":208},[4689],{"type":45,"value":211},{"type":36,"tag":142,"props":4691,"children":4692},{"class":144,"line":381},[4693,4697,4701,4705],{"type":36,"tag":142,"props":4694,"children":4695},{"style":208},[4696],{"type":45,"value":259},{"type":36,"tag":142,"props":4698,"children":4699},{"style":202},[4700],{"type":45,"value":264},{"type":36,"tag":142,"props":4702,"children":4703},{"style":208},[4704],{"type":45,"value":269},{"type":36,"tag":142,"props":4706,"children":4707},{"style":155},[4708],{"type":45,"value":399},{"type":36,"tag":142,"props":4710,"children":4711},{"class":144,"line":402},[4712,4716,4720],{"type":36,"tag":142,"props":4713,"children":4714},{"style":202},[4715],{"type":45,"value":408},{"type":36,"tag":142,"props":4717,"children":4718},{"style":208},[4719],{"type":45,"value":269},{"type":36,"tag":142,"props":4721,"children":4722},{"style":155},[4723],{"type":45,"value":417},{"type":36,"tag":4725,"props":4726,"children":4727},"note",{},[4728],{"type":36,"tag":37,"props":4729,"children":4730},{},[4731,4733,4739,4741,4747],{"type":45,"value":4732},"Keep the connection names as ",{"type":36,"tag":50,"props":4734,"children":4736},{"className":4735},[],[4737],{"type":45,"value":4738},"oracle-default",{"type":45,"value":4740}," and ",{"type":36,"tag":50,"props":4742,"children":4744},{"className":4743},[],[4745],{"type":45,"value":4746},"duckdb-default",{"type":45,"value":4748}," - the template assets reference these names. Changing them would require updating every asset file.",{"type":36,"tag":113,"props":4750,"children":4752},{"id":4751},"_3-review-the-pipeline-config",[4753],{"type":45,"value":4754},"3) Review the pipeline config",{"type":36,"tag":37,"props":4756,"children":4757},{},[4758],{"type":36,"tag":4448,"props":4759,"children":4762},{"alt":4760,"src":4761},"Oracle pipeline lineage","/img/learn/tutorials/oracle-lineage.png",[],{"type":36,"tag":37,"props":4764,"children":4765},{},[4766,4767,4773],{"type":45,"value":4527},{"type":36,"tag":50,"props":4768,"children":4770},{"className":4769},[],[4771],{"type":45,"value":4772},"pipeline.yml",{"type":45,"value":4774}," to see the pipeline setup:",{"type":36,"tag":132,"props":4776,"children":4778},{"className":190,"code":4777,"language":192,"meta":7,"style":7},"name: oracle-duckdb\ndefault_connections:\n  oracle: \"oracle-default\"\n  duckdb: \"duckdb-default\"\n",[4779],{"type":36,"tag":50,"props":4780,"children":4781},{"__ignoreMap":7},[4782,4798,4810,4826],{"type":36,"tag":142,"props":4783,"children":4784},{"class":144,"line":145},[4785,4789,4793],{"type":36,"tag":142,"props":4786,"children":4787},{"style":202},[4788],{"type":45,"value":264},{"type":36,"tag":142,"props":4790,"children":4791},{"style":208},[4792],{"type":45,"value":269},{"type":36,"tag":142,"props":4794,"children":4795},{"style":155},[4796],{"type":45,"value":4797},"oracle-duckdb\n",{"type":36,"tag":142,"props":4799,"children":4800},{"class":144,"line":214},[4801,4806],{"type":36,"tag":142,"props":4802,"children":4803},{"style":202},[4804],{"type":45,"value":4805},"default_connections",{"type":36,"tag":142,"props":4807,"children":4808},{"style":208},[4809],{"type":45,"value":211},{"type":36,"tag":142,"props":4811,"children":4812},{"class":144,"line":227},[4813,4818,4822],{"type":36,"tag":142,"props":4814,"children":4815},{"style":202},[4816],{"type":45,"value":4817},"  oracle",{"type":36,"tag":142,"props":4819,"children":4820},{"style":208},[4821],{"type":45,"value":269},{"type":36,"tag":142,"props":4823,"children":4824},{"style":155},[4825],{"type":45,"value":274},{"type":36,"tag":142,"props":4827,"children":4828},{"class":144,"line":240},[4829,4834,4838],{"type":36,"tag":142,"props":4830,"children":4831},{"style":202},[4832],{"type":45,"value":4833},"  duckdb",{"type":36,"tag":142,"props":4835,"children":4836},{"style":208},[4837],{"type":45,"value":269},{"type":36,"tag":142,"props":4839,"children":4840},{"style":155},[4841],{"type":45,"value":399},{"type":36,"tag":37,"props":4843,"children":4844},{},[4845],{"type":45,"value":4846},"The pipeline links to both connections. The three ingestr assets will use the Oracle connection as source and DuckDB as destination. The SQL asset runs against DuckDB.",{"type":36,"tag":101,"props":4848,"children":4850},{"id":4849},"what-just-happened",[4851],{"type":45,"value":4852},"What just happened",{"type":36,"tag":37,"props":4854,"children":4855},{},[4856],{"type":45,"value":4857},"You have a configured Bruin project ready to move data from Oracle to DuckDB. The template includes three ingestr assets (one per table) and a SQL transformation. Next, you'll set up a local Oracle instance to serve as the data source.",{"type":36,"tag":2330,"props":4859,"children":4860},{},[4861],{"type":45,"value":2334},{"title":7,"searchDepth":214,"depth":214,"links":4863},[4864,4865,4866,4871],{"id":4412,"depth":214,"text":4415},{"id":4423,"depth":214,"text":4426},{"id":4434,"depth":214,"text":4437,"children":4867},[4868,4869,4870],{"id":4440,"depth":227,"text":4443},{"id":4519,"depth":227,"text":4522},{"id":4751,"depth":227,"text":4754},{"id":4849,"depth":214,"text":4852},"content:tutorials:oracle-duckdb:initialize-configure.md","tutorials/oracle-duckdb/initialize-configure.md","tutorials/oracle-duckdb/initialize-configure",{"_path":4876,"_dir":12,"_draft":6,"_partial":6,"_locale":7,"title":4877,"description":4878,"date":10,"readingTime":314,"category":4397,"tags":4879,"difficulty":4401,"module":12,"step":214,"subSteps":13,"learnMore":4880,"author":4887,"body":4888,"_type":2347,"_id":6558,"_source":2349,"_file":6559,"_stem":6560,"_extension":2352},"/tutorials/oracle-duckdb/setup-oracle","Set Up Oracle with Docker","Launch Oracle XE in a Docker container, create a database user, and seed sample data.",[4399,4400],[4881,4884],{"label":4882,"url":4883},"Oracle container registry","https://container-registry.oracle.com/",{"label":4885,"url":4886},"Oracle XE documentation","https://www.oracle.com/database/technologies/xe-downloads.html",{"name":29,"role":30,"image":31},{"type":33,"children":4889,"toc":6547},[4890,4894,4899,4903,4908,4912,4918,4923,4993,4998,5025,5038,5044,5055,5096,5101,5186,5197,5203,5208,5243,5663,5669,5674,6529,6534,6538,6543],{"type":36,"tag":101,"props":4891,"children":4892},{"id":4412},[4893],{"type":45,"value":4415},{"type":36,"tag":37,"props":4895,"children":4896},{},[4897],{"type":45,"value":4898},"Launch an Oracle XE instance using Docker, create a database user, and seed three tables with sample data.",{"type":36,"tag":101,"props":4900,"children":4901},{"id":4423},[4902],{"type":45,"value":4426},{"type":36,"tag":37,"props":4904,"children":4905},{},[4906],{"type":45,"value":4907},"The pipeline needs a source database with data to ingest. Oracle XE is a free, lightweight version of Oracle Database that runs locally in a container. Seeding it with customers, orders, and order items gives you realistic relational data to work with.",{"type":36,"tag":101,"props":4909,"children":4910},{"id":4434},[4911],{"type":45,"value":4437},{"type":36,"tag":113,"props":4913,"children":4915},{"id":4914},"_1-launch-oracle-xe",[4916],{"type":45,"value":4917},"1) Launch Oracle XE",{"type":36,"tag":37,"props":4919,"children":4920},{},[4921],{"type":45,"value":4922},"Start the Oracle XE container:",{"type":36,"tag":132,"props":4924,"children":4925},{"className":134,"code":431,"language":136,"meta":7,"style":7},[4926],{"type":36,"tag":50,"props":4927,"children":4928},{"__ignoreMap":7},[4929,4956,4971,4986],{"type":36,"tag":142,"props":4930,"children":4931},{"class":144,"line":145},[4932,4936,4940,4944,4948,4952],{"type":36,"tag":142,"props":4933,"children":4934},{"style":149},[4935],{"type":45,"value":443},{"type":36,"tag":142,"props":4937,"children":4938},{"style":155},[4939],{"type":45,"value":448},{"type":36,"tag":142,"props":4941,"children":4942},{"style":308},[4943],{"type":45,"value":453},{"type":36,"tag":142,"props":4945,"children":4946},{"style":308},[4947],{"type":45,"value":458},{"type":36,"tag":142,"props":4949,"children":4950},{"style":155},[4951],{"type":45,"value":463},{"type":36,"tag":142,"props":4953,"children":4954},{"style":308},[4955],{"type":45,"value":468},{"type":36,"tag":142,"props":4957,"children":4958},{"class":144,"line":214},[4959,4963,4967],{"type":36,"tag":142,"props":4960,"children":4961},{"style":308},[4962],{"type":45,"value":476},{"type":36,"tag":142,"props":4964,"children":4965},{"style":155},[4966],{"type":45,"value":481},{"type":36,"tag":142,"props":4968,"children":4969},{"style":308},[4970],{"type":45,"value":468},{"type":36,"tag":142,"props":4972,"children":4973},{"class":144,"line":227},[4974,4978,4982],{"type":36,"tag":142,"props":4975,"children":4976},{"style":308},[4977],{"type":45,"value":493},{"type":36,"tag":142,"props":4979,"children":4980},{"style":155},[4981],{"type":45,"value":498},{"type":36,"tag":142,"props":4983,"children":4984},{"style":308},[4985],{"type":45,"value":468},{"type":36,"tag":142,"props":4987,"children":4988},{"class":144,"line":240},[4989],{"type":36,"tag":142,"props":4990,"children":4991},{"style":155},[4992],{"type":45,"value":510},{"type":36,"tag":37,"props":4994,"children":4995},{},[4996],{"type":45,"value":4997},"The first run downloads the image (~4 GB) and initializes the database, which can take a few minutes. Check the logs to monitor progress:",{"type":36,"tag":132,"props":4999,"children":5001},{"className":134,"code":5000,"language":136,"meta":7,"style":7},"docker logs -f oracle-xe\n",[5002],{"type":36,"tag":50,"props":5003,"children":5004},{"__ignoreMap":7},[5005],{"type":36,"tag":142,"props":5006,"children":5007},{"class":144,"line":145},[5008,5012,5017,5021],{"type":36,"tag":142,"props":5009,"children":5010},{"style":149},[5011],{"type":45,"value":443},{"type":36,"tag":142,"props":5013,"children":5014},{"style":155},[5015],{"type":45,"value":5016}," logs",{"type":36,"tag":142,"props":5018,"children":5019},{"style":308},[5020],{"type":45,"value":2310},{"type":36,"tag":142,"props":5022,"children":5023},{"style":155},[5024],{"type":45,"value":2315},{"type":36,"tag":37,"props":5026,"children":5027},{},[5028,5030,5036],{"type":45,"value":5029},"Wait until you see ",{"type":36,"tag":50,"props":5031,"children":5033},{"className":5032},[],[5034],{"type":45,"value":5035},"DATABASE IS READY TO USE!",{"type":45,"value":5037}," before proceeding.",{"type":36,"tag":113,"props":5039,"children":5041},{"id":5040},"_2-create-the-database-user",[5042],{"type":45,"value":5043},"2) Create the database user",{"type":36,"tag":37,"props":5045,"children":5046},{},[5047,5049,5054],{"type":45,"value":5048},"Connect to the container as the system administrator and create the ",{"type":36,"tag":50,"props":5050,"children":5052},{"className":5051},[],[5053],{"type":45,"value":532},{"type":45,"value":534},{"type":36,"tag":132,"props":5056,"children":5057},{"className":134,"code":537,"language":136,"meta":7,"style":7},[5058],{"type":36,"tag":50,"props":5059,"children":5060},{"__ignoreMap":7},[5061],{"type":36,"tag":142,"props":5062,"children":5063},{"class":144,"line":145},[5064,5068,5072,5076,5080,5084,5088,5092],{"type":36,"tag":142,"props":5065,"children":5066},{"style":149},[5067],{"type":45,"value":443},{"type":36,"tag":142,"props":5069,"children":5070},{"style":155},[5071],{"type":45,"value":553},{"type":36,"tag":142,"props":5073,"children":5074},{"style":308},[5075],{"type":45,"value":558},{"type":36,"tag":142,"props":5077,"children":5078},{"style":155},[5079],{"type":45,"value":463},{"type":36,"tag":142,"props":5081,"children":5082},{"style":155},[5083],{"type":45,"value":567},{"type":36,"tag":142,"props":5085,"children":5086},{"style":155},[5087],{"type":45,"value":572},{"type":36,"tag":142,"props":5089,"children":5090},{"style":155},[5091],{"type":45,"value":577},{"type":36,"tag":142,"props":5093,"children":5094},{"style":155},[5095],{"type":45,"value":582},{"type":36,"tag":37,"props":5097,"children":5098},{},[5099],{"type":45,"value":5100},"Run these SQL commands:",{"type":36,"tag":132,"props":5102,"children":5104},{"className":585,"code":5103,"language":587,"meta":7,"style":7},"CREATE USER BRUIN_TMPL IDENTIFIED BY \"BruinRocks123\";\nGRANT CONNECT, RESOURCE, UNLIMITED TABLESPACE TO BRUIN_TMPL;\nEXIT;\n",[5105],{"type":36,"tag":50,"props":5106,"children":5107},{"__ignoreMap":7},[5108,5139,5178],{"type":36,"tag":142,"props":5109,"children":5110},{"class":144,"line":145},[5111,5115,5119,5123,5127,5131,5135],{"type":36,"tag":142,"props":5112,"children":5113},{"style":597},[5114],{"type":45,"value":600},{"type":36,"tag":142,"props":5116,"children":5117},{"style":597},[5118],{"type":45,"value":605},{"type":36,"tag":142,"props":5120,"children":5121},{"style":149},[5122],{"type":45,"value":610},{"type":36,"tag":142,"props":5124,"children":5125},{"style":208},[5126],{"type":45,"value":615},{"type":36,"tag":142,"props":5128,"children":5129},{"style":597},[5130],{"type":45,"value":620},{"type":36,"tag":142,"props":5132,"children":5133},{"style":155},[5134],{"type":45,"value":625},{"type":36,"tag":142,"props":5136,"children":5137},{"style":208},[5138],{"type":45,"value":630},{"type":36,"tag":142,"props":5140,"children":5141},{"class":144,"line":214},[5142,5146,5150,5154,5158,5162,5166,5170,5174],{"type":36,"tag":142,"props":5143,"children":5144},{"style":597},[5145],{"type":45,"value":638},{"type":36,"tag":142,"props":5147,"children":5148},{"style":597},[5149],{"type":45,"value":643},{"type":36,"tag":142,"props":5151,"children":5152},{"style":208},[5153],{"type":45,"value":648},{"type":36,"tag":142,"props":5155,"children":5156},{"style":597},[5157],{"type":45,"value":653},{"type":36,"tag":142,"props":5159,"children":5160},{"style":208},[5161],{"type":45,"value":648},{"type":36,"tag":142,"props":5163,"children":5164},{"style":597},[5165],{"type":45,"value":662},{"type":36,"tag":142,"props":5167,"children":5168},{"style":208},[5169],{"type":45,"value":667},{"type":36,"tag":142,"props":5171,"children":5172},{"style":597},[5173],{"type":45,"value":672},{"type":36,"tag":142,"props":5175,"children":5176},{"style":208},[5177],{"type":45,"value":677},{"type":36,"tag":142,"props":5179,"children":5180},{"class":144,"line":227},[5181],{"type":36,"tag":142,"props":5182,"children":5183},{"style":208},[5184],{"type":45,"value":5185},"EXIT;\n",{"type":36,"tag":37,"props":5187,"children":5188},{},[5189,5191,5196],{"type":45,"value":5190},"This creates a user with the same credentials you configured in ",{"type":36,"tag":50,"props":5192,"children":5194},{"className":5193},[],[5195],{"type":45,"value":185},{"type":45,"value":905},{"type":36,"tag":113,"props":5198,"children":5200},{"id":5199},"_3-create-the-source-tables",[5201],{"type":45,"value":5202},"3) Create the source tables",{"type":36,"tag":37,"props":5204,"children":5205},{},[5206],{"type":45,"value":5207},"Connect as the new user and create the three source tables:",{"type":36,"tag":132,"props":5209,"children":5211},{"className":134,"code":5210,"language":136,"meta":7,"style":7},"docker exec -it oracle-xe sqlplus BRUIN_TMPL/BruinRocks123@XEPDB1\n",[5212],{"type":36,"tag":50,"props":5213,"children":5214},{"__ignoreMap":7},[5215],{"type":36,"tag":142,"props":5216,"children":5217},{"class":144,"line":145},[5218,5222,5226,5230,5234,5238],{"type":36,"tag":142,"props":5219,"children":5220},{"style":149},[5221],{"type":45,"value":443},{"type":36,"tag":142,"props":5223,"children":5224},{"style":155},[5225],{"type":45,"value":553},{"type":36,"tag":142,"props":5227,"children":5228},{"style":308},[5229],{"type":45,"value":558},{"type":36,"tag":142,"props":5231,"children":5232},{"style":155},[5233],{"type":45,"value":463},{"type":36,"tag":142,"props":5235,"children":5236},{"style":155},[5237],{"type":45,"value":567},{"type":36,"tag":142,"props":5239,"children":5240},{"style":155},[5241],{"type":45,"value":5242}," BRUIN_TMPL/BruinRocks123@XEPDB1\n",{"type":36,"tag":132,"props":5244,"children":5246},{"className":585,"code":5245,"language":587,"meta":7,"style":7},"CREATE TABLE customers (\n  customer_id NUMBER PRIMARY KEY,\n  full_name   VARCHAR2(100),\n  segment     VARCHAR2(50),\n  email       VARCHAR2(150),\n  updated_at  TIMESTAMP DEFAULT SYSTIMESTAMP\n);\n\nCREATE TABLE orders (\n  order_id     NUMBER PRIMARY KEY,\n  customer_id  NUMBER,\n  order_status VARCHAR2(30),\n  order_total  NUMBER(10,2),\n  ordered_at   TIMESTAMP DEFAULT SYSTIMESTAMP\n);\n\nCREATE TABLE order_items (\n  order_item_id NUMBER PRIMARY KEY,\n  order_id      NUMBER,\n  product_sku   VARCHAR2(50),\n  quantity      NUMBER,\n  unit_price    NUMBER(10,2)\n);\n",[5247],{"type":36,"tag":50,"props":5248,"children":5249},{"__ignoreMap":7},[5250,5271,5290,5313,5336,5359,5378,5385,5392,5412,5431,5446,5469,5500,5519,5526,5533,5553,5572,5587,5610,5625,5656],{"type":36,"tag":142,"props":5251,"children":5252},{"class":144,"line":145},[5253,5257,5261,5266],{"type":36,"tag":142,"props":5254,"children":5255},{"style":597},[5256],{"type":45,"value":600},{"type":36,"tag":142,"props":5258,"children":5259},{"style":597},[5260],{"type":45,"value":739},{"type":36,"tag":142,"props":5262,"children":5263},{"style":149},[5264],{"type":45,"value":5265}," customers",{"type":36,"tag":142,"props":5267,"children":5268},{"style":208},[5269],{"type":45,"value":5270}," (\n",{"type":36,"tag":142,"props":5272,"children":5273},{"class":144,"line":214},[5274,5278,5282,5286],{"type":36,"tag":142,"props":5275,"children":5276},{"style":208},[5277],{"type":45,"value":756},{"type":36,"tag":142,"props":5279,"children":5280},{"style":597},[5281],{"type":45,"value":761},{"type":36,"tag":142,"props":5283,"children":5284},{"style":597},[5285],{"type":45,"value":766},{"type":36,"tag":142,"props":5287,"children":5288},{"style":208},[5289],{"type":45,"value":771},{"type":36,"tag":142,"props":5291,"children":5292},{"class":144,"line":227},[5293,5297,5301,5305,5309],{"type":36,"tag":142,"props":5294,"children":5295},{"style":208},[5296],{"type":45,"value":779},{"type":36,"tag":142,"props":5298,"children":5299},{"style":597},[5300],{"type":45,"value":784},{"type":36,"tag":142,"props":5302,"children":5303},{"style":208},[5304],{"type":45,"value":789},{"type":36,"tag":142,"props":5306,"children":5307},{"style":308},[5308],{"type":45,"value":794},{"type":36,"tag":142,"props":5310,"children":5311},{"style":208},[5312],{"type":45,"value":799},{"type":36,"tag":142,"props":5314,"children":5315},{"class":144,"line":240},[5316,5320,5324,5328,5332],{"type":36,"tag":142,"props":5317,"children":5318},{"style":208},[5319],{"type":45,"value":807},{"type":36,"tag":142,"props":5321,"children":5322},{"style":597},[5323],{"type":45,"value":784},{"type":36,"tag":142,"props":5325,"children":5326},{"style":208},[5327],{"type":45,"value":789},{"type":36,"tag":142,"props":5329,"children":5330},{"style":308},[5331],{"type":45,"value":820},{"type":36,"tag":142,"props":5333,"children":5334},{"style":208},[5335],{"type":45,"value":799},{"type":36,"tag":142,"props":5337,"children":5338},{"class":144,"line":253},[5339,5343,5347,5351,5355],{"type":36,"tag":142,"props":5340,"children":5341},{"style":208},[5342],{"type":45,"value":832},{"type":36,"tag":142,"props":5344,"children":5345},{"style":597},[5346],{"type":45,"value":784},{"type":36,"tag":142,"props":5348,"children":5349},{"style":208},[5350],{"type":45,"value":789},{"type":36,"tag":142,"props":5352,"children":5353},{"style":308},[5354],{"type":45,"value":845},{"type":36,"tag":142,"props":5356,"children":5357},{"style":208},[5358],{"type":45,"value":799},{"type":36,"tag":142,"props":5360,"children":5361},{"class":144,"line":277},[5362,5366,5370,5374],{"type":36,"tag":142,"props":5363,"children":5364},{"style":208},[5365],{"type":45,"value":857},{"type":36,"tag":142,"props":5367,"children":5368},{"style":597},[5369],{"type":45,"value":862},{"type":36,"tag":142,"props":5371,"children":5372},{"style":597},[5373],{"type":45,"value":867},{"type":36,"tag":142,"props":5375,"children":5376},{"style":208},[5377],{"type":45,"value":872},{"type":36,"tag":142,"props":5379,"children":5380},{"class":144,"line":295},[5381],{"type":36,"tag":142,"props":5382,"children":5383},{"style":208},[5384],{"type":45,"value":880},{"type":36,"tag":142,"props":5386,"children":5387},{"class":144,"line":314},[5388],{"type":36,"tag":142,"props":5389,"children":5390},{"emptyLinePlaceholder":13},[5391],{"type":45,"value":888},{"type":36,"tag":142,"props":5393,"children":5394},{"class":144,"line":332},[5395,5399,5403,5408],{"type":36,"tag":142,"props":5396,"children":5397},{"style":597},[5398],{"type":45,"value":600},{"type":36,"tag":142,"props":5400,"children":5401},{"style":597},[5402],{"type":45,"value":739},{"type":36,"tag":142,"props":5404,"children":5405},{"style":149},[5406],{"type":45,"value":5407}," orders",{"type":36,"tag":142,"props":5409,"children":5410},{"style":208},[5411],{"type":45,"value":5270},{"type":36,"tag":142,"props":5413,"children":5414},{"class":144,"line":350},[5415,5419,5423,5427],{"type":36,"tag":142,"props":5416,"children":5417},{"style":208},[5418],{"type":45,"value":1127},{"type":36,"tag":142,"props":5420,"children":5421},{"style":597},[5422],{"type":45,"value":761},{"type":36,"tag":142,"props":5424,"children":5425},{"style":597},[5426],{"type":45,"value":766},{"type":36,"tag":142,"props":5428,"children":5429},{"style":208},[5430],{"type":45,"value":771},{"type":36,"tag":142,"props":5432,"children":5433},{"class":144,"line":368},[5434,5438,5442],{"type":36,"tag":142,"props":5435,"children":5436},{"style":208},[5437],{"type":45,"value":1148},{"type":36,"tag":142,"props":5439,"children":5440},{"style":597},[5441],{"type":45,"value":761},{"type":36,"tag":142,"props":5443,"children":5444},{"style":208},[5445],{"type":45,"value":771},{"type":36,"tag":142,"props":5447,"children":5448},{"class":144,"line":381},[5449,5453,5457,5461,5465],{"type":36,"tag":142,"props":5450,"children":5451},{"style":208},[5452],{"type":45,"value":1165},{"type":36,"tag":142,"props":5454,"children":5455},{"style":597},[5456],{"type":45,"value":784},{"type":36,"tag":142,"props":5458,"children":5459},{"style":208},[5460],{"type":45,"value":789},{"type":36,"tag":142,"props":5462,"children":5463},{"style":308},[5464],{"type":45,"value":1178},{"type":36,"tag":142,"props":5466,"children":5467},{"style":208},[5468],{"type":45,"value":799},{"type":36,"tag":142,"props":5470,"children":5471},{"class":144,"line":402},[5472,5476,5480,5484,5488,5492,5496],{"type":36,"tag":142,"props":5473,"children":5474},{"style":208},[5475],{"type":45,"value":1191},{"type":36,"tag":142,"props":5477,"children":5478},{"style":597},[5479],{"type":45,"value":761},{"type":36,"tag":142,"props":5481,"children":5482},{"style":208},[5483],{"type":45,"value":789},{"type":36,"tag":142,"props":5485,"children":5486},{"style":308},[5487],{"type":45,"value":1204},{"type":36,"tag":142,"props":5489,"children":5490},{"style":208},[5491],{"type":45,"value":1209},{"type":36,"tag":142,"props":5493,"children":5494},{"style":308},[5495],{"type":45,"value":988},{"type":36,"tag":142,"props":5497,"children":5498},{"style":208},[5499],{"type":45,"value":799},{"type":36,"tag":142,"props":5501,"children":5502},{"class":144,"line":1091},[5503,5507,5511,5515],{"type":36,"tag":142,"props":5504,"children":5505},{"style":208},[5506],{"type":45,"value":1226},{"type":36,"tag":142,"props":5508,"children":5509},{"style":597},[5510],{"type":45,"value":862},{"type":36,"tag":142,"props":5512,"children":5513},{"style":597},[5514],{"type":45,"value":867},{"type":36,"tag":142,"props":5516,"children":5517},{"style":208},[5518],{"type":45,"value":872},{"type":36,"tag":142,"props":5520,"children":5521},{"class":144,"line":1100},[5522],{"type":36,"tag":142,"props":5523,"children":5524},{"style":208},[5525],{"type":45,"value":880},{"type":36,"tag":142,"props":5527,"children":5528},{"class":144,"line":1121},[5529],{"type":36,"tag":142,"props":5530,"children":5531},{"emptyLinePlaceholder":13},[5532],{"type":45,"value":888},{"type":36,"tag":142,"props":5534,"children":5535},{"class":144,"line":1142},[5536,5540,5544,5549],{"type":36,"tag":142,"props":5537,"children":5538},{"style":597},[5539],{"type":45,"value":600},{"type":36,"tag":142,"props":5541,"children":5542},{"style":597},[5543],{"type":45,"value":739},{"type":36,"tag":142,"props":5545,"children":5546},{"style":149},[5547],{"type":45,"value":5548}," order_items",{"type":36,"tag":142,"props":5550,"children":5551},{"style":208},[5552],{"type":45,"value":5270},{"type":36,"tag":142,"props":5554,"children":5555},{"class":144,"line":1159},[5556,5560,5564,5568],{"type":36,"tag":142,"props":5557,"children":5558},{"style":208},[5559],{"type":45,"value":1586},{"type":36,"tag":142,"props":5561,"children":5562},{"style":597},[5563],{"type":45,"value":761},{"type":36,"tag":142,"props":5565,"children":5566},{"style":597},[5567],{"type":45,"value":766},{"type":36,"tag":142,"props":5569,"children":5570},{"style":208},[5571],{"type":45,"value":771},{"type":36,"tag":142,"props":5573,"children":5574},{"class":144,"line":1185},[5575,5579,5583],{"type":36,"tag":142,"props":5576,"children":5577},{"style":208},[5578],{"type":45,"value":1607},{"type":36,"tag":142,"props":5580,"children":5581},{"style":597},[5582],{"type":45,"value":761},{"type":36,"tag":142,"props":5584,"children":5585},{"style":208},[5586],{"type":45,"value":771},{"type":36,"tag":142,"props":5588,"children":5589},{"class":144,"line":1220},[5590,5594,5598,5602,5606],{"type":36,"tag":142,"props":5591,"children":5592},{"style":208},[5593],{"type":45,"value":1624},{"type":36,"tag":142,"props":5595,"children":5596},{"style":597},[5597],{"type":45,"value":784},{"type":36,"tag":142,"props":5599,"children":5600},{"style":208},[5601],{"type":45,"value":789},{"type":36,"tag":142,"props":5603,"children":5604},{"style":308},[5605],{"type":45,"value":820},{"type":36,"tag":142,"props":5607,"children":5608},{"style":208},[5609],{"type":45,"value":799},{"type":36,"tag":142,"props":5611,"children":5612},{"class":144,"line":1241},[5613,5617,5621],{"type":36,"tag":142,"props":5614,"children":5615},{"style":208},[5616],{"type":45,"value":1649},{"type":36,"tag":142,"props":5618,"children":5619},{"style":597},[5620],{"type":45,"value":761},{"type":36,"tag":142,"props":5622,"children":5623},{"style":208},[5624],{"type":45,"value":771},{"type":36,"tag":142,"props":5626,"children":5627},{"class":144,"line":1249},[5628,5632,5636,5640,5644,5648,5652],{"type":36,"tag":142,"props":5629,"children":5630},{"style":208},[5631],{"type":45,"value":1666},{"type":36,"tag":142,"props":5633,"children":5634},{"style":597},[5635],{"type":45,"value":761},{"type":36,"tag":142,"props":5637,"children":5638},{"style":208},[5639],{"type":45,"value":789},{"type":36,"tag":142,"props":5641,"children":5642},{"style":308},[5643],{"type":45,"value":1204},{"type":36,"tag":142,"props":5645,"children":5646},{"style":208},[5647],{"type":45,"value":1209},{"type":36,"tag":142,"props":5649,"children":5650},{"style":308},[5651],{"type":45,"value":988},{"type":36,"tag":142,"props":5653,"children":5654},{"style":208},[5655],{"type":45,"value":1691},{"type":36,"tag":142,"props":5657,"children":5658},{"class":144,"line":1257},[5659],{"type":36,"tag":142,"props":5660,"children":5661},{"style":208},[5662],{"type":45,"value":880},{"type":36,"tag":113,"props":5664,"children":5666},{"id":5665},"_4-seed-sample-data",[5667],{"type":45,"value":5668},"4) Seed sample data",{"type":36,"tag":37,"props":5670,"children":5671},{},[5672],{"type":45,"value":5673},"Insert sample records into all three tables:",{"type":36,"tag":132,"props":5675,"children":5677},{"className":585,"code":5676,"language":587,"meta":7,"style":7},"-- Customers\nINSERT INTO customers VALUES (1, 'Alice Müller', 'Enterprise', 'alice@example.com', SYSTIMESTAMP);\nINSERT INTO customers VALUES (2, 'Bob Santos', 'SMB', 'bob@example.com', SYSTIMESTAMP);\nINSERT INTO customers VALUES (3, 'Charlie Kim', 'Enterprise', 'charlie@example.com', SYSTIMESTAMP);\n\n-- Orders\nINSERT INTO orders VALUES (101, 1, 'shipped', 250.00, SYSTIMESTAMP);\nINSERT INTO orders VALUES (102, 1, 'delivered', 125.50, SYSTIMESTAMP);\nINSERT INTO orders VALUES (103, 2, 'pending', 89.99, SYSTIMESTAMP);\nINSERT INTO orders VALUES (104, 3, 'shipped', 430.00, SYSTIMESTAMP);\n\n-- Order Items\nINSERT INTO order_items VALUES (1001, 101, 'SKU-A1', 2, 75.00);\nINSERT INTO order_items VALUES (1002, 101, 'SKU-B2', 1, 100.00);\nINSERT INTO order_items VALUES (1003, 102, 'SKU-A1', 1, 75.00);\nINSERT INTO order_items VALUES (1004, 102, 'SKU-C3', 1, 50.50);\nINSERT INTO order_items VALUES (1005, 103, 'SKU-B2', 1, 89.99);\nINSERT INTO order_items VALUES (1006, 104, 'SKU-D4', 2, 215.00);\nCOMMIT;\nEXIT;\n",[5678],{"type":36,"tag":50,"props":5679,"children":5680},{"__ignoreMap":7},[5681,5688,5741,5792,5843,5850,5857,5917,5976,6035,6094,6101,6108,6176,6243,6310,6377,6444,6511,6522],{"type":36,"tag":142,"props":5682,"children":5683},{"class":144,"line":145},[5684],{"type":36,"tag":142,"props":5685,"children":5686},{"style":724},[5687],{"type":45,"value":727},{"type":36,"tag":142,"props":5689,"children":5690},{"class":144,"line":214},[5691,5695,5700,5705,5709,5713,5717,5721,5725,5729,5733,5737],{"type":36,"tag":142,"props":5692,"children":5693},{"style":597},[5694],{"type":45,"value":896},{"type":36,"tag":142,"props":5696,"children":5697},{"style":208},[5698],{"type":45,"value":5699}," customers ",{"type":36,"tag":142,"props":5701,"children":5702},{"style":597},[5703],{"type":45,"value":5704},"VALUES",{"type":36,"tag":142,"props":5706,"children":5707},{"style":208},[5708],{"type":45,"value":919},{"type":36,"tag":142,"props":5710,"children":5711},{"style":308},[5712],{"type":45,"value":924},{"type":36,"tag":142,"props":5714,"children":5715},{"style":208},[5716],{"type":45,"value":648},{"type":36,"tag":142,"props":5718,"children":5719},{"style":155},[5720],{"type":45,"value":933},{"type":36,"tag":142,"props":5722,"children":5723},{"style":208},[5724],{"type":45,"value":648},{"type":36,"tag":142,"props":5726,"children":5727},{"style":155},[5728],{"type":45,"value":942},{"type":36,"tag":142,"props":5730,"children":5731},{"style":208},[5732],{"type":45,"value":648},{"type":36,"tag":142,"props":5734,"children":5735},{"style":155},[5736],{"type":45,"value":951},{"type":36,"tag":142,"props":5738,"children":5739},{"style":208},[5740],{"type":45,"value":956},{"type":36,"tag":142,"props":5742,"children":5743},{"class":144,"line":227},[5744,5748,5752,5756,5760,5764,5768,5772,5776,5780,5784,5788],{"type":36,"tag":142,"props":5745,"children":5746},{"style":597},[5747],{"type":45,"value":896},{"type":36,"tag":142,"props":5749,"children":5750},{"style":208},[5751],{"type":45,"value":5699},{"type":36,"tag":142,"props":5753,"children":5754},{"style":597},[5755],{"type":45,"value":5704},{"type":36,"tag":142,"props":5757,"children":5758},{"style":208},[5759],{"type":45,"value":919},{"type":36,"tag":142,"props":5761,"children":5762},{"style":308},[5763],{"type":45,"value":988},{"type":36,"tag":142,"props":5765,"children":5766},{"style":208},[5767],{"type":45,"value":648},{"type":36,"tag":142,"props":5769,"children":5770},{"style":155},[5771],{"type":45,"value":997},{"type":36,"tag":142,"props":5773,"children":5774},{"style":208},[5775],{"type":45,"value":648},{"type":36,"tag":142,"props":5777,"children":5778},{"style":155},[5779],{"type":45,"value":1006},{"type":36,"tag":142,"props":5781,"children":5782},{"style":208},[5783],{"type":45,"value":648},{"type":36,"tag":142,"props":5785,"children":5786},{"style":155},[5787],{"type":45,"value":1015},{"type":36,"tag":142,"props":5789,"children":5790},{"style":208},[5791],{"type":45,"value":956},{"type":36,"tag":142,"props":5793,"children":5794},{"class":144,"line":240},[5795,5799,5803,5807,5811,5815,5819,5823,5827,5831,5835,5839],{"type":36,"tag":142,"props":5796,"children":5797},{"style":597},[5798],{"type":45,"value":896},{"type":36,"tag":142,"props":5800,"children":5801},{"style":208},[5802],{"type":45,"value":5699},{"type":36,"tag":142,"props":5804,"children":5805},{"style":597},[5806],{"type":45,"value":5704},{"type":36,"tag":142,"props":5808,"children":5809},{"style":208},[5810],{"type":45,"value":919},{"type":36,"tag":142,"props":5812,"children":5813},{"style":308},[5814],{"type":45,"value":1051},{"type":36,"tag":142,"props":5816,"children":5817},{"style":208},[5818],{"type":45,"value":648},{"type":36,"tag":142,"props":5820,"children":5821},{"style":155},[5822],{"type":45,"value":1060},{"type":36,"tag":142,"props":5824,"children":5825},{"style":208},[5826],{"type":45,"value":648},{"type":36,"tag":142,"props":5828,"children":5829},{"style":155},[5830],{"type":45,"value":942},{"type":36,"tag":142,"props":5832,"children":5833},{"style":208},[5834],{"type":45,"value":648},{"type":36,"tag":142,"props":5836,"children":5837},{"style":155},[5838],{"type":45,"value":1077},{"type":36,"tag":142,"props":5840,"children":5841},{"style":208},[5842],{"type":45,"value":956},{"type":36,"tag":142,"props":5844,"children":5845},{"class":144,"line":253},[5846],{"type":36,"tag":142,"props":5847,"children":5848},{"emptyLinePlaceholder":13},[5849],{"type":45,"value":888},{"type":36,"tag":142,"props":5851,"children":5852},{"class":144,"line":277},[5853],{"type":36,"tag":142,"props":5854,"children":5855},{"style":724},[5856],{"type":45,"value":1097},{"type":36,"tag":142,"props":5858,"children":5859},{"class":144,"line":295},[5860,5864,5869,5873,5877,5881,5885,5889,5893,5897,5901,5905,5909,5913],{"type":36,"tag":142,"props":5861,"children":5862},{"style":597},[5863],{"type":45,"value":896},{"type":36,"tag":142,"props":5865,"children":5866},{"style":208},[5867],{"type":45,"value":5868}," orders ",{"type":36,"tag":142,"props":5870,"children":5871},{"style":597},[5872],{"type":45,"value":5704},{"type":36,"tag":142,"props":5874,"children":5875},{"style":208},[5876],{"type":45,"value":919},{"type":36,"tag":142,"props":5878,"children":5879},{"style":308},[5880],{"type":45,"value":1287},{"type":36,"tag":142,"props":5882,"children":5883},{"style":208},[5884],{"type":45,"value":648},{"type":36,"tag":142,"props":5886,"children":5887},{"style":308},[5888],{"type":45,"value":924},{"type":36,"tag":142,"props":5890,"children":5891},{"style":208},[5892],{"type":45,"value":648},{"type":36,"tag":142,"props":5894,"children":5895},{"style":155},[5896],{"type":45,"value":1304},{"type":36,"tag":142,"props":5898,"children":5899},{"style":208},[5900],{"type":45,"value":648},{"type":36,"tag":142,"props":5902,"children":5903},{"style":308},[5904],{"type":45,"value":1313},{"type":36,"tag":142,"props":5906,"children":5907},{"style":208},[5908],{"type":45,"value":905},{"type":36,"tag":142,"props":5910,"children":5911},{"style":308},[5912],{"type":45,"value":1322},{"type":36,"tag":142,"props":5914,"children":5915},{"style":208},[5916],{"type":45,"value":956},{"type":36,"tag":142,"props":5918,"children":5919},{"class":144,"line":314},[5920,5924,5928,5932,5936,5940,5944,5948,5952,5956,5960,5964,5968,5972],{"type":36,"tag":142,"props":5921,"children":5922},{"style":597},[5923],{"type":45,"value":896},{"type":36,"tag":142,"props":5925,"children":5926},{"style":208},[5927],{"type":45,"value":5868},{"type":36,"tag":142,"props":5929,"children":5930},{"style":597},[5931],{"type":45,"value":5704},{"type":36,"tag":142,"props":5933,"children":5934},{"style":208},[5935],{"type":45,"value":919},{"type":36,"tag":142,"props":5937,"children":5938},{"style":308},[5939],{"type":45,"value":1359},{"type":36,"tag":142,"props":5941,"children":5942},{"style":208},[5943],{"type":45,"value":648},{"type":36,"tag":142,"props":5945,"children":5946},{"style":308},[5947],{"type":45,"value":924},{"type":36,"tag":142,"props":5949,"children":5950},{"style":208},[5951],{"type":45,"value":648},{"type":36,"tag":142,"props":5953,"children":5954},{"style":155},[5955],{"type":45,"value":1376},{"type":36,"tag":142,"props":5957,"children":5958},{"style":208},[5959],{"type":45,"value":648},{"type":36,"tag":142,"props":5961,"children":5962},{"style":308},[5963],{"type":45,"value":1385},{"type":36,"tag":142,"props":5965,"children":5966},{"style":208},[5967],{"type":45,"value":905},{"type":36,"tag":142,"props":5969,"children":5970},{"style":308},[5971],{"type":45,"value":820},{"type":36,"tag":142,"props":5973,"children":5974},{"style":208},[5975],{"type":45,"value":956},{"type":36,"tag":142,"props":5977,"children":5978},{"class":144,"line":332},[5979,5983,5987,5991,5995,5999,6003,6007,6011,6015,6019,6023,6027,6031],{"type":36,"tag":142,"props":5980,"children":5981},{"style":597},[5982],{"type":45,"value":896},{"type":36,"tag":142,"props":5984,"children":5985},{"style":208},[5986],{"type":45,"value":5868},{"type":36,"tag":142,"props":5988,"children":5989},{"style":597},[5990],{"type":45,"value":5704},{"type":36,"tag":142,"props":5992,"children":5993},{"style":208},[5994],{"type":45,"value":919},{"type":36,"tag":142,"props":5996,"children":5997},{"style":308},[5998],{"type":45,"value":1430},{"type":36,"tag":142,"props":6000,"children":6001},{"style":208},[6002],{"type":45,"value":648},{"type":36,"tag":142,"props":6004,"children":6005},{"style":308},[6006],{"type":45,"value":988},{"type":36,"tag":142,"props":6008,"children":6009},{"style":208},[6010],{"type":45,"value":648},{"type":36,"tag":142,"props":6012,"children":6013},{"style":155},[6014],{"type":45,"value":1447},{"type":36,"tag":142,"props":6016,"children":6017},{"style":208},[6018],{"type":45,"value":648},{"type":36,"tag":142,"props":6020,"children":6021},{"style":308},[6022],{"type":45,"value":1456},{"type":36,"tag":142,"props":6024,"children":6025},{"style":208},[6026],{"type":45,"value":905},{"type":36,"tag":142,"props":6028,"children":6029},{"style":308},[6030],{"type":45,"value":1465},{"type":36,"tag":142,"props":6032,"children":6033},{"style":208},[6034],{"type":45,"value":956},{"type":36,"tag":142,"props":6036,"children":6037},{"class":144,"line":350},[6038,6042,6046,6050,6054,6058,6062,6066,6070,6074,6078,6082,6086,6090],{"type":36,"tag":142,"props":6039,"children":6040},{"style":597},[6041],{"type":45,"value":896},{"type":36,"tag":142,"props":6043,"children":6044},{"style":208},[6045],{"type":45,"value":5868},{"type":36,"tag":142,"props":6047,"children":6048},{"style":597},[6049],{"type":45,"value":5704},{"type":36,"tag":142,"props":6051,"children":6052},{"style":208},[6053],{"type":45,"value":919},{"type":36,"tag":142,"props":6055,"children":6056},{"style":308},[6057],{"type":45,"value":1502},{"type":36,"tag":142,"props":6059,"children":6060},{"style":208},[6061],{"type":45,"value":648},{"type":36,"tag":142,"props":6063,"children":6064},{"style":308},[6065],{"type":45,"value":1051},{"type":36,"tag":142,"props":6067,"children":6068},{"style":208},[6069],{"type":45,"value":648},{"type":36,"tag":142,"props":6071,"children":6072},{"style":155},[6073],{"type":45,"value":1304},{"type":36,"tag":142,"props":6075,"children":6076},{"style":208},[6077],{"type":45,"value":648},{"type":36,"tag":142,"props":6079,"children":6080},{"style":308},[6081],{"type":45,"value":1527},{"type":36,"tag":142,"props":6083,"children":6084},{"style":208},[6085],{"type":45,"value":905},{"type":36,"tag":142,"props":6087,"children":6088},{"style":308},[6089],{"type":45,"value":1322},{"type":36,"tag":142,"props":6091,"children":6092},{"style":208},[6093],{"type":45,"value":956},{"type":36,"tag":142,"props":6095,"children":6096},{"class":144,"line":368},[6097],{"type":36,"tag":142,"props":6098,"children":6099},{"emptyLinePlaceholder":13},[6100],{"type":45,"value":888},{"type":36,"tag":142,"props":6102,"children":6103},{"class":144,"line":381},[6104],{"type":36,"tag":142,"props":6105,"children":6106},{"style":724},[6107],{"type":45,"value":1556},{"type":36,"tag":142,"props":6109,"children":6110},{"class":144,"line":402},[6111,6115,6120,6124,6128,6132,6136,6140,6144,6148,6152,6156,6160,6164,6168,6172],{"type":36,"tag":142,"props":6112,"children":6113},{"style":597},[6114],{"type":45,"value":896},{"type":36,"tag":142,"props":6116,"children":6117},{"style":208},[6118],{"type":45,"value":6119}," order_items ",{"type":36,"tag":142,"props":6121,"children":6122},{"style":597},[6123],{"type":45,"value":5704},{"type":36,"tag":142,"props":6125,"children":6126},{"style":208},[6127],{"type":45,"value":919},{"type":36,"tag":142,"props":6129,"children":6130},{"style":308},[6131],{"type":45,"value":1740},{"type":36,"tag":142,"props":6133,"children":6134},{"style":208},[6135],{"type":45,"value":648},{"type":36,"tag":142,"props":6137,"children":6138},{"style":308},[6139],{"type":45,"value":1287},{"type":36,"tag":142,"props":6141,"children":6142},{"style":208},[6143],{"type":45,"value":648},{"type":36,"tag":142,"props":6145,"children":6146},{"style":155},[6147],{"type":45,"value":1757},{"type":36,"tag":142,"props":6149,"children":6150},{"style":208},[6151],{"type":45,"value":648},{"type":36,"tag":142,"props":6153,"children":6154},{"style":308},[6155],{"type":45,"value":988},{"type":36,"tag":142,"props":6157,"children":6158},{"style":208},[6159],{"type":45,"value":648},{"type":36,"tag":142,"props":6161,"children":6162},{"style":308},[6163],{"type":45,"value":1774},{"type":36,"tag":142,"props":6165,"children":6166},{"style":208},[6167],{"type":45,"value":905},{"type":36,"tag":142,"props":6169,"children":6170},{"style":308},[6171],{"type":45,"value":1322},{"type":36,"tag":142,"props":6173,"children":6174},{"style":208},[6175],{"type":45,"value":880},{"type":36,"tag":142,"props":6177,"children":6178},{"class":144,"line":1091},[6179,6183,6187,6191,6195,6199,6203,6207,6211,6215,6219,6223,6227,6231,6235,6239],{"type":36,"tag":142,"props":6180,"children":6181},{"style":597},[6182],{"type":45,"value":896},{"type":36,"tag":142,"props":6184,"children":6185},{"style":208},[6186],{"type":45,"value":6119},{"type":36,"tag":142,"props":6188,"children":6189},{"style":597},[6190],{"type":45,"value":5704},{"type":36,"tag":142,"props":6192,"children":6193},{"style":208},[6194],{"type":45,"value":919},{"type":36,"tag":142,"props":6196,"children":6197},{"style":308},[6198],{"type":45,"value":1819},{"type":36,"tag":142,"props":6200,"children":6201},{"style":208},[6202],{"type":45,"value":648},{"type":36,"tag":142,"props":6204,"children":6205},{"style":308},[6206],{"type":45,"value":1287},{"type":36,"tag":142,"props":6208,"children":6209},{"style":208},[6210],{"type":45,"value":648},{"type":36,"tag":142,"props":6212,"children":6213},{"style":155},[6214],{"type":45,"value":1836},{"type":36,"tag":142,"props":6216,"children":6217},{"style":208},[6218],{"type":45,"value":648},{"type":36,"tag":142,"props":6220,"children":6221},{"style":308},[6222],{"type":45,"value":924},{"type":36,"tag":142,"props":6224,"children":6225},{"style":208},[6226],{"type":45,"value":648},{"type":36,"tag":142,"props":6228,"children":6229},{"style":308},[6230],{"type":45,"value":794},{"type":36,"tag":142,"props":6232,"children":6233},{"style":208},[6234],{"type":45,"value":905},{"type":36,"tag":142,"props":6236,"children":6237},{"style":308},[6238],{"type":45,"value":1322},{"type":36,"tag":142,"props":6240,"children":6241},{"style":208},[6242],{"type":45,"value":880},{"type":36,"tag":142,"props":6244,"children":6245},{"class":144,"line":1100},[6246,6250,6254,6258,6262,6266,6270,6274,6278,6282,6286,6290,6294,6298,6302,6306],{"type":36,"tag":142,"props":6247,"children":6248},{"style":597},[6249],{"type":45,"value":896},{"type":36,"tag":142,"props":6251,"children":6252},{"style":208},[6253],{"type":45,"value":6119},{"type":36,"tag":142,"props":6255,"children":6256},{"style":597},[6257],{"type":45,"value":5704},{"type":36,"tag":142,"props":6259,"children":6260},{"style":208},[6261],{"type":45,"value":919},{"type":36,"tag":142,"props":6263,"children":6264},{"style":308},[6265],{"type":45,"value":1897},{"type":36,"tag":142,"props":6267,"children":6268},{"style":208},[6269],{"type":45,"value":648},{"type":36,"tag":142,"props":6271,"children":6272},{"style":308},[6273],{"type":45,"value":1359},{"type":36,"tag":142,"props":6275,"children":6276},{"style":208},[6277],{"type":45,"value":648},{"type":36,"tag":142,"props":6279,"children":6280},{"style":155},[6281],{"type":45,"value":1757},{"type":36,"tag":142,"props":6283,"children":6284},{"style":208},[6285],{"type":45,"value":648},{"type":36,"tag":142,"props":6287,"children":6288},{"style":308},[6289],{"type":45,"value":924},{"type":36,"tag":142,"props":6291,"children":6292},{"style":208},[6293],{"type":45,"value":648},{"type":36,"tag":142,"props":6295,"children":6296},{"style":308},[6297],{"type":45,"value":1774},{"type":36,"tag":142,"props":6299,"children":6300},{"style":208},[6301],{"type":45,"value":905},{"type":36,"tag":142,"props":6303,"children":6304},{"style":308},[6305],{"type":45,"value":1322},{"type":36,"tag":142,"props":6307,"children":6308},{"style":208},[6309],{"type":45,"value":880},{"type":36,"tag":142,"props":6311,"children":6312},{"class":144,"line":1121},[6313,6317,6321,6325,6329,6333,6337,6341,6345,6349,6353,6357,6361,6365,6369,6373],{"type":36,"tag":142,"props":6314,"children":6315},{"style":597},[6316],{"type":45,"value":896},{"type":36,"tag":142,"props":6318,"children":6319},{"style":208},[6320],{"type":45,"value":6119},{"type":36,"tag":142,"props":6322,"children":6323},{"style":597},[6324],{"type":45,"value":5704},{"type":36,"tag":142,"props":6326,"children":6327},{"style":208},[6328],{"type":45,"value":919},{"type":36,"tag":142,"props":6330,"children":6331},{"style":308},[6332],{"type":45,"value":1974},{"type":36,"tag":142,"props":6334,"children":6335},{"style":208},[6336],{"type":45,"value":648},{"type":36,"tag":142,"props":6338,"children":6339},{"style":308},[6340],{"type":45,"value":1359},{"type":36,"tag":142,"props":6342,"children":6343},{"style":208},[6344],{"type":45,"value":648},{"type":36,"tag":142,"props":6346,"children":6347},{"style":155},[6348],{"type":45,"value":1991},{"type":36,"tag":142,"props":6350,"children":6351},{"style":208},[6352],{"type":45,"value":648},{"type":36,"tag":142,"props":6354,"children":6355},{"style":308},[6356],{"type":45,"value":924},{"type":36,"tag":142,"props":6358,"children":6359},{"style":208},[6360],{"type":45,"value":648},{"type":36,"tag":142,"props":6362,"children":6363},{"style":308},[6364],{"type":45,"value":820},{"type":36,"tag":142,"props":6366,"children":6367},{"style":208},[6368],{"type":45,"value":905},{"type":36,"tag":142,"props":6370,"children":6371},{"style":308},[6372],{"type":45,"value":820},{"type":36,"tag":142,"props":6374,"children":6375},{"style":208},[6376],{"type":45,"value":880},{"type":36,"tag":142,"props":6378,"children":6379},{"class":144,"line":1142},[6380,6384,6388,6392,6396,6400,6404,6408,6412,6416,6420,6424,6428,6432,6436,6440],{"type":36,"tag":142,"props":6381,"children":6382},{"style":597},[6383],{"type":45,"value":896},{"type":36,"tag":142,"props":6385,"children":6386},{"style":208},[6387],{"type":45,"value":6119},{"type":36,"tag":142,"props":6389,"children":6390},{"style":597},[6391],{"type":45,"value":5704},{"type":36,"tag":142,"props":6393,"children":6394},{"style":208},[6395],{"type":45,"value":919},{"type":36,"tag":142,"props":6397,"children":6398},{"style":308},[6399],{"type":45,"value":2052},{"type":36,"tag":142,"props":6401,"children":6402},{"style":208},[6403],{"type":45,"value":648},{"type":36,"tag":142,"props":6405,"children":6406},{"style":308},[6407],{"type":45,"value":1430},{"type":36,"tag":142,"props":6409,"children":6410},{"style":208},[6411],{"type":45,"value":648},{"type":36,"tag":142,"props":6413,"children":6414},{"style":155},[6415],{"type":45,"value":1836},{"type":36,"tag":142,"props":6417,"children":6418},{"style":208},[6419],{"type":45,"value":648},{"type":36,"tag":142,"props":6421,"children":6422},{"style":308},[6423],{"type":45,"value":924},{"type":36,"tag":142,"props":6425,"children":6426},{"style":208},[6427],{"type":45,"value":648},{"type":36,"tag":142,"props":6429,"children":6430},{"style":308},[6431],{"type":45,"value":1456},{"type":36,"tag":142,"props":6433,"children":6434},{"style":208},[6435],{"type":45,"value":905},{"type":36,"tag":142,"props":6437,"children":6438},{"style":308},[6439],{"type":45,"value":1465},{"type":36,"tag":142,"props":6441,"children":6442},{"style":208},[6443],{"type":45,"value":880},{"type":36,"tag":142,"props":6445,"children":6446},{"class":144,"line":1159},[6447,6451,6455,6459,6463,6467,6471,6475,6479,6483,6487,6491,6495,6499,6503,6507],{"type":36,"tag":142,"props":6448,"children":6449},{"style":597},[6450],{"type":45,"value":896},{"type":36,"tag":142,"props":6452,"children":6453},{"style":208},[6454],{"type":45,"value":6119},{"type":36,"tag":142,"props":6456,"children":6457},{"style":597},[6458],{"type":45,"value":5704},{"type":36,"tag":142,"props":6460,"children":6461},{"style":208},[6462],{"type":45,"value":919},{"type":36,"tag":142,"props":6464,"children":6465},{"style":308},[6466],{"type":45,"value":2129},{"type":36,"tag":142,"props":6468,"children":6469},{"style":208},[6470],{"type":45,"value":648},{"type":36,"tag":142,"props":6472,"children":6473},{"style":308},[6474],{"type":45,"value":1502},{"type":36,"tag":142,"props":6476,"children":6477},{"style":208},[6478],{"type":45,"value":648},{"type":36,"tag":142,"props":6480,"children":6481},{"style":155},[6482],{"type":45,"value":2146},{"type":36,"tag":142,"props":6484,"children":6485},{"style":208},[6486],{"type":45,"value":648},{"type":36,"tag":142,"props":6488,"children":6489},{"style":308},[6490],{"type":45,"value":988},{"type":36,"tag":142,"props":6492,"children":6493},{"style":208},[6494],{"type":45,"value":648},{"type":36,"tag":142,"props":6496,"children":6497},{"style":308},[6498],{"type":45,"value":2163},{"type":36,"tag":142,"props":6500,"children":6501},{"style":208},[6502],{"type":45,"value":905},{"type":36,"tag":142,"props":6504,"children":6505},{"style":308},[6506],{"type":45,"value":1322},{"type":36,"tag":142,"props":6508,"children":6509},{"style":208},[6510],{"type":45,"value":880},{"type":36,"tag":142,"props":6512,"children":6513},{"class":144,"line":1185},[6514,6518],{"type":36,"tag":142,"props":6515,"children":6516},{"style":597},[6517],{"type":45,"value":2184},{"type":36,"tag":142,"props":6519,"children":6520},{"style":208},[6521],{"type":45,"value":630},{"type":36,"tag":142,"props":6523,"children":6524},{"class":144,"line":1220},[6525],{"type":36,"tag":142,"props":6526,"children":6527},{"style":208},[6528],{"type":45,"value":5185},{"type":36,"tag":37,"props":6530,"children":6531},{},[6532],{"type":45,"value":6533},"You now have 3 customers, 4 orders, and 6 order items - a small but realistic dataset for an e-commerce scenario.",{"type":36,"tag":101,"props":6535,"children":6536},{"id":4849},[6537],{"type":45,"value":4852},{"type":36,"tag":37,"props":6539,"children":6540},{},[6541],{"type":45,"value":6542},"You have a running Oracle XE instance with three populated tables. The data matches the ingestr assets in your Bruin project, so the pipeline is ready to transfer everything to DuckDB.",{"type":36,"tag":2330,"props":6544,"children":6545},{},[6546],{"type":45,"value":2334},{"title":7,"searchDepth":214,"depth":214,"links":6548},[6549,6550,6551,6557],{"id":4412,"depth":214,"text":4415},{"id":4423,"depth":214,"text":4426},{"id":4434,"depth":214,"text":4437,"children":6552},[6553,6554,6555,6556],{"id":4914,"depth":227,"text":4917},{"id":5040,"depth":227,"text":5043},{"id":5199,"depth":227,"text":5202},{"id":5665,"depth":227,"text":5668},{"id":4849,"depth":214,"text":4852},"content:tutorials:oracle-duckdb:setup-oracle.md","tutorials/oracle-duckdb/setup-oracle.md","tutorials/oracle-duckdb/setup-oracle",{"_path":6562,"_dir":12,"_draft":6,"_partial":6,"_locale":7,"title":6563,"description":6564,"date":10,"readingTime":240,"category":4397,"tags":6565,"difficulty":4401,"module":12,"step":227,"subSteps":13,"learnMore":6566,"author":6573,"body":6574,"_type":2347,"_id":6845,"_source":2349,"_file":6846,"_stem":6847,"_extension":2352},"/tutorials/oracle-duckdb/run-verify","Run Pipeline & Verify","Execute the pipeline to transfer Oracle data to DuckDB and verify the aggregated results.",[4399,4400],[6567,6570],{"label":6568,"url":6569},"Bruin run command","https://getbruin.com/docs/bruin/commands/run.html",{"label":6571,"url":6572},"Materialization strategies","https://getbruin.com/docs/bruin/assets/materialization.html",{"name":29,"role":30,"image":31},{"type":33,"children":6575,"toc":6835},[6576,6580,6592,6596,6601,6605,6611,6616,6645,6650,6673,6678,6684,6689,6710,6715,6720,6775,6781,6786,6822,6826,6831],{"type":36,"tag":101,"props":6577,"children":6578},{"id":4412},[6579],{"type":45,"value":4415},{"type":36,"tag":37,"props":6581,"children":6582},{},[6583,6585,6590],{"type":45,"value":6584},"Run the pipeline to transfer all three Oracle tables to DuckDB and verify the results by querying the aggregated ",{"type":36,"tag":50,"props":6586,"children":6588},{"className":6587},[],[6589],{"type":45,"value":82},{"type":45,"value":6591}," table.",{"type":36,"tag":101,"props":6593,"children":6594},{"id":4423},[6595],{"type":45,"value":4426},{"type":36,"tag":37,"props":6597,"children":6598},{},[6599],{"type":45,"value":6600},"This is where everything comes together. Bruin runs the ingestr assets in parallel (since they have no dependencies on each other), then runs the SQL transformation that depends on all three. The result is a clean, aggregated report table in DuckDB.",{"type":36,"tag":101,"props":6602,"children":6603},{"id":4434},[6604],{"type":45,"value":4437},{"type":36,"tag":113,"props":6606,"children":6608},{"id":6607},"_1-run-the-pipeline",[6609],{"type":45,"value":6610},"1) Run the pipeline",{"type":36,"tag":37,"props":6612,"children":6613},{},[6614],{"type":45,"value":6615},"Execute the pipeline:",{"type":36,"tag":132,"props":6617,"children":6618},{"className":134,"code":2197,"language":136,"meta":7,"style":7},[6619],{"type":36,"tag":50,"props":6620,"children":6621},{"__ignoreMap":7},[6622],{"type":36,"tag":142,"props":6623,"children":6624},{"class":144,"line":145},[6625,6629,6633,6637,6641],{"type":36,"tag":142,"props":6626,"children":6627},{"style":149},[6628],{"type":45,"value":152},{"type":36,"tag":142,"props":6630,"children":6631},{"style":155},[6632],{"type":45,"value":448},{"type":36,"tag":142,"props":6634,"children":6635},{"style":155},[6636],{"type":45,"value":2217},{"type":36,"tag":142,"props":6638,"children":6639},{"style":308},[6640],{"type":45,"value":2222},{"type":36,"tag":142,"props":6642,"children":6643},{"style":155},[6644],{"type":45,"value":2227},{"type":36,"tag":37,"props":6646,"children":6647},{},[6648],{"type":45,"value":6649},"You'll see Bruin:",{"type":36,"tag":6651,"props":6652,"children":6653},"ol",{},[6654,6660],{"type":36,"tag":6655,"props":6656,"children":6657},"li",{},[6658],{"type":45,"value":6659},"Run three ingestr jobs in parallel - one for each Oracle table (customers, orders, order_items)",{"type":36,"tag":6655,"props":6661,"children":6662},{},[6663,6665,6671],{"type":45,"value":6664},"Run the ",{"type":36,"tag":50,"props":6666,"children":6668},{"className":6667},[],[6669],{"type":45,"value":6670},"sales_per_customer.sql",{"type":45,"value":6672}," transformation after all three complete",{"type":36,"tag":37,"props":6674,"children":6675},{},[6676],{"type":45,"value":6677},"The entire pipeline should finish in about 10 seconds on a local Docker environment.",{"type":36,"tag":113,"props":6679,"children":6681},{"id":6680},"_2-verify-the-results",[6682],{"type":45,"value":6683},"2) Verify the results",{"type":36,"tag":37,"props":6685,"children":6686},{},[6687],{"type":45,"value":6688},"Query the aggregated report table:",{"type":36,"tag":132,"props":6690,"children":6691},{"className":134,"code":2248,"language":136,"meta":7,"style":7},[6692],{"type":36,"tag":50,"props":6693,"children":6694},{"__ignoreMap":7},[6695],{"type":36,"tag":142,"props":6696,"children":6697},{"class":144,"line":145},[6698,6702,6706],{"type":36,"tag":142,"props":6699,"children":6700},{"style":149},[6701],{"type":45,"value":2260},{"type":36,"tag":142,"props":6703,"children":6704},{"style":155},[6705],{"type":45,"value":2265},{"type":36,"tag":142,"props":6707,"children":6708},{"style":155},[6709],{"type":45,"value":2270},{"type":36,"tag":37,"props":6711,"children":6712},{},[6713],{"type":45,"value":6714},"You should see a table with customer names, total revenue, order counts, and last order dates. This is the output of the SQL transformation that joins all three source tables.",{"type":36,"tag":37,"props":6716,"children":6717},{},[6718],{"type":45,"value":6719},"You can also verify the raw ingested tables:",{"type":36,"tag":132,"props":6721,"children":6723},{"className":134,"code":6722,"language":136,"meta":7,"style":7},"duckdb oracle_duckdb.db \"SELECT * FROM duckdb.customers;\"\nduckdb oracle_duckdb.db \"SELECT * FROM duckdb.orders;\"\nduckdb oracle_duckdb.db \"SELECT * FROM duckdb.order_items;\"\n",[6724],{"type":36,"tag":50,"props":6725,"children":6726},{"__ignoreMap":7},[6727,6743,6759],{"type":36,"tag":142,"props":6728,"children":6729},{"class":144,"line":145},[6730,6734,6738],{"type":36,"tag":142,"props":6731,"children":6732},{"style":149},[6733],{"type":45,"value":2260},{"type":36,"tag":142,"props":6735,"children":6736},{"style":155},[6737],{"type":45,"value":2265},{"type":36,"tag":142,"props":6739,"children":6740},{"style":155},[6741],{"type":45,"value":6742}," \"SELECT * FROM duckdb.customers;\"\n",{"type":36,"tag":142,"props":6744,"children":6745},{"class":144,"line":214},[6746,6750,6754],{"type":36,"tag":142,"props":6747,"children":6748},{"style":149},[6749],{"type":45,"value":2260},{"type":36,"tag":142,"props":6751,"children":6752},{"style":155},[6753],{"type":45,"value":2265},{"type":36,"tag":142,"props":6755,"children":6756},{"style":155},[6757],{"type":45,"value":6758}," \"SELECT * FROM duckdb.orders;\"\n",{"type":36,"tag":142,"props":6760,"children":6761},{"class":144,"line":227},[6762,6766,6770],{"type":36,"tag":142,"props":6763,"children":6764},{"style":149},[6765],{"type":45,"value":2260},{"type":36,"tag":142,"props":6767,"children":6768},{"style":155},[6769],{"type":45,"value":2265},{"type":36,"tag":142,"props":6771,"children":6772},{"style":155},[6773],{"type":45,"value":6774}," \"SELECT * FROM duckdb.order_items;\"\n",{"type":36,"tag":113,"props":6776,"children":6778},{"id":6777},"_3-cleanup",[6779],{"type":45,"value":6780},"3) Cleanup",{"type":36,"tag":37,"props":6782,"children":6783},{},[6784],{"type":45,"value":6785},"When you're done with the tutorial, clean up the Docker container and local database:",{"type":36,"tag":132,"props":6787,"children":6788},{"className":134,"code":2289,"language":136,"meta":7,"style":7},[6789],{"type":36,"tag":50,"props":6790,"children":6791},{"__ignoreMap":7},[6792,6811],{"type":36,"tag":142,"props":6793,"children":6794},{"class":144,"line":145},[6795,6799,6803,6807],{"type":36,"tag":142,"props":6796,"children":6797},{"style":149},[6798],{"type":45,"value":443},{"type":36,"tag":142,"props":6800,"children":6801},{"style":155},[6802],{"type":45,"value":2305},{"type":36,"tag":142,"props":6804,"children":6805},{"style":308},[6806],{"type":45,"value":2310},{"type":36,"tag":142,"props":6808,"children":6809},{"style":155},[6810],{"type":45,"value":2315},{"type":36,"tag":142,"props":6812,"children":6813},{"class":144,"line":214},[6814,6818],{"type":36,"tag":142,"props":6815,"children":6816},{"style":149},[6817],{"type":45,"value":2323},{"type":36,"tag":142,"props":6819,"children":6820},{"style":155},[6821],{"type":45,"value":2328},{"type":36,"tag":101,"props":6823,"children":6824},{"id":4849},[6825],{"type":45,"value":4852},{"type":36,"tag":37,"props":6827,"children":6828},{},[6829],{"type":45,"value":6830},"You moved data from Oracle XE into DuckDB and created an aggregated reporting table - all with a single command. The template handled the pipeline structure, and Bruin handled dependency resolution and parallel execution. From here, you can extend the pipeline with additional SQL models, add scheduling, or connect to a production Oracle instance.",{"type":36,"tag":2330,"props":6832,"children":6833},{},[6834],{"type":45,"value":2334},{"title":7,"searchDepth":214,"depth":214,"links":6836},[6837,6838,6839,6844],{"id":4412,"depth":214,"text":4415},{"id":4423,"depth":214,"text":4426},{"id":4434,"depth":214,"text":4437,"children":6840},[6841,6842,6843],{"id":6607,"depth":227,"text":6610},{"id":6680,"depth":227,"text":6683},{"id":6777,"depth":227,"text":6780},{"id":4849,"depth":214,"text":4852},"content:tutorials:oracle-duckdb:run-verify.md","tutorials/oracle-duckdb/run-verify.md","tutorials/oracle-duckdb/run-verify",1776427824294]