Giter VIP home page Giter VIP logo

oracle / learning-library Goto Github PK

View Code? Open in Web Editor NEW
641.0 88.0 1.1K 8.81 GB

Learning Material for Oracle Technologies

License: Universal Permissive License v1.0

CSS 1.15% HTML 33.26% Shell 0.82% JavaScript 6.20% Python 0.30% HCL 0.53% Smarty 0.01% PostScript 26.92% Jupyter Notebook 26.92% PLSQL 0.40% Dockerfile 0.01% Ruby 0.03% Makefile 0.01% Go 3.13% Gherkin 0.30% TeX 0.01% Batchfile 0.01% Haskell 0.01% Rust 0.01% Lua 0.01%
learning-library cloud workshop oracle-cloud-services oracle

learning-library's Introduction

WE HAVE MOVED!!!

Please go to the new Oracle LiveLabs github organization for the new repos for LiveLabs

learning-library's People

Contributors

achepuri avatar alejandrocasas-oracle avatar anooshapilli avatar arabellayao avatar briane6873 avatar ckoratam avatar derekoneil avatar dgcameron avatar dlapp avatar flavio-santino avatar greenrick avatar jettermctedder avatar jjking2019 avatar joglover avatar jwchan0319 avatar kamryn-v avatar kaymalcolm avatar klazarz avatar lauranserhal avatar madhusudhanrao-ppm avatar paulparkinson avatar pcdavies avatar plforacle avatar rfontcha avatar rishgh avatar sherylmanoharan avatar tejuscs avatar tmcginn avatar wvbirder avatar yunyidi-han avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

learning-library's Issues

Unable to delete LPG after associating with empty route table

LPG was created and assigned an empty route table.
Created Separate Compartment
Created VCN without associated resources
Created Subnet
Created Route with no entries in table
Created LPG
Associated Empty Route Table
When trying to delete the LPG I get:

Gateway entity ocid1.localpeeringgateway.oc1.phx.aaaaaaaan46s6wsezdg7mlmieg42ouwmfi5nbw5n3qpwynq45e5agstb3tkq using the route table exists

When trying to delete the route table I get the error message that it's associated with the LPG.

Can't mount block volume in /

/*
*Following directions in
*https://github.com/oracle/learning-library/blob/master/oci-library/L100-
*LAB/Block_Volume/Block_Volume_HOL.md
*with the exception of initially trying to mount the device to /u01 in the root
*level directory which doesn't work. However mounting to /mnt/disk1 does.
*Is this expected behavior?
*/
[root@cloud1 /]# mount /dev/oracleoci/oraclevdb /u01

[root@cloud1 /]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 7.2G 0 7.2G 0% /dev
tmpfs 7.3G 0 7.3G 0% /dev/shm
tmpfs 7.3G 8.6M 7.3G 1% /run
tmpfs 7.3G 0 7.3G 0% /sys/fs/cgroup
/dev/sda3 39G 2.1G 37G 6% /
/dev/sda1 200M 9.6M 191M 5% /boot/efi
tmpfs 1.5G 0 1.5G 0% /run/user/1000
//Operation as you can see fails

[root@cloud1 /]# mount /dev/oracleoci/oraclevdb /mnt/disk1
[root@cloud1 /]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 7.2G 0 7.2G 0% /dev
tmpfs 7.3G 0 7.3G 0% /dev/shm
tmpfs 7.3G 8.6M 7.3G 1% /run
tmpfs 7.3G 0 7.3G 0% /sys/fs/cgroup
/dev/sda3 39G 2.1G 37G 6% /
/dev/sda1 200M 9.6M 191M 5% /boot/efi
tmpfs 1.5G 0 1.5G 0% /run/user/1000
/dev/sdb 50G 53M 47G 1% /mnt/disk1
//But using a sub directory operation succeeds

//Both directories exist:
[root@cloud1 /]# ls -d /u01
/u01
[root@cloud1 /]# ls -d /mnt/disk1
/mnt/disk1

Not seeing all the tables for the Analytics Lab : workshops/adwc4dev/L400.md

In lab 4, it mentions to load all the below data sets:
AI_EXPLAIN_OUTPUT_CREDIT_SCORE_BIN
AI_EXPLAIN_OUTPUT_MAX_CC_SPENT_AMOUNT
CREDIT_SCORING_100K_V
CREDIT_SCORE_NEW_PREDICTIONS
N1_LIFT_TABLE

