Skip to content
#

oracle

oracle-database logo

Oracle Database is a database commonly used for running online transaction processing (OLTP), data warehousing (DW) and mixed (OLTP & DW) database workloads. Oracle Database is available by several service providers on-prem, on-cloud, or as hybrid cloud installation. It may be run on third party servers as well as on Oracle hardware (Exadata on-prem, on Oracle Cloud or at Cloud at Customer).

Here are 2,758 public repositories matching this topic...

dbeaver
KOLANICH
KOLANICH commented Jan 11, 2019

Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.

Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the

directus
abertay-university
abertay-university commented May 16, 2022

Describe the Bug

Imported activity data from another source using GUID and the time series graph is quite entertaining. Looking at the api query, there is no sort option. I think its worth including the sort parameter using the chosen time column.

image

To Reproduce

Create a ta

App Bug Good First Issue
chainlink
streamzyuk
streamzyuk commented Feb 18, 2022

I am trying to implement retry logic for Aws Aurora Mysql.

In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the DataContext as follows.

public class RetryingDataContext : DataContext
{
protected IRetryPolicy _retryPolicy;
public RetryingDataContext(IDataProvider dataProvider, string c

🦸【C#/.NET/.NET Core学习、工作、面试指南】概述:C#/.NET/.NET Core基础知识,学习资料、视频、文章、书籍,社区组织,开发必备工具和常见的面试题汇总。以及面试时需要注意的事项和优秀简历编写技巧,希望能和大家一起成长进步👊【让现在的自己不再迷茫,如果本知识库能为您提供帮助,请给予支持(关注、点赞、分享)】。

  • Updated May 11, 2022

Created by Oracle Corporation

Released 1979

Organization
oracle
Website
www.oracle.com/database
Wikipedia
Wikipedia

Related Topics

database sql