{"id":42608,"date":"2024-11-11T03:10:56","date_gmt":"2024-11-11T03:10:56","guid":{"rendered":"https:\/\/atmokpo.com\/w\/?p=42608"},"modified":"2024-11-26T06:34:57","modified_gmt":"2024-11-26T06:34:57","slug":"15-c%ea%b3%bc-%ec%98%a4%eb%9d%bc%ed%81%b4-%ed%94%84%eb%a1%9c%ec%8b%9c%ec%a0%80%eb%a5%bc-%ec%9d%b4%ec%9a%a9%ed%95%9c-api-%ea%b0%9c%eb%b0%9c-asp-net-core%ec%99%80-odp-net-%ec%97%b0%eb%8f%99-restful-a","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/42608\/","title":{"rendered":"[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4."},"content":{"rendered":"<div class=\"post\">\n<p>\n        \ud604\ub300\uc758 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uac1c\ubc1c\uc5d0\uc11c \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640\uc758 \uc0c1\ud638 \uc791\uc6a9\uc740 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \ud2b9\ud788, \uc624\ub77c\ud074 \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub294 \ub2e4\uc591\ud55c \uc0b0\uc5c5\uc5d0\uc11c \ub9ce\uc774 \uc0ac\uc6a9\ub418\uba70, C#\uacfc ASP.NET Core\ub97c \uc0ac\uc6a9\ud558\uc5ec RESTful API\ub97c \uc124\uacc4\ud558\ub294 \uac83\uc774 \uc77c\ubc18\uc801\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\uc640 C#\uc744 \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET\uc758 \ud1b5\ud569, RESTful API \uc124\uacc4\uc758 \uc6d0\ub9ac\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h2>1. \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub780?<\/h2>\n<p>\n        \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub294 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc11c\ubc84\uc5d0\uc11c \uc2e4\ud589\ub418\ub294 \uc800\uc7a5 \ud504\ub85c\uc2dc\uc800\ub85c, \ud2b9\uc815 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub294 SQL \ucf54\ub4dc \ube14\ub85d\uc785\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ud504\ub85c\uc2dc\uc800\ub294 \uc2e4\ud589 \uacc4\ud68d\uc744 \ubbf8\ub9ac \ucef4\ud30c\uc77c\ud558\uc5ec \uc131\ub2a5\uc744 \ud5a5\uc0c1\uc2dc\ud0ac \uc218 \uc788\uc73c\uba70, \ubcf5\uc7a1\ud55c \ube44\uc988\ub2c8\uc2a4 \ub85c\uc9c1\uc744 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ub0b4\uc5d0\uc11c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uace0\uac1d \uc815\ubcf4\ub97c \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ud504\ub85c\uc2dc\uc800\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uc815\uc758\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<pre>\n        <code>\n        CREATE OR REPLACE PROCEDURE UpdateCustomer(\n            p_CustomerID IN NUMBER,\n            p_Name IN VARCHAR2,\n            p_Email IN VARCHAR2)\n        AS\n        BEGIN\n            UPDATE Customers\n            SET Name = p_Name, Email = p_Email\n            WHERE CustomerID = p_CustomerID;\n        END UpdateCustomer;\n        <\/code>\n        <\/pre>\n<h2>2. ODP.NET \uc18c\uac1c<\/h2>\n<p>\n        ODP.NET (Oracle Data Provider for .NET)\uc740 \ub9c8\uc774\ud06c\ub85c\uc18c\ud504\ud2b8 \ub2f7\ub137 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc774 \uc624\ub77c\ud074 \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640 \uc0c1\ud638 \uc791\uc6a9\ud560 \uc218 \uc788\uac8c \ud574\uc8fc\ub294 \ub370\uc774\ud130 \uacf5\uae09\uc790\uc785\ub2c8\ub2e4. \uc774 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uc0ac\uc6a9\ud558\uba74 \uac15\ub825\ud55c \uc131\ub2a5\uacfc \uae30\ub2a5\uc744 \ubc14\ud0d5\uc73c\ub85c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc791\uc5c5\uc744 \uc190\uc27d\uac8c \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h2>3. ASP.NET Core\ub780?<\/h2>\n<p>\n        ASP.NET Core\ub294 \ub9c8\uc774\ud06c\ub85c\uc18c\ud504\ud2b8\uac00 \uac1c\ubc1c\ud55c \uc624\ud508 \uc18c\uc2a4 \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\ub85c, \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uacfc \uc6f9 API\ub97c \uad6c\ucd95\ud558\ub294\ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uacbd\ub7c9\uc774\uace0 \uc131\ub2a5\uc774 \ub6f0\uc5b4\ub098\uba70, \ud50c\ub7ab\ud3fc\uc5d0 \uad6c\uc560\ubc1b\uc9c0 \uc54a\ub294 \ud2b9\uc9d5\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud504\ub808\uc784\uc6cc\ud06c\ub294 DI(\uc758\uc874\uc131 \uc8fc\uc785), \ubbf8\ub4e4\uc6e8\uc5b4, \ub77c\uc6b0\ud305 \ub4f1 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.\n    <\/p>\n<h2>4. C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c<\/h2>\n<p>\n        C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc5f0\ub3d9\ud558\uc5ec API\ub97c \uac1c\ubc1c\ud558\ub294 \uacfc\uc815\uc740 \ub2e4\uc74c\uacfc \uac19\uc740 \ub2e8\uacc4\ub85c \uc774\ub8e8\uc5b4\uc9d1\ub2c8\ub2e4.\n    <\/p>\n<ol>\n<li><strong>ODP.NET \uc124\uce58<\/strong>: ODP.NET \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c NuGet \ud328\ud0a4\uc9c0 \uad00\ub9ac\uc790\uc5d0\uc11c \uc124\uce58\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\ud504\ub85c\uc2dc\uc800 \ud638\ucd9c\uc744 \uc704\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\uacb0<\/strong>: C# \ucf54\ub4dc\uc5d0\uc11c \uc624\ub77c\ud074 \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc5f0\uacb0\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\ud504\ub85c\uc2dc\uc800 \ud638\ucd9c<\/strong>: C#\uc5d0\uc11c \uc815\uc758\ud55c \ud504\ub85c\uc2dc\uc800\ub97c \ud638\ucd9c\ud569\ub2c8\ub2e4.<\/li>\n<\/ol>\n<h3>4.1 ODP.NET \uc124\uce58<\/h3>\n<p>\n        Visual Studio\uc5d0\uc11c \uc0c8 \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud558\uace0, NuGet \ud328\ud0a4\uc9c0 \uad00\ub9ac\uc790\ub97c \uc5f4\uc5b4 &#8220;Oracle.ManagedDataAccess&#8221; \ud328\ud0a4\uc9c0\ub97c \uc124\uce58\ud569\ub2c8\ub2e4.\n    <\/p>\n<h3>4.2 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\uacb0<\/h3>\n<pre>\n        <code>\n        using Oracle.ManagedDataAccess.Client;\n\n        string connectionString = \"User Id=<your_user>;Password=<your_password>;Data Source=<your_data_source>\";\n        using (var connection = new OracleConnection(connectionString))\n        {\n            connection.Open();\n            \/\/ \ud504\ub85c\uc2dc\uc800 \ud638\ucd9c \ucf54\ub4dc\ub97c \uc5ec\uae30\uc5d0 \ucd94\uac00\n        }\n        <\/your_data_source><\/your_password><\/your_user><\/code>\n    <\/pre>\n<h3>4.3 \ud504\ub85c\uc2dc\uc800 \ud638\ucd9c<\/h3>\n<p>\uc120\uc5b8\ud55c \ud504\ub85c\uc2dc\uc800\ub97c \ud638\ucd9c\ud558\ub294 \ucf54\ub4dc\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/p>\n<pre>\n        <code>\n        using (var command = new OracleCommand(\"UpdateCustomer\", connection))\n        {\n            command.CommandType = CommandType.StoredProcedure;\n\n            command.Parameters.Add(\"p_CustomerID\", OracleDbType.Int32).Value = 1;\n            command.Parameters.Add(\"p_Name\", OracleDbType.Varchar2).Value = \"John Doe\";\n            command.Parameters.Add(\"p_Email\", OracleDbType.Varchar2).Value = \"john.doe@example.com\";\n\n            command.ExecuteNonQuery();\n        }\n        <\/code>\n    <\/pre>\n<h2>5. ASP.NET Core Web API \uc124\uacc4<\/h2>\n<p>\n        \uc774\uc81c RESTful API\ub97c \uc124\uacc4\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. ASP.NET Core\uc5d0\uc11c Web API\ub97c \ub9cc\ub4dc\ub294 \uae30\ubcf8\uc801\uc778 \uad6c\uc870\ub97c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h3>5.1 Web API \ud504\ub85c\uc81d\ud2b8 \uc0dd\uc131<\/h3>\n<ol>\n<li>Visual Studio\uc5d0\uc11c &#8220;ASP.NET Core Web Application&#8221;\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4.<\/li>\n<li>API \ud15c\ud50c\ub9bf\uc744 \uc120\ud0dd\ud558\uc5ec \uc0c8 \ud504\ub85c\uc81d\ud2b8\ub97c \ub9cc\ub4ed\ub2c8\ub2e4.<\/li>\n<\/ol>\n<h3>5.2 Controller \uc0dd\uc131<\/h3>\n<pre>\n        <code>\n        using Microsoft.AspNetCore.Mvc;\n\n        [Route(\"api\/[controller]\")]\n        [ApiController]\n        public class CustomersController : ControllerBase\n        {\n            private readonly string connectionString = \"User Id=<your_user>;Password=<your_password>;Data Source=<your_data_source>\";\n\n            [HttpPut(\"{id}\")]\n            public IActionResult UpdateCustomer(int id, [FromBody] Customer customer)\n            {\n                using (var connection = new OracleConnection(connectionString))\n                {\n                    connection.Open();\n                    using (var command = new OracleCommand(\"UpdateCustomer\", connection))\n                    {\n                        command.CommandType = CommandType.StoredProcedure;\n                        command.Parameters.Add(\"p_CustomerID\", OracleDbType.Int32).Value = id;\n                        command.Parameters.Add(\"p_Name\", OracleDbType.Varchar2).Value = customer.Name;\n                        command.Parameters.Add(\"p_Email\", OracleDbType.Varchar2).Value = customer.Email;\n\n                        command.ExecuteNonQuery();\n                    }\n                }\n                return NoContent();\n            }\n        }\n        public class Customer\n        {\n            public string Name { get; set; }\n            public string Email { get; set; }\n        }\n        <\/your_data_source><\/your_password><\/your_user><\/code>\n    <\/pre>\n<h3>5.3 RESTful API \ud14c\uc2a4\ud2b8<\/h3>\n<p>\n        Postman\uc774\ub098 cURL\uc744 \uc0ac\uc6a9\ud558\uc5ec API\ub97c \ud14c\uc2a4\ud2b8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. API\uc758 PUT \uc5d4\ub4dc\ud3ec\uc778\ud2b8\uc5d0 \uace0\uac1d \uc815\ubcf4\ub97c JSON \ud615\uc2dd\uc73c\ub85c \uc804\uc1a1\ud558\uc5ec \ud504\ub85c\uc2dc\uc800\ub97c \ud638\ucd9c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<pre>\n        <code>\n        PUT http:\/\/localhost:5000\/api\/customers\/1\n        Content-Type: application\/json\n\n        {\n            \"name\": \"John Doe\",\n            \"email\": \"john.doe@example.com\"\n        }\n        <\/code>\n    <\/pre>\n<h2>6. \uacb0\ub860<\/h2>\n<p>\n        C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c\uc740 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc791\uc5c5\uc744 \ud6a8\uc728\uc801\uc73c\ub85c \ucc98\ub9ac\ud560 \uc218 \uc788\ub294 \uac15\ub825\ud55c \ubc29\ubc95\uc785\ub2c8\ub2e4. ASP.NET Core\uc640 ODP.NET\uc758 \uc5f0\ub3d9\uc744 \ud1b5\ud574 RESTful API\ub97c \uac04\ub2e8\ud558\uac8c \uc124\uacc4\ud560 \uc218 \uc788\uc73c\uba70, \uc774\ub97c \ud1b5\ud574 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc774 \ud3b8\ub9ac\ud558\uac8c \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640 \uc0c1\ud638\uc791\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubbf8\ub2c8\uba40\ud55c \ucf54\ub4dc\uc640 \ub192\uc740 \uc131\ub2a5\uc744 \uac16\ucd98 \uad6c\uc131\uc73c\ub85c, \uc774\ub7ec\ud55c \uad6c\uc870\ub294 \ud655\uc7a5\uc131 \uc788\ub294 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc544\ud0a4\ud14d\ucc98\ub97c \ub9cc\ub4e4\uc5b4\uc90d\ub2c8\ub2e4.\n    <\/p>\n<p>\n        \uc55e\uc73c\ub85c\ub3c4 \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640\uc758 \uc5f0\ub3d9, API \uc124\uacc4, \uc131\ub2a5 \ucd5c\uc801\ud654 \ub4f1 \ub2e4\uc591\ud55c \uc8fc\uc81c\ub97c \uac00\uc9c0\uace0 \uae00\uc744 \uc774\uc5b4\ub098\uac00\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ud604\ub300\uc758 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uac1c\ubc1c\uc5d0\uc11c \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640\uc758 \uc0c1\ud638 \uc791\uc6a9\uc740 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \ud2b9\ud788, \uc624\ub77c\ud074 \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub294 \ub2e4\uc591\ud55c \uc0b0\uc5c5\uc5d0\uc11c \ub9ce\uc774 \uc0ac\uc6a9\ub418\uba70, C#\uacfc ASP.NET Core\ub97c \uc0ac\uc6a9\ud558\uc5ec RESTful API\ub97c \uc124\uacc4\ud558\ub294 \uac83\uc774 \uc77c\ubc18\uc801\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\uc640 C#\uc744 \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET\uc758 \ud1b5\ud569, RESTful API \uc124\uacc4\uc758 \uc6d0\ub9ac\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub780? \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub294 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc11c\ubc84\uc5d0\uc11c \uc2e4\ud589\ub418\ub294 \uc800\uc7a5 \ud504\ub85c\uc2dc\uc800\ub85c, \ud2b9\uc815 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/42608\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4.&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[241],"tags":[],"class_list":["post-42608","post","type-post","status-publish","format-standard","hentry","category-csharp"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4. - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/42608\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4. - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ud604\ub300\uc758 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uac1c\ubc1c\uc5d0\uc11c \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640\uc758 \uc0c1\ud638 \uc791\uc6a9\uc740 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \ud2b9\ud788, \uc624\ub77c\ud074 \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub294 \ub2e4\uc591\ud55c \uc0b0\uc5c5\uc5d0\uc11c \ub9ce\uc774 \uc0ac\uc6a9\ub418\uba70, C#\uacfc ASP.NET Core\ub97c \uc0ac\uc6a9\ud558\uc5ec RESTful API\ub97c \uc124\uacc4\ud558\ub294 \uac83\uc774 \uc77c\ubc18\uc801\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\uc640 C#\uc744 \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET\uc758 \ud1b5\ud569, RESTful API \uc124\uacc4\uc758 \uc6d0\ub9ac\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub780? \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub294 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc11c\ubc84\uc5d0\uc11c \uc2e4\ud589\ub418\ub294 \uc800\uc7a5 \ud504\ub85c\uc2dc\uc800\ub85c, \ud2b9\uc815 &hellip; \ub354 \ubcf4\uae30 &quot;[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4.&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/42608\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-11T03:10:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:34:57+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/42608\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/42608\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4.\",\"datePublished\":\"2024-11-11T03:10:56+00:00\",\"dateModified\":\"2024-11-26T06:34:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/42608\/\"},\"wordCount\":104,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"csharp\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/42608\/\",\"url\":\"https:\/\/atmokpo.com\/w\/42608\/\",\"name\":\"[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4. - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-11T03:10:56+00:00\",\"dateModified\":\"2024-11-26T06:34:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/42608\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/42608\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/42608\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4. - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/42608\/","og_locale":"ko_KR","og_type":"article","og_title":"[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4. - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ud604\ub300\uc758 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uac1c\ubc1c\uc5d0\uc11c \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640\uc758 \uc0c1\ud638 \uc791\uc6a9\uc740 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \ud2b9\ud788, \uc624\ub77c\ud074 \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub294 \ub2e4\uc591\ud55c \uc0b0\uc5c5\uc5d0\uc11c \ub9ce\uc774 \uc0ac\uc6a9\ub418\uba70, C#\uacfc ASP.NET Core\ub97c \uc0ac\uc6a9\ud558\uc5ec RESTful API\ub97c \uc124\uacc4\ud558\ub294 \uac83\uc774 \uc77c\ubc18\uc801\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\uc640 C#\uc744 \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET\uc758 \ud1b5\ud569, RESTful API \uc124\uacc4\uc758 \uc6d0\ub9ac\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub780? \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub294 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc11c\ubc84\uc5d0\uc11c \uc2e4\ud589\ub418\ub294 \uc800\uc7a5 \ud504\ub85c\uc2dc\uc800\ub85c, \ud2b9\uc815 &hellip; \ub354 \ubcf4\uae30 \"[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4.\"","og_url":"https:\/\/atmokpo.com\/w\/42608\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-11T03:10:56+00:00","article_modified_time":"2024-11-26T06:34:57+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/42608\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/42608\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4.","datePublished":"2024-11-11T03:10:56+00:00","dateModified":"2024-11-26T06:34:57+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/42608\/"},"wordCount":104,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["csharp"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/42608\/","url":"https:\/\/atmokpo.com\/w\/42608\/","name":"[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4. - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-11T03:10:56+00:00","dateModified":"2024-11-26T06:34:57+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/42608\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/42608\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/42608\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"[C# PL\/SQL] 15.C#\uacfc \uc624\ub77c\ud074 \ud504\ub85c\uc2dc\uc800\ub97c \uc774\uc6a9\ud55c API \uac1c\ubc1c, ASP.NET Core\uc640 ODP.NET \uc5f0\ub3d9, RESTful API \uc124\uacc4."}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/42608","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=42608"}],"version-history":[{"count":2,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/42608\/revisions"}],"predecessor-version":[{"id":42813,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/42608\/revisions\/42813"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=42608"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=42608"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=42608"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}