However, in the Shema that has been shared or created in the previous lab only talks about :CREDIT_SCORING_100K_V

Don't see any other schemas shared. Am I missing anything?

unable to connect to autonomous data warehouse

Working on the section on connecting to ADW through sql developers received the error:
Status: Failure - Test failed: IO Error: Remote host closed the connection during handshake

Dropped and created a new ADW instance and still received the same error in SQL Developer.

Start Fn Server issue

Having issue starting the Fn server for Lab 500. I'm getting the following error:
time="2018-09-25T14:53:58Z" level=info msg="mysql does not support sqlite3"
:false DisableDebugUserLogs:false IOFSPath: IOFSOpts:}"
time="2018-09-25T14:53:58Z" level=info msg="no docker auths from config files found (this is fine)" error="open /root/.dockercfg: no such file or directory"
time="2018-09-25T14:53:58Z" level=fatal msg="docker version error" error="docker version is too old. Required: 17.10.0-ce Found: 17.06.2-ol"

Please directions to update to the latest docker version 17.10 or higher. This is on the Oracle provided Virtual box. If there is another fix to this issue other than upgrade to newer version please provide

Data Lake Journey: Cannot copy bootstrap.sh in Lab 100

Hello,
copying of the bootstrap.sh file into folder journeyC/bdcsce/bootstrap fails with a nondescript error. I am using Object Storage classic and believe I have OCI Classic. Here's a screenshot of the error and of the container details. I have 2 containers, one of them being "journeyC".
bildschirmfoto 2018-04-08 um 17 45 09
bildschirmfoto 2018-04-10 um 06 46 38

Issue with pushing the docker image to docker registry

In the LabGuide 100 -> Step 6 the Docker registry is fixed to iad.ocir.io however the first part should be the region the user has got the trial account or their account set up. As in Lab 200 when pushing it will fail if users are not having Asbhurn region as their DC.

where corresponds to the code for the Oracle Cloud Infrastructure Registry region you're using, as follows:
enter fra as the region code for Frankfurt
enter iad as the region code for Ashburn
enter lhr as the region code for London
enter phx as the region code for Phoenix

General updates in screenshots in tutorial

There are a few screenshots not updated. Also due to changes in OCI Dashboard, etc.
Explicitly Mentioning the password for the VM SO (Oracle123) in the instructions would also be important.

Cannot export encrypted schema alphaclone , ora-28374

Lab 200 : Step 10 -
Export doesn't run at all - it simply keeps popping error ora-28374 : Typed key not found in wallet . I didn't type any key anywhere before running the export. When I try the same expdp command with the encryption_password clause, it still pops the same error. Any clues ?
The Lab doc. screenshot doesn't show anything about how to handle encryption at this step 10.

Lab 300 - Machine Learning

While copying data

begin
dbms_cloud.copy_data(
table_name =>'credit_scoring_100k',
credential_name =>'adwc_token',
file_uri_list => 'https://swiftobjectstorage.eu-frankfurt-1.oraclecloud.com/v1/ocdc/adwc/credit_scoring_100k.csv',
format => json_object('ignoremissingcolumns' value 'true', 'removequotes' value 'true', 'dateformat' value 'YYYY-MM-DD HH24:MI:SS', 'blankasnull' value 'true', 'delimiter' value ',')
);
end;

the below error is reported
ORA-20003: Reject limit reached, query table "ADMIN"."COPY$23_LOG" for error details
ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD", line 535
ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD", line 1013
ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD", line 1036
ORA-06512: at line 2

HOL Autonomous Data Warehouse - ORA-12514 TNS:listener issue

In Practice 7: Login to the ADW database and store the object store credentials

Step 3.
SQLDeveloper returns the following error:
Status : Failure -Test failed: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor

I download the connection wallet according to Practice 4.
Not sure why the connection failed.
SQLDeveloper 18.4.0 use the "Cloud Wallet" as the connection type rather than "Cloud PDB" as suggested in Practice 7 step 2.

Anyone have seen this issue? Any advice? Thanks.
Wil

Container Native Development - LabGuide500.md error with VirtualBox Version

Container Native Development - LabGuide500.md error with VirtualBox Version

Step 1: Get error as following

$ fn start
Unable to find image 'fnproject/fnserver:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.100.1:53: read udp 10.0.2.15:62017->192.168.100.1:53: i/o timeout.
See 'docker run --help'.
2018/05/09 19:57:41 error: processed finished with error exit status 125

