Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How can i access Text, blob Datatype field from MySQL to Oracle

Bharath BallipongalaFeb 27 2019 — edited Mar 22 2022

We are currently working on 5.6 Version of MySQL.

pastedImage_0.png

I have a field which is a Text data type field in MySQL database.

pastedImage_1.png

We are using DBLINK to bring data across the wire.

We have a problem where we are not able to see the text field in the Oracle database.

pastedImage_2.png

Currently, we are using Oracle 11g version.

pastedImage_3.png

Can you please give us a suggestion about how can we get the text field from MySQL to Oracle, That will be more helpful.

Thank you in Advance.

Comments

Duncan Mills-Oracle

CSS files are excluded from the bundling because of the way that CSS handles image references - e.g. if you have, for example, a background-image URL setting this needs to have a relative location to the location from which the CSS is loaded - all good - but if you then suck the CSS into a bundle the load root (if you will) will usually change and that will result in 404s for the images as the load locations are no longer correct relative to that new root.
This is just a restriction of the way that the r.js bundler handles CSS bundling and we are looking at alternate approaches to improve this area.
Now, if you don't have any image references in your CSS then you should be able to get away with including the CSS files in the bundling and you can tweak the r.js settings in the before_optimize hook to enable that.
Another alternative, as you are dealing with a pack of components, is to consolidate the individual component CSS files into a single shared CSS for the whole pack - using a resource component as the vehicle for that - The CSS will still need a extra GET request but at least only one for the whole pack.

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 19 2022
Added on Feb 27 2019
13 comments
820 views