Cause: registry-1.docker.io can not be resolved

$ cat /etc/resolv.conf
//# Generated by NetworkManager
nameserver 192.168.100.1

Solution in my network

$ cat /etc/resolv.conf
//# Generated by NetworkManager
nameserver 10.1.100.254
$ ping registry-1.docker.io
PING registry-1.docker.io (54.164.230.151) 56(84) bytes of data.

Error while doing workshop 200

I'm getting the following error
At column 47, line 1: list "data.oci_core_images.ImageOCID.images" does not have any elements so cannot determine type. in: ${lookup(data.oci_core_images.ImageOCID.images[0], "id")}
Please help me out.

Problem with the Oracle Machine Learning plateform

Hi,

This morning, I've been trying to execute simple requests like a drop table (on a 20k lines table) or a create table on Oracle Machine Learning, but the request is pending forever and never succeeds. When I execute the same request on SQL Developer it takes 1s and it's successful.
I'm working on AZERELLI account.
Does the problem come from the OML interface or is it something else ? And how can I fix it ?

LAB 200 - terraform issues

-- STEP 5 OL Linux Version need to be updated in Variables.tf
Even after running the git pull to update for latest Terraform assets, we've run into an error apparently caused by the fact that the referenced Oracle Linus version is no longer available

-- Another issue caused by reference to x5 shapes

Errors in Lab 500: Test imgconvert Function

Step 4

Fn version: v0.3.632

Errors envountered:
time="2018-12-10T07:18:11Z" level=info msg="hot function terminated" app_id=01CYBF0K0VNG8G00GZJ0000001 cpus= error="container exit code 1" fn_id=01CYBF0K1WNG8G00GZJ0000002 id=01CYBFNZKGNG8G00GZJ0000002 idle_timeout=30 image="resize128:0.0.5" memory=128
time="2018-12-10T07:18:11Z" level=error msg="api error" action="server.handleHTTPTriggerCall)-fm" appName=imgconvert code=502 error="container failed to initialize, please ensure you are using the latest fdk / format and check the logs" triggerSource=/resize128

No workaround

VNC connection issue

I can successfully login to my WorkshopImage host with IP, using SSH with the ppk file created initially.
I started VNC server as described in the setup. However, in the Database Cloud Service, against my WorkshopImage, 'ACCESS RULES' don't show up. Everything else does, like EM express, DBAAS monitor, Apex, SSH access, Start, Stop, Delete, etc. . So, how do I configure VNC's port 5901 as described in the documents, as access rules are not available ? Without this, I can't see the console. Is there any other way to see the created console ?

Container Native Development: LAB 200 error during Setp 10: deploy-to-cluster

I think I followd all steps from Lab 200 but when Wercker tries to deploy to Kubernetes, it fails in the "deploy to kubernetes" step with the error message below. I am yet unclear where this "unexpected character" is coming from:

Running kubctl command
service "twitter-feed" configured
Error from server (BadRequest): error when creating "kubernetes.yml": Deployment in version "v1beta1" cannot be handled as a Deployment: v1beta1.Deployment: Spec: v1beta1.DeploymentSpec: Template: v1.PodTemplateSpec: Spec: v1.PodSpec: Containers: []v1.Container: v1.Container: Ports: []v1.ContainerPort: v1.ContainerPort: ContainerPort: readUint32: unexpected character: �, parsing 1337 ...nerPort":n... at {"apiVersion":"extensions/v1beta1","kind":"Deployment","metadata":{"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{"apiVersion":"extensions/v1beta1","kind":"Deployment","metadata":{"annotations":{},"labels":{"commit":"6329a633046f765822bfe84a729c7174fd27e953"},"name":"twitter-feed-v1","namespace":"default"},"spec":{"replicas":2,"selector":{"matchLabels":{"app":"twitter-feed"}},"template":{"metadata":{"labels":{"app":"twitter-feed","commit":"6329a633046f765822bfe84a729c7174fd27e953"}},"spec":{"containers":[{"image":"trobert/twitter-feed:master-6329a633046f765822bfe84a729c7174fd27e953","imagePullPolicy":"Always","name":"twitter-feed","ports":[{"containerPort":null,"name":"twitter-feed","protocol":"TCP"}]}],"imagePullSecrets":[{"name":"wercker"}]}}}}\n"},"labels":{"commit":"6329a633046f765822bfe84a729c7174fd27e953"},"name":"twitter-feed-v1","namespace":"default"},"spec":{"replicas":2,"selector":{"matchLabels":{"app":"twitter-feed"}},"template":{"metadata":{"labels":{"app":"twitter-feed","commit":"6329a633046f765822bfe84a729c7174fd27e953"}},"spec":{"containers":[{"image":"trobert/twitter-feed:master-6329a633046f765822bfe84a729c7174fd27e953","imagePullPolicy":"Always","name":"twitter-feed","ports":[{"containerPort":null,"name":"twitter-feed","protocol":"TCP"}]}],"imagePullSecrets":[{"name":"wercker"}]}}}}

oci_core_virtual_network.CompleteVCN: Service error:NotAuthorizedOrNotFound

Hi there,

I'm trying to follow the Lab 200 (after complete the Lab 100). I've been getting this error bellow after the "terraform apply":

module.instances-k8sworker-ad1.data.oci_core_images.ImageOCID: Refreshing state...
module.instances-k8sworker-ad3.data.oci_core_images.ImageOCID: Refreshing state...
module.instances-etcd-ad3.data.oci_core_images.ImageOCID: Refreshing state...
module.instances-etcd-ad1.data.oci_core_images.ImageOCID: Refreshing state...
module.instances-k8smaster-ad3.data.oci_core_images.ImageOCID: Refreshing state...
module.vcn.data.oci_core_images.ImageOCID: Refreshing state...
module.instances-k8sworker-ad2.data.oci_core_images.ImageOCID: Refreshing state...
module.instances-k8smaster-ad1.data.oci_core_images.ImageOCID: Refreshing state...
module.instances-k8smaster-ad2.data.oci_core_images.ImageOCID: Refreshing state...
module.vcn.oci_core_virtual_network.CompleteVCN: Creating...
  cidr_block:               "" => "10.0.0.0/16"
  compartment_id:           "" => "xxxxxxxxxxx"
  default_dhcp_options_id:  "" => "<computed>"
  default_route_table_id:   "" => "<computed>"
  default_security_list_id: "" => "<computed>"
  display_name:             "" => "kubernetes"
  dns_label:                "" => "kubernetes"
  freeform_tags.%:          "" => "<computed>"
  state:                    "" => "<computed>"
  time_created:             "" => "<computed>"
  vcn_domain_name:          "" => "<computed>"
module.vcn.oci_core_virtual_network.CompleteVCN: Still creating... (10s elapsed)
module.vcn.oci_core_virtual_network.CompleteVCN: Still creating... (20s elapsed)
module.vcn.oci_core_virtual_network.CompleteVCN: Still creating... (30s elapsed)
module.vcn.oci_core_virtual_network.CompleteVCN: Still creating... (40s elapsed)
module.vcn.oci_core_virtual_network.CompleteVCN: Still creating... (50s elapsed)
module.vcn.oci_core_virtual_network.CompleteVCN: Still creating... (1m0s elapsed)
module.vcn.oci_core_virtual_network.CompleteVCN: Still creating... (1m10s elapsed)
module.vcn.oci_core_virtual_network.CompleteVCN: Still creating... (1m20s elapsed)
module.vcn.oci_core_virtual_network.CompleteVCN: Still creating... (1m30s elapsed)
module.vcn.oci_core_virtual_network.CompleteVCN: Still creating... (1m40s elapsed)
module.vcn.oci_core_virtual_network.CompleteVCN: Still creating... (1m50s elapsed)
module.vcn.oci_core_virtual_network.CompleteVCN: Still creating... (2m0s elapsed)
module.instances-etcd-ad2.data.oci_core_images.ImageOCID: Refreshing state...

Error: Error applying plan:

1 error(s) occurred:

* module.vcn.oci_core_virtual_network.CompleteVCN: 1 error(s) occurred:

* oci_core_virtual_network.CompleteVCN: Service error:NotAuthorizedOrNotFound. Authorization failed or requested resource not found.. http status code: 404

Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.

I've tried to create policies, change group to Administrator, etc. Nothing seems to work. Any clue?

LAB 200 : Getting Error When Creating KubeConfig

Hi,

I have followed the instructions to the letter but I am getting the following error when trying to Create the KubeConfig

[opc@instance-20190109-1525 ~]$ oci ce cluster create-kubeconfig --cluster-id ocid1.cluster.oc1.eu-frankfurt-1.aaaaaaaaafsdamlcgjrtsm3gmezdqyzumq2wezlege4geojzgc2wgzdggfsw --file $HOME/.kube/config --region eu-frankfurt-1
ServiceError:
{
"code": null,
"message": "code: NotAuthorizedOrNotFound\nmessage: Authorization failed or requested resource not found.\n",
"opc-request-id": "32B4C4A9A4E14D1CB213733DF467ACC5/6B14F36031E04CDA968E11F740513018/26C86ACA91624131BFA61F9890544A52",
"status": 404
}

I have done my public key and OCI Setup config 10 time and still the same error

unable to open lab 300

Hello Team,
I see a link to Lab 300 . but it is not opening up.

You are now ready to move to the next lab: Lab 300

Thanks

tenancy name/region

There is a LOT going on in the first LAB100 including account setup etc. To build confidence - students want things to work - especially with the first lab. It's not a great feeling to find problems after following ( and double checking) the instructions to EVENTUALLY see this comments pretty much AT THE BOTTOM: "NOTE: If you receive an error message that says Tenant with name XYZ not found, don't worry. Your cloud account may be in a different region than we specified in the environment variable above. We will correct that in the next lab, once we log in to the OCI console." :-(
I don't recall the instructor mentioning this potential gotcha either.

Broken Link in Workshop README for JCS Pipeline Workshop

The link to the workshop "JCS Pipeline using Oracle Stack Manager" is broken in "learning-library/workshops/README.md"
https://github.com/oracle/learning-library/tree/master/workshops#workshops-and-hands-on-labs

Broken:
| JCS Pipeline using Oracle Stack Manager | [jcs-devops](https://oracle.github.io/cloud-native-devops-workshop/jcs-devops/) | Hands-on-labs showing a Software Development Lifecycle using the Oracle Developer Cloud Services, Java Cloud Service and Oracle Stack Manager.|

Looks like it should be:
| JCS Pipeline using Oracle Stack Manager | [jcs-devops](https://oracle.github.io/learning-library/workshops/jcs-devops/) | Hands-on-labs showing a Software Development Lifecycle using the Oracle Developer Cloud Services, Java Cloud Service and Oracle Stack Manager.|

/u01/OPCworkshop not available

Although I went through the complete setup procedure following the setup document, yet I couldn't get to create this /u01/OPCworkshop folder & its contents, like some scripts mentioned in the rest of the workshop documents. e.g. setssh script

Lab 100 STEP 5: initial wercker.yml file needs jdk version in box definition

#Use OpenJDK base docker image from dockerhub and open the application port on the docker container
box:
id: openjdk:8
ports:
- $PORT

#Build our application using Maven, just as we always have
build:
steps:
- install-packages:
packages: maven
- script:
name: maven build
code: mvn clean assembly:assembly

"fn start" fails due to docker version too old

Tried STEP 1 in LabGuide500.md
Run into Docker too old error.

[oracle@OL74-ClientImage ~]$ fn start
time="2018-04-10T20:56:03Z" level=info msg="Setting log level to" level=info
time="2018-04-10T20:56:03Z" level=info msg="datastore dialed" datastore=sqlite3 max_idle_connections=256
time="2018-04-10T20:56:03Z" level=info msg="agent starting cfg=&{MinDockerVersion:17.10.0-ce FreezeIdle:50ms EjectIdle:1s HotPoll:200ms HotLauncherTimeout:1h0m0s AsyncChewPoll:1m0s CallEndTimeout:10m0s MaxCallEndStacking:8192 MaxResponseSize:0 MaxLogSize:1048576 MaxTotalCPU:0 MaxTotalMemory:0 MaxFsSize:0 PreForkPoolSize:0 PreForkImage:busybox PreForkCmd:tail -f /dev/null PreForkUseOnce:0 PreForkNetworks:}"
time="2018-04-10T20:56:03Z" level=info msg="no docker auths from config files found (this is fine)" error="open /root/.dockercfg: no such file or directory"
time="2018-04-10T20:56:03Z" level=fatal msg="docker version error" error="docker version is too old. Required: 17.10.0-ce Found: 17.06.2-ol"
2018/04/10 13:56:03 error: processed finished with error exit status 1

CND Lab 500: Fn deploy local error

I receive following error when trying deploy the image resize function to a local Fn server:

$ fn deploy --app imgconvert --local
Deploying resize128 to app: imgconvert at path: /resize128
Bumped to version 0.0.13
Building image resize128:0.0.13
Updating route /resize128 using image resize128:0.0.13...
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x955ab4]

goroutine 1 [running]:
main.(*routesCmd).putRoute(0xc420513620, 0xc42006ab00, 0x7ffd2590138a, 0xa, 0xc420515870, 0xa, 0xc42011aee0, 0x0, 0xaa3243)
/home/circleci/go/src/github.com/fnproject/cli/routes.go:441 +0x364
main.(*deploycmd).updateRoute(0xc4203312c0, 0xc42006ab00, 0x7ffd2590138a, 0xa, 0xc420406a20, 0xc420406a20, 0x0)
/home/circleci/go/src/github.com/fnproject/cli/deploy.go:268 +0x261
main.(*deploycmd).deployFunc(0xc4203312c0, 0xc42006ab00, 0x7ffd2590138a, 0xa, 0xc42000c184, 0x19, 0xc420354510, 0x23, 0xc420406a20, 0xc4205137c0, ...)
/home/circleci/go/src/github.com/fnproject/cli/deploy.go:246 +0x35b
main.(*deploycmd).deploySingle(0xc4203312c0, 0xc42006ab00, 0x7ffd2590138a, 0xa, 0x0, 0x0, 0x0)
/home/circleci/go/src/github.com/fnproject/cli/deploy.go:152 +0x171
main.(*deploycmd).deploy(0xc4203312c0, 0xc42006ab00, 0x1, 0x0)
/home/circleci/go/src/github.com/fnproject/cli/deploy.go:122 +0x10a
main.(*deploycmd).(main.deploy)-fm(0xc42006ab00, 0x0, 0xc420515720)
/home/circleci/go/src/github.com/fnproject/cli/deploy.go:27 +0x34
github.com/fnproject/cli/vendor/github.com/urfave/cli.HandleAction(0x9d5660, 0xc420515160, 0xc42006ab00, 0x0, 0x0)
/home/circleci/go/src/github.com/fnproject/cli/vendor/github.com/urfave/cli/app.go:490 +0xd4
main.prepareCmdArgsValidation.func1(0xc42006ab00, 0x100, 0xc42006ab00)
/home/circleci/go/src/github.com/fnproject/cli/main.go:125 +0x276
github.com/fnproject/cli/vendor/github.com/urfave/cli.HandleAction(0x9d5660, 0xc4203fcb40, 0xc42006ab00, 0xc4202f1200, 0x0)
/home/circleci/go/src/github.com/fnproject/cli/vendor/github.com/urfave/cli/app.go:490 +0xd4
github.com/fnproject/cli/vendor/github.com/urfave/cli.Command.Run(0xa9e78b, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0xac3aef, 0x54, 0x0, ...)
/home/circleci/go/src/github.com/fnproject/cli/vendor/github.com/urfave/cli/command.go:210 +0xb6e
github.com/fnproject/cli/vendor/github.com/urfave/cli.(*App).Run(0xc4200dfa00, 0xc4200100f0, 0x5, 0x5, 0x0, 0x0)
/home/circleci/go/src/github.com/fnproject/cli/vendor/github.com/urfave/cli/app.go:255 +0x76f
main.main()
/home/circleci/go/src/github.com/fnproject/cli/main.go:133 +0x57

face issue when doing copy_data in adw lab

Hi,

define url = 'https://swiftobjectstorage.us-ashburn-1.oraclecloud.com/v1/xxx/Sales_Data/CHANNELS.csv'

BEGIN
dbms_cloud.copy_data(
table_name =>'CHANNELS',
credential_name =>'SALES_DATA_AUTH',
file_uri_list =>'&url',
format => json_object('delimiter' value ',','skipheaders' value 1,
'ignoremissingcolumns' value 'true',
'removequotes' value 'true',
'dateformat' value 'DD-MON-YYYY',
'blankasnull' value 'true')
);
END;

I got this error

END;
Error report -
ORA-29913: error in executing ODCIEXTTABLEFETCH callout
ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD", line 801
ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD", line 782
ORA-30653: reject limit reached
ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD", line 757
ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD", line 819
ORA-06512: at line 2
29913. 00000 - "error in executing %s callout"
*Cause: The execution of the specified callout caused an error.
*Action: Examine the error messages take appropriate action.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.